2024-02-13T20:47:58.182 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-13T20:47:58.182 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_lflores@teuthology --verbose --archive /home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710 --name lflores-2024-02-13_17:16:45-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.4 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710/orig.config.yaml 2024-02-13T20:47:58.222 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-13T20:47:58.304 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710 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.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7558710' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-02-13_17:16:45-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: 75 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: smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKxlDJI9+L1hajJoD6pw4+Epq9nnU7GfDqWMu+LvE33tXIajqe/Y9BYxKuzrxPdQBhFa5Ic5nFPvX9M4r+hhRg4= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOa6pUuI0m2MQ4kdo0Hzqp/tjKcMkwie8IzXQR7JuWm1jTcSqcyFCkNeY+cBoXMkUOo79fbGsTRWH2zTCA1QMR4= 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: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-13_17:16:45 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-13T20:47:58.304 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_bedfc49c6a823fb0ff75911e476e1f3cb464ad3e/qa; will attempt to use it 2024-02-13T20:47:58.305 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_bedfc49c6a823fb0ff75911e476e1f3cb464ad3e/qa/tasks 2024-02-13T20:47:58.305 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-13T20:47:58.307 INFO:teuthology.task.internal:Checking packages... 2024-02-13T20:47:58.331 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-13T20:47:58.331 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-13T20:47:58.331 INFO:teuthology.packaging:ref: None 2024-02-13T20:47:58.331 INFO:teuthology.packaging:tag: None 2024-02-13T20:47:58.331 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-13T20:47:58.332 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T20:47:58.332 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-13T20:47:58.474 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-13T20:47:58.476 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-13T20:47:58.482 INFO:teuthology.task.internal:no buildpackages task found 2024-02-13T20:47:58.483 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-13T20:47:58.496 INFO:teuthology.task.internal:Saving configuration 2024-02-13T20:47:58.510 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-13T20:47:58.516 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T20:47:58.541 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710', '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-13 20:42:04.799657', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKxlDJI9+L1hajJoD6pw4+Epq9nnU7GfDqWMu+LvE33tXIajqe/Y9BYxKuzrxPdQBhFa5Ic5nFPvX9M4r+hhRg4='} 2024-02-13T20:47:58.563 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710', '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-13 20:42:04.801155', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOa6pUuI0m2MQ4kdo0Hzqp/tjKcMkwie8IzXQR7JuWm1jTcSqcyFCkNeY+cBoXMkUOo79fbGsTRWH2zTCA1QMR4='} 2024-02-13T20:47:58.563 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-13T20:47:58.569 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-13T20:47:58.569 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-13T20:47:58.569 INFO:teuthology.run_tasks:Running task console_log... 2024-02-13T20:47:58.637 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe69e5acee0>, signals=[15]) 2024-02-13T20:47:58.638 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-13T20:47:58.644 INFO:teuthology.task.internal:Opening connections... 2024-02-13T20:47:58.644 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T20:47:58.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:47:58.726 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-02-13T20:47:58.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:47:58.799 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-13T20:47:58.806 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2024-02-13T20:47:58.828 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2024-02-13T20:47:58.828 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2024-02-13T20:47:58.890 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="CentOS Stream" 2024-02-13T20:47:58.890 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="8" 2024-02-13T20:47:58.890 INFO:teuthology.orchestra.run.smithi153.stdout:ID="centos" 2024-02-13T20:47:58.890 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE="rhel fedora" 2024-02-13T20:47:58.890 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="8" 2024-02-13T20:47:58.890 INFO:teuthology.orchestra.run.smithi153.stdout:PLATFORM_ID="platform:el8" 2024-02-13T20:47:58.891 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-13T20:47:58.891 INFO:teuthology.orchestra.run.smithi153.stdout:ANSI_COLOR="0;31" 2024-02-13T20:47:58.891 INFO:teuthology.orchestra.run.smithi153.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-13T20:47:58.891 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://centos.org/" 2024-02-13T20:47:58.891 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-13T20:47:58.891 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-13T20:47:58.891 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-13T20:47:58.892 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2024-02-13T20:47:58.912 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-02-13T20:47:58.934 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-02-13T20:47:58.935 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-02-13T20:47:58.996 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="CentOS Stream" 2024-02-13T20:47:58.996 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="8" 2024-02-13T20:47:58.996 INFO:teuthology.orchestra.run.smithi160.stdout:ID="centos" 2024-02-13T20:47:58.996 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE="rhel fedora" 2024-02-13T20:47:58.996 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="8" 2024-02-13T20:47:58.996 INFO:teuthology.orchestra.run.smithi160.stdout:PLATFORM_ID="platform:el8" 2024-02-13T20:47:58.996 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-13T20:47:58.997 INFO:teuthology.orchestra.run.smithi160.stdout:ANSI_COLOR="0;31" 2024-02-13T20:47:58.997 INFO:teuthology.orchestra.run.smithi160.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-13T20:47:58.997 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://centos.org/" 2024-02-13T20:47:58.997 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-13T20:47:58.997 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-13T20:47:58.997 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-13T20:47:58.997 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-02-13T20:47:59.021 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-13T20:47:59.029 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-13T20:47:59.034 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-13T20:47:59.035 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2024-02-13T20:47:59.037 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-02-13T20:47:59.056 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-13T20:47:59.063 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-13T20:47:59.064 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2024-02-13T20:47:59.098 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-02-13T20:47:59.125 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-13T20:47:59.183 INFO:teuthology.run_tasks:Running task kernel... 2024-02-13T20:47:59.197 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-13T20:47:59.198 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-13T20:47:59.198 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-13T20:47:59.198 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-13T20:47:59.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T20:47:59.218 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-02-13T20:47:59.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T20:47:59.219 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-02-13T20:47:59.279 INFO:teuthology.orchestra.run.smithi153.stdout:4.18.0-489.el8.x86_64 2024-02-13T20:47:59.279 INFO:teuthology.task.kernel:Running kernel on smithi153: 4.18.0-489.el8.x86_64 2024-02-13T20:47:59.279 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum install -y kernel 2024-02-13T20:47:59.280 INFO:teuthology.orchestra.run.smithi160.stdout:4.18.0-489.el8.x86_64 2024-02-13T20:47:59.280 INFO:teuthology.task.kernel:Running kernel on smithi160: 4.18.0-489.el8.x86_64 2024-02-13T20:47:59.280 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum install -y kernel 2024-02-13T20:48:06.280 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - AppStream 5.9 MB/s | 27 MB 00:04 2024-02-13T20:48:07.364 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - AppStream 4.8 MB/s | 27 MB 00:05 2024-02-13T20:48:13.081 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - BaseOS 5.1 MB/s | 10 MB 00:02 2024-02-13T20:48:14.509 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - BaseOS 4.5 MB/s | 10 MB 00:02 2024-02-13T20:48:15.264 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - Extras 30 kB/s | 18 kB 00:00 2024-02-13T20:48:15.965 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2024-02-13T20:48:16.208 INFO:teuthology.orchestra.run.smithi153.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-02-13T20:48:16.673 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - Extras 32 kB/s | 18 kB 00:00 2024-02-13T20:48:17.144 INFO:teuthology.orchestra.run.smithi153.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2024-02-13T20:48:17.256 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2024-02-13T20:48:17.616 INFO:teuthology.orchestra.run.smithi160.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-02-13T20:48:19.292 INFO:teuthology.orchestra.run.smithi160.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2024-02-13T20:48:20.875 INFO:teuthology.orchestra.run.smithi153.stdout:lab-extras 401 kB/s | 24 kB 00:00 2024-02-13T20:48:23.034 INFO:teuthology.orchestra.run.smithi160.stdout:lab-extras 570 kB/s | 24 kB 00:00 2024-02-13T20:48:23.847 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-13T20:48:23.847 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-13T20:48:23.981 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-02-13T20:48:23.982 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-13T20:48:23.982 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-02-13T20:48:23.982 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-13T20:48:23.982 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-02-13T20:48:23.982 INFO:teuthology.orchestra.run.smithi153.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-13T20:48:23.982 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-02-13T20:48:23.982 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-13T20:48:23.982 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-13T20:48:23.983 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:48:23.983 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-02-13T20:48:23.983 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-13T20:48:23.983 INFO:teuthology.orchestra.run.smithi153.stdout:Install 3 Packages 2024-02-13T20:48:23.983 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:48:23.983 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 90 M 2024-02-13T20:48:23.983 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 97 M 2024-02-13T20:48:23.984 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-02-13T20:48:25.955 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-13T20:48:25.956 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-13T20:48:26.061 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-02-13T20:48:26.062 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-13T20:48:26.062 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-02-13T20:48:26.062 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-13T20:48:26.062 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-02-13T20:48:26.062 INFO:teuthology.orchestra.run.smithi160.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-13T20:48:26.062 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-02-13T20:48:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-13T20:48:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-13T20:48:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:48:26.063 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-02-13T20:48:26.063 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-13T20:48:26.063 INFO:teuthology.orchestra.run.smithi160.stdout:Install 3 Packages 2024-02-13T20:48:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:48:26.064 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 90 M 2024-02-13T20:48:26.064 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 97 M 2024-02-13T20:48:26.064 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-02-13T20:48:27.268 INFO:teuthology.orchestra.run.smithi160.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 9.0 MB/s | 10 MB 00:01 2024-02-13T20:48:27.593 INFO:teuthology.orchestra.run.smithi153.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 3.1 MB/s | 10 MB 00:03 2024-02-13T20:48:28.643 INFO:teuthology.orchestra.run.smithi160.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2024-02-13T20:48:29.244 INFO:teuthology.orchestra.run.smithi160.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2024-02-13T20:48:29.244 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-02-13T20:48:29.244 INFO:teuthology.orchestra.run.smithi160.stdout:Total 28 MB/s | 90 MB 00:03 2024-02-13T20:48:29.932 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-02-13T20:48:30.350 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-02-13T20:48:30.350 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-02-13T20:48:31.591 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-02-13T20:48:31.607 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-02-13T20:48:32.125 INFO:teuthology.orchestra.run.smithi153.stdout:(2/3): kernel-core-4.18.0-539.el8.x86_64.rpm 5.5 MB/s | 43 MB 00:07 2024-02-13T20:48:32.642 INFO:teuthology.orchestra.run.smithi153.stdout:(3/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 4.3 MB/s | 36 MB 00:08 2024-02-13T20:48:32.643 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-02-13T20:48:32.643 INFO:teuthology.orchestra.run.smithi153.stdout:Total 10 MB/s | 90 MB 00:08 2024-02-13T20:48:33.324 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-02-13T20:48:33.758 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-02-13T20:48:33.758 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-02-13T20:48:34.368 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-02-13T20:48:34.812 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-13T20:48:34.993 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-02-13T20:48:35.018 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-02-13T20:48:37.798 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-02-13T20:48:38.293 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-13T20:48:38.396 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-13T20:48:38.787 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-13T20:48:41.894 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-13T20:48:42.223 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-13T20:48:42.284 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-13T20:48:42.552 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-13T20:48:45.735 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-13T20:48:46.026 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-13T20:49:04.818 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-13T20:49:04.841 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-13T20:49:05.189 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-13T20:49:05.189 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-13T20:49:05.189 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-13T20:49:05.692 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-13T20:49:05.692 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:49:05.693 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-02-13T20:49:05.693 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-13T20:49:05.693 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-13T20:49:05.693 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:49:05.693 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-02-13T20:49:05.851 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2024-02-13T20:49:06.071 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-13T20:49:06.072 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-13T20:49:06.072 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-13T20:49:06.072 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-13T20:49:06.072 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-13T20:49:06.072 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-13T20:49:06.072 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2024-02-13T20:49:06.072 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2024-02-13T20:49:06.282 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-13T20:49:06.282 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-13T20:49:06.282 DEBUG:teuthology.orchestra.run.smithi160:> sudo rpm -qi grub2-tools 2024-02-13T20:49:06.316 INFO:teuthology.orchestra.run.smithi160.stdout:Name : grub2-tools 2024-02-13T20:49:06.316 INFO:teuthology.orchestra.run.smithi160.stdout:Epoch : 1 2024-02-13T20:49:06.316 INFO:teuthology.orchestra.run.smithi160.stdout:Version : 2.02 2024-02-13T20:49:06.316 INFO:teuthology.orchestra.run.smithi160.stdout:Release : 129.el8 2024-02-13T20:49:06.316 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: x86_64 2024-02-13T20:49:06.316 INFO:teuthology.orchestra.run.smithi160.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Group : System Environment/Base 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Size : 9265586 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:License : GPLv3+ 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Relocations : (not relocatable) 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Packager : CentOS BuildSystem 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Vendor : CentOS 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Summary : Support tools for GRUB. 2024-02-13T20:49:06.317 INFO:teuthology.orchestra.run.smithi160.stdout:Description : 2024-02-13T20:49:06.318 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:49:06.318 INFO:teuthology.orchestra.run.smithi160.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-13T20:49:06.318 INFO:teuthology.orchestra.run.smithi160.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-13T20:49:06.318 INFO:teuthology.orchestra.run.smithi160.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-13T20:49:06.318 INFO:teuthology.orchestra.run.smithi160.stdout:hardware devices. 2024-02-13T20:49:06.318 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:49:06.318 INFO:teuthology.orchestra.run.smithi160.stdout:This subpackage provides tools for support of all platforms. 2024-02-13T20:49:06.319 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-13T20:49:06.319 INFO:teuthology.task.kernel:Updating grub on smithi160 to boot 4.18.0-539.el8.x86_64 2024-02-13T20:49:06.319 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-13T20:49:07.823 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2024-02-13T20:49:07.842 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-13T20:49:07.866 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-13T20:49:08.209 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-13T20:49:08.209 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-13T20:49:08.209 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-13T20:49:08.674 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-13T20:49:08.675 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:49:08.675 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-02-13T20:49:08.675 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-13T20:49:08.675 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-13T20:49:08.675 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:49:08.675 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-02-13T20:49:08.817 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2024-02-13T20:49:09.034 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-13T20:49:09.035 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-13T20:49:09.035 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-13T20:49:09.035 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-13T20:49:09.035 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-13T20:49:09.035 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-13T20:49:09.035 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi153.front.sepia.ceph.com, path=None, version=distro) 2024-02-13T20:49:09.035 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2024-02-13T20:49:09.247 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-13T20:49:09.247 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-13T20:49:09.248 DEBUG:teuthology.orchestra.run.smithi153:> sudo rpm -qi grub2-tools 2024-02-13T20:49:09.287 INFO:teuthology.orchestra.run.smithi153.stdout:Name : grub2-tools 2024-02-13T20:49:09.287 INFO:teuthology.orchestra.run.smithi153.stdout:Epoch : 1 2024-02-13T20:49:09.287 INFO:teuthology.orchestra.run.smithi153.stdout:Version : 2.02 2024-02-13T20:49:09.287 INFO:teuthology.orchestra.run.smithi153.stdout:Release : 129.el8 2024-02-13T20:49:09.287 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: x86_64 2024-02-13T20:49:09.287 INFO:teuthology.orchestra.run.smithi153.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-13T20:49:09.287 INFO:teuthology.orchestra.run.smithi153.stdout:Group : System Environment/Base 2024-02-13T20:49:09.287 INFO:teuthology.orchestra.run.smithi153.stdout:Size : 9265586 2024-02-13T20:49:09.287 INFO:teuthology.orchestra.run.smithi153.stdout:License : GPLv3+ 2024-02-13T20:49:09.287 INFO:teuthology.orchestra.run.smithi153.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout:Relocations : (not relocatable) 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout:Packager : CentOS BuildSystem 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout:Vendor : CentOS 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout:Summary : Support tools for GRUB. 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout:Description : 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:49:09.288 INFO:teuthology.orchestra.run.smithi153.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-13T20:49:09.289 INFO:teuthology.orchestra.run.smithi153.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-13T20:49:09.289 INFO:teuthology.orchestra.run.smithi153.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-13T20:49:09.289 INFO:teuthology.orchestra.run.smithi153.stdout:hardware devices. 2024-02-13T20:49:09.289 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:49:09.289 INFO:teuthology.orchestra.run.smithi153.stdout:This subpackage provides tools for support of all platforms. 2024-02-13T20:49:09.289 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-13T20:49:09.289 INFO:teuthology.task.kernel:Updating grub on smithi153 to boot 4.18.0-539.el8.x86_64 2024-02-13T20:49:09.289 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-13T20:49:09.998 INFO:teuthology.orchestra.run.smithi160.stderr:done 2024-02-13T20:49:10.000 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2024-02-13T20:49:10.028 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.wYu0kNa8BR 2024-02-13T20:49:10.028 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wYu0kNa8BR 2024-02-13T20:49:10.103 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.wYu0kNa8BR 2024-02-13T20:49:10.247 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.wYu0kNa8BR is 6KB 2024-02-13T20:49:10.296 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.wYu0kNa8BR 2024-02-13T20:49:10.314 DEBUG:teuthology.orchestra.run.smithi160:> sudo /bin/ls /boot/loader/entries || true 2024-02-13T20:49:10.379 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-13T20:49:10.379 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-13T20:49:10.379 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-13T20:49:10.379 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-13T20:49:10.380 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-13T20:49:10.559 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2024-02-13T20:49:10.927 INFO:teuthology.orchestra.run.smithi153.stderr:Generating grub configuration file ... 2024-02-13T20:49:13.349 INFO:teuthology.orchestra.run.smithi153.stderr:done 2024-02-13T20:49:13.351 DEBUG:teuthology.orchestra.run.smithi153:> mktemp 2024-02-13T20:49:13.373 INFO:teuthology.orchestra.run.smithi153.stdout:/tmp/tmp.OXydMMVsIC 2024-02-13T20:49:13.374 DEBUG:teuthology.orchestra.run.smithi153:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OXydMMVsIC 2024-02-13T20:49:13.447 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0666 /tmp/tmp.OXydMMVsIC 2024-02-13T20:49:13.589 DEBUG:teuthology.orchestra.remote:smithi153:/tmp/tmp.OXydMMVsIC is 6KB 2024-02-13T20:49:13.638 DEBUG:teuthology.orchestra.run.smithi153:> rm -fr /tmp/tmp.OXydMMVsIC 2024-02-13T20:49:13.656 DEBUG:teuthology.orchestra.run.smithi153:> sudo /bin/ls /boot/loader/entries || true 2024-02-13T20:49:13.730 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-13T20:49:13.730 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-13T20:49:13.730 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-13T20:49:13.731 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-13T20:49:13.731 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-13T20:49:13.883 DEBUG:teuthology.orchestra.run.smithi153:> sudo shutdown -r now 2024-02-13T20:49:40.588 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-13T20:49:40.589 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-13T20:49:40.590 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:49:43.888 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-13T20:49:43.888 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-13T20:49:43.889 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:49:59.100 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-02-13T20:50:02.428 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-02-13T20:50:08.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-13T20:50:08.105 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:50:11.164 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-02-13T20:50:11.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-13T20:50:11.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:50:14.492 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-02-13T20:50:23.172 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-13T20:50:23.172 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:50:26.496 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-13T20:50:26.496 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:50:44.924 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-02-13T20:50:55.028 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-02-13T20:50:55.354 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-13T20:50:55.354 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-13T20:50:55.354 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-02-13T20:50:55.371 INFO:teuthology.orchestra.run.smithi160.stdout:4.18.0-539.el8.x86_64 2024-02-13T20:50:55.371 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-13T20:50:55.371 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-13T20:50:55.372 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-13T20:50:56.372 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-13T20:50:56.373 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-13T20:50:56.450 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2024-02-13T20:50:56.466 DEBUG:teuthology.parallel:result is None 2024-02-13T20:50:59.925 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-13T20:50:59.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:51:00.221 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-02-13T20:51:00.629 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-13T20:51:00.629 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-13T20:51:00.629 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-02-13T20:51:00.646 INFO:teuthology.orchestra.run.smithi153.stdout:4.18.0-539.el8.x86_64 2024-02-13T20:51:00.647 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-13T20:51:00.647 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-13T20:51:00.647 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-13T20:51:01.647 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-13T20:51:01.648 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-13T20:51:01.744 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2024-02-13T20:51:01.763 DEBUG:teuthology.parallel:result is None 2024-02-13T20:51:01.764 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-13T20:51:01.771 INFO:teuthology.task.internal:Creating test directory... 2024-02-13T20:51:01.772 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-13T20:51:01.774 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-13T20:51:02.280 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-13T20:51:02.287 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-13T20:51:02.295 INFO:teuthology.task.internal:Creating archive directory... 2024-02-13T20:51:02.295 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-13T20:51:02.298 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-13T20:51:02.415 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-13T20:51:02.422 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-13T20:51:02.423 DEBUG:teuthology.orchestra.run.smithi153:> 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-13T20:51:02.425 DEBUG:teuthology.orchestra.run.smithi160:> 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-13T20:51:02.457 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T20:51:02.463 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T20:51:02.469 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T20:51:02.474 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T20:51:02.475 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-13T20:51:02.482 INFO:teuthology.task.internal:Configuring sudo... 2024-02-13T20:51:02.482 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-13T20:51:02.518 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-13T20:51:02.547 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-13T20:51:02.558 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-13T20:51:02.558 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-13T20:51:02.587 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-13T20:51:02.608 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T20:51:02.690 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T20:51:02.738 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T20:51:02.821 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T20:51:02.863 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-13T20:51:02.863 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-13T20:51:02.941 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T20:51:02.983 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T20:51:03.035 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T20:51:03.121 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T20:51:03.162 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-13T20:51:03.162 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-13T20:51:03.229 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2024-02-13T20:51:03.231 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2024-02-13T20:51:03.302 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T20:51:03.342 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T20:51:03.764 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-13T20:51:03.772 INFO:teuthology.task.internal:Starting timer... 2024-02-13T20:51:03.773 INFO:teuthology.run_tasks:Running task pcp... 2024-02-13T20:51:03.782 INFO:teuthology.run_tasks:Running task selinux... 2024-02-13T20:51:03.791 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-13T20:51:03.792 DEBUG:teuthology.orchestra.run.smithi153:> sudo service auditd rotate 2024-02-13T20:51:03.858 INFO:teuthology.orchestra.run.smithi153.stdout:Rotating logs: 2024-02-13T20:51:03.861 DEBUG:teuthology.orchestra.run.smithi160:> sudo service auditd rotate 2024-02-13T20:51:03.953 INFO:teuthology.orchestra.run.smithi160.stdout:Rotating logs: 2024-02-13T20:51:03.955 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-13T20:51:03.955 DEBUG:teuthology.orchestra.run.smithi153:> /usr/sbin/getenforce 2024-02-13T20:51:03.977 INFO:teuthology.orchestra.run.smithi153.stdout:Permissive 2024-02-13T20:51:03.978 DEBUG:teuthology.orchestra.run.smithi160:> /usr/sbin/getenforce 2024-02-13T20:51:03.998 INFO:teuthology.orchestra.run.smithi160.stdout:Permissive 2024-02-13T20:51:03.998 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi153.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi160.front.sepia.ceph.com': 'permissive'} 2024-02-13T20:51:03.999 DEBUG:teuthology.orchestra.run.smithi153:> 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-13T20:51:04.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T20:51:04.049 DEBUG:teuthology.orchestra.run.smithi160:> 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-13T20:51:04.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T20:51:04.076 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-13T20:51:04.076 DEBUG:teuthology.orchestra.run.smithi153:> sudo /usr/sbin/setenforce permissive 2024-02-13T20:51:04.120 DEBUG:teuthology.orchestra.run.smithi160:> sudo /usr/sbin/setenforce permissive 2024-02-13T20:51:04.149 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-13T20:51:04.159 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-13T20:51:04.165 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-13T20:51:04.324 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-13T20:51:04.342 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-13T20:51:04.344 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi153.front.sepia.ceph.com,smithi160.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-13T20:56:55.648 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi153.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com')] 2024-02-13T20:56:55.650 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-13T20:56:55.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:56:55.729 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-02-13T20:56:55.804 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-13T20:56:55.804 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-13T20:56:55.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T20:56:55.879 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-02-13T20:56:55.904 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-13T20:56:55.905 INFO:teuthology.run_tasks:Running task clock... 2024-02-13T20:56:55.917 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-13T20:56:55.917 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-13T20:56:55.918 DEBUG:teuthology.orchestra.run.smithi153:> 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-13T20:56:55.920 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-13T20:56:55.920 DEBUG:teuthology.orchestra.run.smithi160:> 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-13T20:56:55.952 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-13T20:56:55.967 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-13T20:56:55.977 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-13T20:56:55.991 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-13T20:56:56.032 INFO:teuthology.orchestra.run.smithi153.stderr:sudo: ntpd: command not found 2024-02-13T20:56:56.044 INFO:teuthology.orchestra.run.smithi153.stdout:506 Cannot talk to daemon 2024-02-13T20:56:56.057 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-13T20:56:56.059 INFO:teuthology.orchestra.run.smithi160.stderr:sudo: ntpd: command not found 2024-02-13T20:56:56.070 INFO:teuthology.orchestra.run.smithi160.stdout:506 Cannot talk to daemon 2024-02-13T20:56:56.071 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-13T20:56:56.084 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-13T20:56:56.097 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-13T20:56:56.150 INFO:teuthology.orchestra.run.smithi153.stderr:bash: ntpq: command not found 2024-02-13T20:56:56.154 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T20:56:56.154 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2024-02-13T20:56:56.154 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T20:56:56.154 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T20:56:56.154 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T20:56:56.154 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T20:56:56.171 INFO:teuthology.orchestra.run.smithi160.stderr:bash: ntpq: command not found 2024-02-13T20:56:56.174 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T20:56:56.174 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-02-13T20:56:56.174 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T20:56:56.175 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T20:56:56.175 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T20:56:56.175 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T20:56:56.176 INFO:teuthology.run_tasks:Running task pexec... 2024-02-13T20:56:56.186 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-13T20:56:56.186 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T20:56:56.186 DEBUG:teuthology.orchestra.run.smithi153:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-13T20:56:56.187 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi160.front.sepia.ceph.com 2024-02-13T20:56:56.187 DEBUG:teuthology.orchestra.run.smithi160:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-13T20:56:56.984 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:25 ago on Tue 13 Feb 2024 08:55:31 PM UTC. 2024-02-13T20:56:56.998 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:25 ago on Tue 13 Feb 2024 08:55:31 PM UTC. 2024-02-13T20:56:59.019 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-02-13T20:56:59.020 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-13T20:56:59.020 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-02-13T20:56:59.020 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-13T20:56:59.020 INFO:teuthology.orchestra.run.smithi153.stdout:Resetting modules: 2024-02-13T20:56:59.020 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools 2024-02-13T20:56:59.020 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:56:59.021 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-02-13T20:56:59.021 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-13T20:56:59.021 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:56:59.049 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-02-13T20:56:59.050 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-13T20:56:59.050 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-02-13T20:56:59.050 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-13T20:56:59.050 INFO:teuthology.orchestra.run.smithi160.stdout:Resetting modules: 2024-02-13T20:56:59.050 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools 2024-02-13T20:56:59.050 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:56:59.050 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-02-13T20:56:59.051 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-13T20:56:59.051 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:56:59.272 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-02-13T20:56:59.288 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-02-13T20:57:00.127 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:28 ago on Tue 13 Feb 2024 08:55:31 PM UTC. 2024-02-13T20:57:00.136 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:28 ago on Tue 13 Feb 2024 08:55:31 PM UTC. 2024-02-13T20:57:02.136 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-02-13T20:57:02.166 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-02-13T20:57:02.170 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-13T20:57:02.170 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-02-13T20:57:02.170 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout:Installing group/module packages: 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-13T20:57:02.171 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout:Installing weak dependencies: 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout:Installing module profiles: 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools/common 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout:Enabling module streams: 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools rhel8 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-13T20:57:02.172 INFO:teuthology.orchestra.run.smithi160.stdout:Install 13 Packages 2024-02-13T20:57:02.173 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:57:02.173 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 28 M 2024-02-13T20:57:02.173 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 92 M 2024-02-13T20:57:02.173 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-02-13T20:57:02.201 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-13T20:57:02.201 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-02-13T20:57:02.201 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-13T20:57:02.201 INFO:teuthology.orchestra.run.smithi153.stdout:Installing group/module packages: 2024-02-13T20:57:02.201 INFO:teuthology.orchestra.run.smithi153.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout:Installing weak dependencies: 2024-02-13T20:57:02.202 INFO:teuthology.orchestra.run.smithi153.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-13T20:57:02.203 INFO:teuthology.orchestra.run.smithi153.stdout:Installing module profiles: 2024-02-13T20:57:02.203 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools/common 2024-02-13T20:57:02.203 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:57:02.203 INFO:teuthology.orchestra.run.smithi153.stdout:Enabling module streams: 2024-02-13T20:57:02.203 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools rhel8 2024-02-13T20:57:02.203 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:57:02.203 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-02-13T20:57:02.203 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-13T20:57:02.203 INFO:teuthology.orchestra.run.smithi153.stdout:Install 13 Packages 2024-02-13T20:57:02.203 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:57:02.204 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 28 M 2024-02-13T20:57:02.204 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 92 M 2024-02-13T20:57:02.204 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-02-13T20:57:03.174 INFO:teuthology.orchestra.run.smithi160.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 943 kB/s | 688 kB 00:00 2024-02-13T20:57:03.191 INFO:teuthology.orchestra.run.smithi153.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 942 kB/s | 688 kB 00:00 2024-02-13T20:57:03.241 INFO:teuthology.orchestra.run.smithi160.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.3 MB/s | 1.0 MB 00:00 2024-02-13T20:57:03.250 INFO:teuthology.orchestra.run.smithi153.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.3 MB/s | 1.0 MB 00:00 2024-02-13T20:57:03.291 INFO:teuthology.orchestra.run.smithi160.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 324 kB/s | 38 kB 00:00 2024-02-13T20:57:03.308 INFO:teuthology.orchestra.run.smithi153.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 324 kB/s | 38 kB 00:00 2024-02-13T20:57:03.358 INFO:teuthology.orchestra.run.smithi160.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 2.1 MB/s | 257 kB 00:00 2024-02-13T20:57:03.409 INFO:teuthology.orchestra.run.smithi153.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 1.6 MB/s | 257 kB 00:00 2024-02-13T20:57:03.491 INFO:teuthology.orchestra.run.smithi160.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.3 MB/s | 180 kB 00:00 2024-02-13T20:57:03.551 INFO:teuthology.orchestra.run.smithi153.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.2 MB/s | 180 kB 00:00 2024-02-13T20:57:03.617 INFO:teuthology.orchestra.run.smithi160.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2024-02-13T20:57:03.676 INFO:teuthology.orchestra.run.smithi153.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 199 kB/s | 25 kB 00:00 2024-02-13T20:57:03.750 INFO:teuthology.orchestra.run.smithi160.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 705 kB/s | 94 kB 00:00 2024-02-13T20:57:03.810 INFO:teuthology.orchestra.run.smithi153.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 705 kB/s | 94 kB 00:00 2024-02-13T20:57:03.942 INFO:teuthology.orchestra.run.smithi160.stdout:(8/13): netavark-1.10.2-1.module_el8+885+7da147 6.6 MB/s | 4.3 MB 00:00 2024-02-13T20:57:03.943 INFO:teuthology.orchestra.run.smithi153.stdout:(8/13): netavark-1.10.2-1.module_el8+885+7da147 6.8 MB/s | 4.3 MB 00:00 2024-02-13T20:57:04.210 INFO:teuthology.orchestra.run.smithi160.stdout:(9/13): buildah-1.33.5-1.module_el8+885+7da147f 5.5 MB/s | 9.7 MB 00:01 2024-02-13T20:57:04.244 INFO:teuthology.orchestra.run.smithi153.stdout:(9/13): buildah-1.33.5-1.module_el8+885+7da147f 5.4 MB/s | 9.7 MB 00:01 2024-02-13T20:57:04.343 INFO:teuthology.orchestra.run.smithi160.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 395 kB/s | 53 kB 00:00 2024-02-13T20:57:04.360 INFO:teuthology.orchestra.run.smithi153.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 452 kB/s | 53 kB 00:00 2024-02-13T20:57:04.420 INFO:teuthology.orchestra.run.smithi153.stdout:(11/13): toolbox-0.0.99.5-1.module_el8+847+7863 5.3 MB/s | 2.5 MB 00:00 2024-02-13T20:57:04.426 INFO:teuthology.orchestra.run.smithi160.stdout:(11/13): toolbox-0.0.99.5-1.module_el8+847+7863 5.2 MB/s | 2.5 MB 00:00 2024-02-13T20:57:04.468 INFO:teuthology.orchestra.run.smithi160.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 328 kB/s | 41 kB 00:00 2024-02-13T20:57:04.486 INFO:teuthology.orchestra.run.smithi153.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2024-02-13T20:57:05.085 INFO:teuthology.orchestra.run.smithi160.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 6.6 MB/s | 8.8 MB 00:01 2024-02-13T20:57:05.086 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-02-13T20:57:05.086 INFO:teuthology.orchestra.run.smithi160.stdout:Total 9.5 MB/s | 28 MB 00:02 2024-02-13T20:57:05.186 INFO:teuthology.orchestra.run.smithi153.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 6.4 MB/s | 8.8 MB 00:01 2024-02-13T20:57:05.187 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-02-13T20:57:05.187 INFO:teuthology.orchestra.run.smithi153.stdout:Total 9.3 MB/s | 28 MB 00:02 2024-02-13T20:57:05.358 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-02-13T20:57:05.379 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-02-13T20:57:05.380 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-02-13T20:57:05.462 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-02-13T20:57:05.483 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-02-13T20:57:05.483 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-02-13T20:57:05.633 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-02-13T20:57:05.637 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-02-13T20:57:05.755 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-02-13T20:57:05.758 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-02-13T20:57:06.300 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-02-13T20:57:06.484 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-02-13T20:57:07.245 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-13T20:57:07.417 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-13T20:57:07.498 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-13T20:57:07.596 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-13T20:57:07.761 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-13T20:57:07.854 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-13T20:57:07.965 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-13T20:57:08.072 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-13T20:57:08.155 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-13T20:57:08.401 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-13T20:57:08.693 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-13T20:57:08.963 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-13T20:57:09.680 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-13T20:57:09.919 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-13T20:57:09.922 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-13T20:57:10.140 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-13T20:57:10.161 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-13T20:57:10.366 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-13T20:57:10.570 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-13T20:57:10.768 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-13T20:57:10.807 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-13T20:57:10.991 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-13T20:57:11.035 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-13T20:57:11.161 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-13T20:57:11.277 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-13T20:57:11.506 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-13T20:57:11.585 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-13T20:57:11.585 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-13T20:57:11.586 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-13T20:57:11.934 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-13T20:57:11.934 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-13T20:57:11.934 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-13T20:57:11.935 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-13T20:57:11.935 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-13T20:57:11.935 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-13T20:57:11.935 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-13T20:57:11.935 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-13T20:57:11.935 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-13T20:57:11.936 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-13T20:57:11.936 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-13T20:57:11.936 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-13T20:57:11.936 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-13T20:57:12.226 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-13T20:57:12.227 INFO:teuthology.orchestra.run.smithi160.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-13T20:57:12.227 INFO:teuthology.orchestra.run.smithi160.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-13T20:57:12.227 INFO:teuthology.orchestra.run.smithi160.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-13T20:57:12.227 INFO:teuthology.orchestra.run.smithi160.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-13T20:57:12.227 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:57:12.227 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-02-13T20:57:12.417 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-13T20:57:12.417 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:57:12.417 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-02-13T20:57:12.417 INFO:teuthology.orchestra.run.smithi153.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-13T20:57:12.417 INFO:teuthology.orchestra.run.smithi153.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-13T20:57:12.417 INFO:teuthology.orchestra.run.smithi153.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-13T20:57:12.417 INFO:teuthology.orchestra.run.smithi153.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-13T20:57:12.417 INFO:teuthology.orchestra.run.smithi153.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-13T20:57:12.417 INFO:teuthology.orchestra.run.smithi153.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-13T20:57:12.418 INFO:teuthology.orchestra.run.smithi153.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-13T20:57:12.418 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-13T20:57:12.418 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-13T20:57:12.418 INFO:teuthology.orchestra.run.smithi153.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-13T20:57:12.418 INFO:teuthology.orchestra.run.smithi153.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-13T20:57:12.418 INFO:teuthology.orchestra.run.smithi153.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-13T20:57:12.418 INFO:teuthology.orchestra.run.smithi153.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-13T20:57:12.418 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T20:57:12.418 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-02-13T20:57:12.499 DEBUG:teuthology.parallel:result is None 2024-02-13T20:57:12.730 DEBUG:teuthology.parallel:result is None 2024-02-13T20:57:12.730 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-13T20:57:12.829 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', '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-13T20:57:12.829 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2024-02-13T20:57:12.830 INFO:tasks.cephadm:Cluster fsid is 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:12.830 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-13T20:57:12.830 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-13T20:57:12.830 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi153': '172.21.15.153', 'mon.smithi160': '172.21.15.160'} 2024-02-13T20:57:12.831 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-13T20:57:12.831 DEBUG:teuthology.orchestra.run.smithi153:> sudo hostname $(hostname -s) 2024-02-13T20:57:12.859 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2024-02-13T20:57:12.888 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2024-02-13T20:57:12.888 DEBUG:teuthology.orchestra.run.smithi153:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-13T20:57:13.223 INFO:teuthology.orchestra.run.smithi153.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Feb 13 20:57 /home/ubuntu/cephtest/cephadm 2024-02-13T20:57:13.224 DEBUG:teuthology.orchestra.run.smithi160:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-13T20:57:13.392 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Feb 13 20:57 /home/ubuntu/cephtest/cephadm 2024-02-13T20:57:13.392 DEBUG:teuthology.orchestra.run.smithi153:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-13T20:57:13.412 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-13T20:57:13.442 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /etc/ceph 2024-02-13T20:57:13.480 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2024-02-13T20:57:13.510 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 777 /etc/ceph 2024-02-13T20:57:13.549 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2024-02-13T20:57:13.578 INFO:tasks.cephadm:Writing seed config... 2024-02-13T20:57:13.579 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-13T20:57:13.579 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-13T20:57:13.579 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-13T20:57:13.579 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-13T20:57:13.579 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-13T20:57:13.579 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-13T20:57:13.580 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-13T20:57:13.580 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-13T20:57:13.580 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-13T20:57:13.580 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-13T20:57:13.607 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 = 76082ba2-cab2-11ee-95b9-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-13T20:57:13.607 DEBUG:teuthology.orchestra.run.smithi153:mon.smithi153> sudo journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153.service 2024-02-13T20:57:13.650 INFO:tasks.cephadm:Bootstrapping... 2024-02-13T20:57:13.650 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.153 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-13T20:57:13.680 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:-- Logs begin at Tue 2024-02-13 20:50:45 UTC. -- 2024-02-13T20:57:13.908 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-13T20:57:15.441 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: 4.9.3-dev 2024-02-13T20:57:15.451 INFO:teuthology.orchestra.run.smithi153.stderr:Verifying podman|docker is present... 2024-02-13T20:57:15.451 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-13T20:57:15.475 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: 4.9.3-dev 2024-02-13T20:57:15.484 INFO:teuthology.orchestra.run.smithi153.stderr:Verifying lvm2 is present... 2024-02-13T20:57:15.485 INFO:teuthology.orchestra.run.smithi153.stderr:Verifying time synchronization is in place... 2024-02-13T20:57:15.485 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-enabled chrony.service 2024-02-13T20:57:15.492 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-13T20:57:15.493 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-active chrony.service 2024-02-13T20:57:15.498 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: inactive 2024-02-13T20:57:15.499 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-13T20:57:15.505 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: enabled 2024-02-13T20:57:15.505 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-active chronyd.service 2024-02-13T20:57:15.511 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: active 2024-02-13T20:57:15.512 INFO:teuthology.orchestra.run.smithi153.stderr:Unit chronyd.service is enabled and running 2024-02-13T20:57:15.512 INFO:teuthology.orchestra.run.smithi153.stderr:Repeating the final host check... 2024-02-13T20:57:15.512 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-13T20:57:15.532 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: 4.9.3-dev 2024-02-13T20:57:15.539 INFO:teuthology.orchestra.run.smithi153.stderr:podman|docker (/bin/podman) is present 2024-02-13T20:57:15.539 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl is present 2024-02-13T20:57:15.540 INFO:teuthology.orchestra.run.smithi153.stderr:lvcreate is present 2024-02-13T20:57:15.540 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-enabled chrony.service 2024-02-13T20:57:15.545 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-13T20:57:15.545 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-active chrony.service 2024-02-13T20:57:15.551 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: inactive 2024-02-13T20:57:15.551 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-13T20:57:15.557 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: enabled 2024-02-13T20:57:15.557 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-active chronyd.service 2024-02-13T20:57:15.562 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: active 2024-02-13T20:57:15.563 INFO:teuthology.orchestra.run.smithi153.stderr:Unit chronyd.service is enabled and running 2024-02-13T20:57:15.563 INFO:teuthology.orchestra.run.smithi153.stderr:Host looks OK 2024-02-13T20:57:15.563 INFO:teuthology.orchestra.run.smithi153.stderr:Cluster fsid: 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:15.563 INFO:teuthology.orchestra.run.smithi153.stderr:Acquiring lock 139770651672704 on /run/cephadm/76082ba2-cab2-11ee-95b9-87774f69a715.lock 2024-02-13T20:57:15.563 INFO:teuthology.orchestra.run.smithi153.stderr:Lock 139770651672704 acquired on /run/cephadm/76082ba2-cab2-11ee-95b9-87774f69a715.lock 2024-02-13T20:57:15.564 INFO:teuthology.orchestra.run.smithi153.stderr:Verifying IP 172.21.15.153 port 3300 ... 2024-02-13T20:57:15.565 INFO:teuthology.orchestra.run.smithi153.stderr:Verifying IP 172.21.15.153 port 6789 ... 2024-02-13T20:57:15.565 INFO:teuthology.orchestra.run.smithi153.stderr:Base mon IP is 172.21.15.153, final addrv is [v2:172.21.15.153:3300,v1:172.21.15.153:6789] 2024-02-13T20:57:15.565 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /sbin/ip route ls 2024-02-13T20:57:15.567 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.153 metric 100 2024-02-13T20:57:15.567 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.153 metric 100 2024-02-13T20:57:15.567 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /sbin/ip -6 route ls 2024-02-13T20:57:15.570 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-13T20:57:15.570 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-13T20:57:15.570 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2024-02-13T20:57:15.570 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /sbin/ip -6 addr ls 2024-02-13T20:57:15.573 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-13T20:57:15.573 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-13T20:57:15.573 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-13T20:57:15.573 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-13T20:57:15.573 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6deb/64 scope link 2024-02-13T20:57:15.573 INFO:teuthology.orchestra.run.smithi153.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-13T20:57:15.574 INFO:teuthology.orchestra.run.smithi153.stderr:Mon IP 172.21.15.153 is in CIDR network 172.21.0.0/20 2024-02-13T20:57:15.574 INFO:teuthology.orchestra.run.smithi153.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-13T20:57:15.575 INFO:teuthology.orchestra.run.smithi153.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-02-13T20:57:15.575 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2024-02-13T20:57:15.667 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2024-02-13T20:57:22.318 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: Getting image source signatures 2024-02-13T20:57:22.330 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2024-02-13T20:57:22.331 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-13T20:57:37.808 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-02-13T20:57:37.957 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: Writing manifest to image destination 2024-02-13T20:57:38.294 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-02-13T20:57:38.306 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2024-02-13T20:57:38.969 INFO:teuthology.orchestra.run.smithi153.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-02-13T20:57:39.558 INFO:teuthology.orchestra.run.smithi153.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-02-13T20:57:39.559 INFO:teuthology.orchestra.run.smithi153.stderr:Extracting ceph user uid/gid from container image... 2024-02-13T20:57:39.559 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2024-02-13T20:57:40.044 INFO:teuthology.orchestra.run.smithi153.stderr:stat: 167 167 2024-02-13T20:57:40.790 INFO:teuthology.orchestra.run.smithi153.stderr:Creating initial keys... 2024-02-13T20:57:40.790 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-13T20:57:41.374 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-authtool: AQDF18tl4z62EBAAUNhkISz3yrXdds75x0Ss+Q== 2024-02-13T20:57:41.946 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-13T20:57:42.496 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-authtool: AQDG18tlkkuAGBAAlzcoVgWRHh1Khge3Uf8vVQ== 2024-02-13T20:57:43.069 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-13T20:57:43.619 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-authtool: AQDH18tlo9oBHhAAOaKfLx2BzUfXz/JWuLh4nA== 2024-02-13T20:57:44.263 INFO:teuthology.orchestra.run.smithi153.stderr:Creating initial monmap... 2024-02-13T20:57:44.263 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp8kq5kvs8:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 --addv smithi153 [v2:172.21.15.153:3300,v1:172.21.15.153:6789] /tmp/monmap 2024-02-13T20:57:44.808 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-13T20:57:44.809 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:44.809 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-13T20:57:45.353 INFO:teuthology.orchestra.run.smithi153.stderr:monmaptool for smithi153 [v2:172.21.15.153:3300,v1:172.21.15.153:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-13T20:57:45.353 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/monmaptool: set fsid to 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:45.353 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-13T20:57:45.353 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T20:57:45.353 INFO:teuthology.orchestra.run.smithi153.stderr:Creating mon... 2024-02-13T20:57:45.356 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153:/var/lib/ceph/mon/ceph-smithi153:z -v /tmp/ceph-tmpkebrpljo:/tmp/keyring:z -v /tmp/ceph-tmp8kq5kvs8:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi153 --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-02-13T20:57:46.003 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.875+0000 7f21f87fc700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T20:57:46.003 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.875+0000 7f21f87fc700 1 imported monmap: 2024-02-13T20:57:46.004 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-13T20:57:46.004 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: fsid 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:46.004 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: last_changed 2024-02-13T20:57:44.684159+0000 2024-02-13T20:57:46.004 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: created 2024-02-13T20:57:44.684159+0000 2024-02-13T20:57:46.004 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-13T20:57:46.004 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-13T20:57:46.004 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon.smithi153 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.875+0000 7f21f87fc700 0 /usr/bin/ceph-mon: set fsid to 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Compile date May 13 2021 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: DB SUMMARY 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi153/store.db dir, Total Num: 0, files: 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.005 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi153/store.db: 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.error_if_exists: 0 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.create_if_missing: 1 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.env: 0x564204b541c0 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.fs: Posix File System 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.info_log: 0x5642056dcec0 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.statistics: (nil) 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.use_fsync: 0 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T20:57:46.006 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.db_log_dir: 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi153/store.db 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T20:57:46.007 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.write_buffer_manager: 0x5642056e3530 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T20:57:46.008 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.unordered_write: 0 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.row_cache: None 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.wal_filter: None 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T20:57:46.009 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.two_write_queues: 0 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.atomic_flush: 0 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T20:57:46.010 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.max_open_files: -1 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Compression algorithms supported: 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: kZSTD supported: 0 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: kXpressCompression supported: 0 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T20:57:46.011 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: kZlibCompression supported: 1 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.876+0000 7f21f87fc700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi153/store.db/MANIFEST-000001 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.merge_operator: 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_filter: None 2024-02-13T20:57:46.012 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5642055f5cb8) 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-13T20:57:46.013 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-13T20:57:46.014 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: block_cache: 0x56420562ad10 2024-02-13T20:57:46.014 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-13T20:57:46.014 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-13T20:57:46.014 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-13T20:57:46.014 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-13T20:57:46.014 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-13T20:57:46.015 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-13T20:57:46.016 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-13T20:57:46.016 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-13T20:57:46.016 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-13T20:57:46.016 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.016 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T20:57:46.016 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T20:57:46.016 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compression: NoCompression 2024-02-13T20:57:46.016 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T20:57:46.016 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.num_levels: 7 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T20:57:46.017 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T20:57:46.018 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T20:57:46.019 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.table_properties_collectors: 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T20:57:46.020 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.bloom_locality: 0 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.ttl: 2592000 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi153/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-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.877+0000 7f21f87fc700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.880+0000 7f21f87fc700 4 rocksdb: DB pointer 0x5642056ef800 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.880+0000 7f21e1695700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.880+0000 7f21e1695700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T20:57:46.021 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-13T20:57:46.022 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T20:57:46.022 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.022 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.022 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T20:57:46.022 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.022 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.022 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T20:57:46.022 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.022 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T20:57:46.022 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T20:57:46.023 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.024 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.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-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-13T20:57:46.025 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: 2024-02-13T20:57:46.026 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.881+0000 7f21f87fc700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-13T20:57:46.026 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.882+0000 7f21f87fc700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-13T20:57:46.026 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph-mon: debug 2024-02-13T20:57:45.882+0000 7f21f87fc700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi153 for mon.smithi153 2024-02-13T20:57:46.560 INFO:teuthology.orchestra.run.smithi153.stderr:create mon.smithi153 on 2024-02-13T20:57:46.560 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:46.565 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl disable ceph.target 2024-02-13T20:57:46.654 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl enable ceph.target 2024-02-13T20:57:46.661 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-13T20:57:46.743 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl start ceph.target 2024-02-13T20:57:46.751 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl enable ceph-76082ba2-cab2-11ee-95b9-87774f69a715.target 2024-02-13T20:57:46.757 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-76082ba2-cab2-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-76082ba2-cab2-11ee-95b9-87774f69a715.target. 2024-02-13T20:57:46.757 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-76082ba2-cab2-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-76082ba2-cab2-11ee-95b9-87774f69a715.target. 2024-02-13T20:57:46.833 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl start ceph-76082ba2-cab2-11ee-95b9-87774f69a715.target 2024-02-13T20:57:46.850 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl daemon-reload 2024-02-13T20:57:46.932 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153 2024-02-13T20:57:46.963 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl reset-failed ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153 2024-02-13T20:57:46.968 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: Failed to reset failed state of unit ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153.service: Unit ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153.service not loaded. 2024-02-13T20:57:46.968 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl enable ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153 2024-02-13T20:57:46.974 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: Created symlink /etc/systemd/system/ceph-76082ba2-cab2-11ee-95b9-87774f69a715.target.wants/ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153.service → /etc/systemd/system/ceph-76082ba2-cab2-11ee-95b9-87774f69a715@.service. 2024-02-13T20:57:47.054 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl start ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153 2024-02-13T20:57:47.416 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:47 smithi153 systemd[1]: Starting Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T20:57:47.609 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-13T20:57:47.617 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: disabled 2024-02-13T20:57:47.618 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-active firewalld.service 2024-02-13T20:57:47.626 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: inactive 2024-02-13T20:57:47.626 INFO:teuthology.orchestra.run.smithi153.stderr:firewalld.service is not enabled 2024-02-13T20:57:47.626 INFO:teuthology.orchestra.run.smithi153.stderr:Not possible to enable service . firewalld.service is not available 2024-02-13T20:57:47.627 INFO:teuthology.orchestra.run.smithi153.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-13T20:57:47.627 INFO:teuthology.orchestra.run.smithi153.stderr:Waiting for mon to start... 2024-02-13T20:57:47.627 INFO:teuthology.orchestra.run.smithi153.stderr:Waiting for mon... 2024-02-13T20:57:47.627 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153:/var/lib/ceph/mon/ceph-smithi153:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2024-02-13T20:57:47.889 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:47 smithi153 bash[34009]: 916f1a917aa3f788ce1297630064c8aa60bda5fa3596b84065ef0083cefb47bc 2024-02-13T20:57:47.889 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:47 smithi153 systemd[1]: Started Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T20:57:47.889 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: cluster 2024-02-13T20:57:47.610798+0000 mon.smithi153 (mon.0) 0 : [INF] mkfs 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:47.889 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: cluster 2024-02-13T20:57:47.587919+0000 mon.smithi153 (mon.0) 1 : cluster [INF] mon.smithi153 is new leader, mons smithi153 in quorum (ranks 0) 2024-02-13T20:57:48.206 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: cluster: 2024-02-13T20:57:48.206 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: id: 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:48.206 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-13T20:57:48.206 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 2024-02-13T20:57:48.206 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: services: 2024-02-13T20:57:48.207 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi153 (age 0.598404s) 2024-02-13T20:57:48.207 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-13T20:57:48.207 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-13T20:57:48.207 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 2024-02-13T20:57:48.207 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: data: 2024-02-13T20:57:48.207 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-13T20:57:48.207 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-13T20:57:48.207 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-13T20:57:48.207 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: pgs: 2024-02-13T20:57:48.207 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 2024-02-13T20:57:48.821 INFO:teuthology.orchestra.run.smithi153.stderr:mon is available 2024-02-13T20:57:48.822 INFO:teuthology.orchestra.run.smithi153.stderr:Assimilating anything we can from ceph.conf... 2024-02-13T20:57:48.822 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z -v /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153:/var/lib/ceph/mon/ceph-smithi153:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi153/config 2024-02-13T20:57:48.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: cluster 2024-02-13T20:57:47.607589+0000 mon.smithi153 (mon.0) 2 : cluster [INF] mon.smithi153 is new leader, mons smithi153 in quorum (ranks 0) 2024-02-13T20:57:48.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: cluster 2024-02-13T20:57:47.607812+0000 mon.smithi153 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0]} 2024-02-13T20:57:48.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: cluster 2024-02-13T20:57:47.616653+0000 mon.smithi153 (mon.0) 4 : cluster [DBG] fsmap 2024-02-13T20:57:48.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: cluster 2024-02-13T20:57:47.625052+0000 mon.smithi153 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-13T20:57:48.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: cluster 2024-02-13T20:57:47.626956+0000 mon.smithi153 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-13T20:57:48.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: audit 2024-02-13T20:57:48.205962+0000 mon.smithi153 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.153:0/140600717' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-13T20:57:49.458 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 2024-02-13T20:57:49.458 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: [global] 2024-02-13T20:57:49.458 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: fsid = 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:49.458 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-13T20:57:49.458 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.153:3300,v1:172.21.15.153:6789] 2024-02-13T20:57:49.458 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-13T20:57:49.458 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-13T20:57:49.459 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-13T20:57:49.459 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-13T20:57:49.459 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 2024-02-13T20:57:49.459 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: [mgr] 2024-02-13T20:57:49.459 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-13T20:57:49.459 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 2024-02-13T20:57:49.459 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: [osd] 2024-02-13T20:57:49.459 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-13T20:57:49.459 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-02-13T20:57:49.459 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-13T20:57:49.800 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: audit 2024-02-13T20:57:49.455007+0000 mon.smithi153 (mon.0) 8 : audit [INF] from='client.? 172.21.15.153:0/1947579368' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-13T20:57:49.800 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: audit 2024-02-13T20:57:49.457625+0000 mon.smithi153 (mon.0) 9 : audit [INF] from='client.? 172.21.15.153:0/1947579368' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-13T20:57:50.053 INFO:teuthology.orchestra.run.smithi153.stderr:Generating new minimal ceph.conf... 2024-02-13T20:57:50.053 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z -v /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153:/var/lib/ceph/mon/ceph-smithi153:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi153/config 2024-02-13T20:57:50.922 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: audit 2024-02-13T20:57:50.643540+0000 mon.smithi153 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.153:0/2880072626' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T20:57:51.467 INFO:teuthology.orchestra.run.smithi153.stderr:Restarting the monitor... 2024-02-13T20:57:51.467 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl restart ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153 2024-02-13T20:57:51.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:51 smithi153 systemd[1]: Stopping Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T20:57:52.092 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: debug 2024-02-13T20:57:51.791+0000 7f05c8a4c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi153 -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-13T20:57:52.092 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34024]: debug 2024-02-13T20:57:51.791+0000 7f05c8a4c700 -1 mon.smithi153@0(leader) e1 *** Got Signal Terminated *** 2024-02-13T20:57:52.352 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 podman[34355]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153 2024-02-13T20:57:52.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153.service: Succeeded. 2024-02-13T20:57:52.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 systemd[1]: Stopped Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T20:57:52.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 systemd[1]: Starting Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T20:57:52.941 INFO:teuthology.orchestra.run.smithi153.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-13T20:57:52.941 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2024-02-13T20:57:53.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.857+0000 7f63fec58700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T20:57:53.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.857+0000 7f63fec58700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2024-02-13T20:57:53.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.857+0000 7f63fec58700 0 pidfile_write: ignore empty --pid-file 2024-02-13T20:57:53.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 0 load: jerasure load: lrc load: isa 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Compile date May 13 2021 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: DB SUMMARY 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: CURRENT file: CURRENT 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi153/store.db dir, Total Num: 1, files: 000004.sst 2024-02-13T20:57:53.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi153/store.db: 000006.log size: 85687 ; 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.error_if_exists: 0 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.create_if_missing: 0 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.env: 0x5601fb8031c0 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.fs: Posix File System 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.info_log: 0x5601fd527960 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.statistics: (nil) 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.use_fsync: 0 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T20:57:53.168 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.db_log_dir: 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi153/store.db 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T20:57:53.169 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.write_buffer_manager: 0x5601fd52dfb0 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T20:57:53.170 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.unordered_write: 0 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.row_cache: None 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.wal_filter: None 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T20:57:53.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.two_write_queues: 0 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.atomic_flush: 0 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T20:57:53.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_open_files: -1 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Compression algorithms supported: 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: kZSTD supported: 0 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: kXpressCompression supported: 0 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: kZlibCompression supported: 1 2024-02-13T20:57:53.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi153/store.db/MANIFEST-000005 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.merge_operator: 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_filter: None 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5601fd43fcb0) 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cache_index_and_filter_blocks: 1 2024-02-13T20:57:53.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: pin_top_level_index_and_filter: 1 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: index_type: 0 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: data_block_index_type: 0 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: index_shortening: 1 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: data_block_hash_table_util_ratio: 0.750000 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: hash_index_allow_collision: 1 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: checksum: 1 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: no_block_cache: 0 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: block_cache: 0x5601fd474f10 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: block_cache_name: BinnedLRUCache 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: block_cache_options: 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: capacity : 536870912 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: num_shard_bits : 4 2024-02-13T20:57:53.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: strict_capacity_limit : 0 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: high_pri_pool_ratio: 0.000 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: block_cache_compressed: (nil) 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: persistent_cache: (nil) 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: block_size: 4096 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: block_size_deviation: 10 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: block_restart_interval: 16 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: index_block_restart_interval: 1 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: metadata_block_size: 4096 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: partition_filters: 0 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: use_delta_encoding: 1 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T20:57:53.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: whole_key_filtering: 1 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: verify_compression: 0 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: read_amp_bytes_per_bit: 0 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: format_version: 2 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: enable_index_compression: 1 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: block_align: 0 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compression: NoCompression 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.num_levels: 7 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T20:57:53.177 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T20:57:53.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T20:57:53.179 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T20:57:53.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T20:57:53.181 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T20:57:53.181 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T20:57:53.181 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T20:57:53.181 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.table_properties_collectors: 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.bloom_locality: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.ttl: 2592000 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.862+0000 7f63fec58700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.863+0000 7f63fec58700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi153/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-13T20:57:53.182 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.863+0000 7f63fec58700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.863+0000 7f63fec58700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707857872864652, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.863+0000 7f63fec58700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.863+0000 7f63fec58700 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-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.864+0000 7f63fec58700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707857872865438, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82435, "table_properties": {"data_size": 80705, "index_size": 335, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 75339, "raw_average_value_size": 380, "num_data_blocks": 11, "num_entries": 198, "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": 1707857872, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.864+0000 7f63fec58700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.864+0000 7f63fec58700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707857872865814, "job": 1, "event": "recovery_finished"} 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.865+0000 7f63fec58700 4 rocksdb: DB pointer 0x5601fd539800 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.866+0000 7f63e5a70700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.866+0000 7f63e5a70700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ** DB Stats ** 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-13T20:57:53.183 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ** Compaction Stats [default] ** 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: L0 2/0 82.20 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Sum 2/0 82.20 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ** Compaction Stats [default] ** 2024-02-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Cumulative compaction: 0.00 GB write, 24.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Interval compaction: 0.00 GB write, 24.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ** Compaction Stats [default] ** 2024-02-13T20:57:53.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: L0 2/0 82.20 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Sum 2/0 82.20 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ** Compaction Stats [default] ** 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T20:57:53.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: Cumulative compaction: 0.00 GB write, 24.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.866+0000 7f63fec58700 0 starting mon.smithi153 rank 0 at public addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] at bind addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi153 fsid 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.867+0000 7f63fec58700 1 mon.smithi153@-1(???) e1 preinit fsid 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.867+0000 7f63fec58700 0 mon.smithi153@-1(???).mds e1 new map 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.867+0000 7f63fec58700 0 mon.smithi153@-1(???).mds e1 print_map 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: e1 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 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-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: legacy client fscid: -1 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: No filesystems configured 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: 2024-02-13T20:57:53.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.867+0000 7f63fec58700 0 mon.smithi153@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.867+0000 7f63fec58700 0 mon.smithi153@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.867+0000 7f63fec58700 0 mon.smithi153@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.867+0000 7f63fec58700 0 mon.smithi153@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:50.643540+0000 mon.smithi153 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.153:0/2880072626' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T20:57:52.867+0000 7f63fec58700 1 mon.smithi153@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:57:52.884686+0000 mon.smithi153 (mon.0) 1 : cluster [INF] mon.smithi153 is new leader, mons smithi153 in quorum (ranks 0) 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:57:52.884745+0000 mon.smithi153 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0]} 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:57:52.884778+0000 mon.smithi153 (mon.0) 3 : cluster [DBG] fsmap 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:57:52.884800+0000 mon.smithi153 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:57:52.885175+0000 mon.smithi153 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 bash[34428]: 8fc20fd23ea08d98011a9a11d2f765525868627c8075720f5a4376c088f2fc76 2024-02-13T20:57:53.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:52 smithi153 systemd[1]: Started Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T20:57:54.113 INFO:teuthology.orchestra.run.smithi153.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-13T20:57:54.113 INFO:teuthology.orchestra.run.smithi153.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-13T20:57:54.113 INFO:teuthology.orchestra.run.smithi153.stderr:Creating mgr... 2024-02-13T20:57:54.113 INFO:teuthology.orchestra.run.smithi153.stderr:Verifying port 9283 ... 2024-02-13T20:57:54.115 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl daemon-reload 2024-02-13T20:57:54.207 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mgr.smithi153.unkvxi 2024-02-13T20:57:54.229 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl reset-failed ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mgr.smithi153.unkvxi 2024-02-13T20:57:54.234 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: Failed to reset failed state of unit ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mgr.smithi153.unkvxi.service: Unit ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mgr.smithi153.unkvxi.service not loaded. 2024-02-13T20:57:54.235 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl enable ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mgr.smithi153.unkvxi 2024-02-13T20:57:54.240 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: Created symlink /etc/systemd/system/ceph-76082ba2-cab2-11ee-95b9-87774f69a715.target.wants/ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mgr.smithi153.unkvxi.service → /etc/systemd/system/ceph-76082ba2-cab2-11ee-95b9-87774f69a715@.service. 2024-02-13T20:57:54.320 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl start ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mgr.smithi153.unkvxi 2024-02-13T20:57:54.888 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:53.562144+0000 mon.smithi153 (mon.0) 6 : audit [INF] from='client.? 172.21.15.153:0/2272278882' entity='client.admin' 2024-02-13T20:57:54.892 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-13T20:57:54.901 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: disabled 2024-02-13T20:57:54.901 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-active firewalld.service 2024-02-13T20:57:54.908 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: inactive 2024-02-13T20:57:54.909 INFO:teuthology.orchestra.run.smithi153.stderr:firewalld.service is not enabled 2024-02-13T20:57:54.909 INFO:teuthology.orchestra.run.smithi153.stderr:Not possible to enable service . firewalld.service is not available 2024-02-13T20:57:54.909 INFO:teuthology.orchestra.run.smithi153.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-13T20:57:54.909 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-13T20:57:54.916 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: disabled 2024-02-13T20:57:54.917 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-active firewalld.service 2024-02-13T20:57:54.924 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: inactive 2024-02-13T20:57:54.925 INFO:teuthology.orchestra.run.smithi153.stderr:firewalld.service is not enabled 2024-02-13T20:57:54.925 INFO:teuthology.orchestra.run.smithi153.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-13T20:57:54.925 INFO:teuthology.orchestra.run.smithi153.stderr:Waiting for mgr to start... 2024-02-13T20:57:54.925 INFO:teuthology.orchestra.run.smithi153.stderr:Waiting for mgr... 2024-02-13T20:57:54.925 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: { 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "fsid": "76082ba2-cab2-11ee-95b9-87774f69a715", 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "health": { 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T20:57:55.624 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 0 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: ], 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "smithi153" 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: ], 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T20:57:55.625 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T20:57:55.626 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T20:57:55.629 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T20:57:55.629 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T20:57:55.629 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:55.629 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T20:57:55.629 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T20:57:55.629 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T20:57:55.629 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T20:57:55.629 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "available": false, 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T20:57:55.630 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "iostat", 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "restful" 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: ], 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "services": {} 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "modified": "2024-02-13T20:57:47.611305+0000", 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "services": {} 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T20:57:55.631 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: } 2024-02-13T20:57:55.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:55.621665+0000 mon.smithi153 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.153:0/1918695849' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T20:57:56.429 INFO:teuthology.orchestra.run.smithi153.stderr:mgr not available, waiting (1/15)... 2024-02-13T20:57:58.431 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-13T20:57:59.161 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: { 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "fsid": "76082ba2-cab2-11ee-95b9-87774f69a715", 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "health": { 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 0 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: ], 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "smithi153" 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: ], 2024-02-13T20:57:59.162 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T20:57:59.163 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:59.164 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "available": false, 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "iostat", 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "restful" 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: ], 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "services": {} 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "modified": "2024-02-13T20:57:47.611305+0000", 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "services": {} 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T20:57:59.165 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: } 2024-02-13T20:57:59.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:57:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.157322+0000 mon.smithi153 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.153:0/1080686695' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T20:57:59.835 INFO:teuthology.orchestra.run.smithi153.stderr:mgr not available, waiting (2/15)... 2024-02-13T20:58:00.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:57:59.869083+0000 mon.smithi153 (mon.0) 9 : cluster [INF] Activating manager daemon smithi153.unkvxi 2024-02-13T20:58:00.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:57:59.871865+0000 mon.smithi153 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi153.unkvxi(active, starting, since 0.00287505s) 2024-02-13T20:58:00.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.872875+0000 mon.smithi153 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.153:0/1612971107' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T20:58:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.873095+0000 mon.smithi153 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.153:0/1612971107' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T20:58:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.873230+0000 mon.smithi153 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.153:0/1612971107' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T20:58:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.873350+0000 mon.smithi153 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.153:0/1612971107' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T20:58:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.873643+0000 mon.smithi153 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.153:0/1612971107' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi153.unkvxi", "id": "smithi153.unkvxi"}]: dispatch 2024-02-13T20:58:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:57:59.875410+0000 mon.smithi153 (mon.0) 16 : cluster [INF] Manager daemon smithi153.unkvxi is now available 2024-02-13T20:58:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.885322+0000 mon.smithi153 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.153:0/1612971107' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.886827+0000 mon.smithi153 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.153:0/1612971107' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T20:58:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.887898+0000 mon.smithi153 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.153:0/1612971107' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T20:58:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.895004+0000 mon.smithi153 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.153:0/1612971107' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:57:59.900061+0000 mon.smithi153 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.153:0/1612971107' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:01.838 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-13T20:58:02.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:00.874660+0000 mon.smithi153 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi153.unkvxi(active, since 1.00567s) 2024-02-13T20:58:04.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:02.880223+0000 mon.smithi153 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi153.unkvxi(active, since 3s) 2024-02-13T20:58:05.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:04.535697+0000 mon.smithi153 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.153:0/5893331' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T20:58:05.449 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 2024-02-13T20:58:05.449 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: { 2024-02-13T20:58:05.449 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "fsid": "76082ba2-cab2-11ee-95b9-87774f69a715", 2024-02-13T20:58:05.449 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "health": { 2024-02-13T20:58:05.449 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T20:58:05.449 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T20:58:05.449 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T20:58:05.449 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:58:05.449 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 0 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: ], 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "smithi153" 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: ], 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:58:05.450 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T20:58:05.451 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T20:58:05.452 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T20:58:05.452 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T20:58:05.452 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:58:05.452 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T20:58:05.452 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:58:05.452 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T20:58:05.452 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T20:58:05.452 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:58:05.452 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T20:58:05.452 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "available": true, 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "iostat", 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "restful" 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: ], 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "services": {} 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "modified": "2024-02-13T20:57:47.611305+0000", 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "services": {} 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: }, 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T20:58:05.453 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: } 2024-02-13T20:58:10.037 INFO:teuthology.orchestra.run.smithi153.stderr:mgr is available 2024-02-13T20:58:10.038 INFO:teuthology.orchestra.run.smithi153.stderr:Enabling cephadm module... 2024-02-13T20:58:10.038 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2024-02-13T20:58:13.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:12.862053+0000 mon.smithi153 (mon.0) 25 : audit [INF] from='client.? 172.21.15.153:0/4270758427' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-13T20:58:13.556 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-02-13T20:58:14.199 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:12.914684+0000 mon.smithi153 (mon.0) 26 : audit [INF] from='client.? 172.21.15.153:0/4270758427' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-13T20:58:14.199 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:12.914729+0000 mon.smithi153 (mon.0) 27 : cluster [DBG] mgrmap e5: smithi153.unkvxi(active, since 13s) 2024-02-13T20:58:14.321 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: { 2024-02-13T20:58:14.321 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-13T20:58:14.321 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "available": true, 2024-02-13T20:58:14.321 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "active_name": "smithi153.unkvxi", 2024-02-13T20:58:14.321 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-13T20:58:14.321 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: } 2024-02-13T20:58:14.895 INFO:teuthology.orchestra.run.smithi153.stderr:Waiting for the mgr to restart... 2024-02-13T20:58:14.895 INFO:teuthology.orchestra.run.smithi153.stderr:Waiting for mgr epoch 5... 2024-02-13T20:58:14.896 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-02-13T20:58:14.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:14.321516+0000 mon.smithi153 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.153:0/3483791109' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-13T20:58:19.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:17.890843+0000 mon.smithi153 (mon.0) 29 : cluster [INF] Active manager daemon smithi153.unkvxi restarted 2024-02-13T20:58:19.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:17.891215+0000 mon.smithi153 (mon.0) 30 : cluster [INF] Activating manager daemon smithi153.unkvxi 2024-02-13T20:58:19.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:17.893922+0000 mon.smithi153 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-13T20:58:19.892 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: { 2024-02-13T20:58:19.892 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-13T20:58:19.892 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "initialized": true 2024-02-13T20:58:19.892 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: } 2024-02-13T20:58:20.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:18.879997+0000 mon.smithi153 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi153.unkvxi(active, starting, since 0.988867s) 2024-02-13T20:58:20.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:18.881260+0000 mon.smithi153 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:18.882147+0000 mon.smithi153 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi153.unkvxi", "id": "smithi153.unkvxi"}]: dispatch 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:18.882987+0000 mon.smithi153 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:18.883288+0000 mon.smithi153 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:18.883568+0000 mon.smithi153 (mon.0) 37 : audit [DBG] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:18.897829+0000 mon.smithi153 (mon.0) 38 : cluster [INF] Manager daemon smithi153.unkvxi is now available 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:18.914703+0000 mon.smithi153 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:18.917995+0000 mon.smithi153 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:18.920761+0000 mon.smithi153 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:19.015195+0000 mon.smithi153 (mon.0) 42 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:19.015892+0000 mon.smithi153 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:19.017502+0000 mon.smithi153 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:19.018889+0000 mon.smithi153 (mon.0) 45 : audit [DBG] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T20:58:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:19.029014+0000 mon.smithi153 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T20:58:20.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:19.030176+0000 mon.smithi153 (mon.0) 47 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T20:58:20.476 INFO:teuthology.orchestra.run.smithi153.stderr:mgr epoch 5 is available 2024-02-13T20:58:20.476 INFO:teuthology.orchestra.run.smithi153.stderr:Setting orchestrator backend to cephadm... 2024-02-13T20:58:20.477 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2024-02-13T20:58:21.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:19.885642+0000 mgr.smithi153.unkvxi (mgr.14114) 1 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-13T20:58:21.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:19.886373+0000 mon.smithi153 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi153.unkvxi(active, since 1.99525s) 2024-02-13T20:58:21.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:19.892380+0000 mgr.smithi153.unkvxi (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-13T20:58:21.815 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2024-02-13T20:58:22.072 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:20.887932+0000 mon.smithi153 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi153.unkvxi(active, since 2s) 2024-02-13T20:58:22.072 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:21.232527+0000 mon.smithi153 (mon.0) 50 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:22.072 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:21.235973+0000 mon.smithi153 (mon.0) 51 : audit [DBG] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T20:58:22.522 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: value unchanged 2024-02-13T20:58:23.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:21.228904+0000 mgr.smithi153.unkvxi (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:23.422 INFO:teuthology.orchestra.run.smithi153.stderr:Generating ssh key... 2024-02-13T20:58:23.422 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2024-02-13T20:58:23.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:22.523281+0000 mgr.smithi153.unkvxi (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:25.012 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2024-02-13T20:58:25.654 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4wpwsCXuGPtwHqbsB1VZvnQvlLrnsRE4gZ3EKJXgE3R7lXcVuN92jmaaUPMC3EIziIfT1qRQM2rG+imR8yLORuC5zE//8EwF7L7s+Rp8oMk18q4PzacYlSzUErt1da2/91GPqassQBHGxU97gAjLtRa5XNRejPF0LOQTuNR6C4iWcqadVjlIVdgj9fkqZPnH2MWjXTljk/Jw9kznINqhL72hzXLLUgTnfoQhWhq7LdLcXWyGMEhIleHlyUJdK3iQeJGrwk1CtfOrGWqy+yvvZz2mr/QtcuC+mN7kkknTZsxXOXzlaXvIjluCKVPr5jhW+/o7Ixj98LFHBSBZ/z2eIype6DxixCwFrFbpNxCoOPM8g5QDhVEhYH/H65EmYc4CCiZ3tdIy2C9h53wUseyFHEKHNSqyCu+60wohAokWgKdpZnha1lqAJbdqi0TSFXXyAV/HVAw/78x/QC3ejEa3kY/4661MgucAUFPD8eFOqEmq4GlzlB5GWjQrl2BTBR+s= ceph-76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:58:25.674 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:58:24.186269+0000 mgr.smithi153.unkvxi (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-02-13T20:58:25.675 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:24.347481+0000 mon.smithi153 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:25.675 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:24.349982+0000 mon.smithi153 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:26.225 INFO:teuthology.orchestra.run.smithi153.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-13T20:58:26.225 INFO:teuthology.orchestra.run.smithi153.stderr:Adding key to root@localhost authorized_keys... 2024-02-13T20:58:26.226 INFO:teuthology.orchestra.run.smithi153.stderr:Adding host smithi153... 2024-02-13T20:58:26.226 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi153 172.21.15.153 2024-02-13T20:58:26.490 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:25.655191+0000 mgr.smithi153.unkvxi (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:27.571 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: Added host 'smithi153' 2024-02-13T20:58:28.357 INFO:teuthology.orchestra.run.smithi153.stderr:Deploying mon service with default placement... 2024-02-13T20:58:28.357 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2024-02-13T20:58:28.615 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:26.991537+0000 mgr.smithi153.unkvxi (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi153", "addr": "172.21.15.153", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:28.615 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:27.570446+0000 mon.smithi153 (mon.0) 54 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:28.615 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:58:27.570709+0000 mgr.smithi153.unkvxi (mgr.14114) 9 : cephadm [INF] Added host smithi153 2024-02-13T20:58:28.615 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:27.570969+0000 mon.smithi153 (mon.0) 55 : audit [DBG] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T20:58:29.119 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-13T20:58:29.738 INFO:teuthology.orchestra.run.smithi153.stderr:Deploying mgr service with default placement... 2024-02-13T20:58:29.738 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2024-02-13T20:58:30.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:29.116681+0000 mgr.smithi153.unkvxi (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:30.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:58:29.117325+0000 mgr.smithi153.unkvxi (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-13T20:58:30.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:29.119543+0000 mon.smithi153 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:30.467 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-13T20:58:31.137 INFO:teuthology.orchestra.run.smithi153.stderr:Deploying crash service with default placement... 2024-02-13T20:58:31.137 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2024-02-13T20:58:31.836 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-13T20:58:31.857 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:30.462266+0000 mgr.smithi153.unkvxi (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:31.857 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:58:30.462735+0000 mgr.smithi153.unkvxi (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-13T20:58:31.857 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:30.467449+0000 mon.smithi153 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:32.492 INFO:teuthology.orchestra.run.smithi153.stderr:Enabling mgr prometheus module... 2024-02-13T20:58:32.493 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2024-02-13T20:58:33.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:31.834079+0000 mgr.smithi153.unkvxi (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:33.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:58:31.834758+0000 mgr.smithi153.unkvxi (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-13T20:58:33.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:31.837064+0000 mon.smithi153 (mon.0) 58 : audit [INF] from='mgr.14114 172.21.15.153:0/1172401334' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:34.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:33.243917+0000 mon.smithi153 (mon.0) 59 : audit [INF] from='client.? 172.21.15.153:0/4008330696' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-13T20:58:34.455 INFO:teuthology.orchestra.run.smithi153.stderr:Deploying prometheus service with default placement... 2024-02-13T20:58:34.455 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2024-02-13T20:58:35.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:33.883087+0000 mon.smithi153 (mon.0) 60 : audit [INF] from='client.? 172.21.15.153:0/4008330696' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-13T20:58:35.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:33.883159+0000 mon.smithi153 (mon.0) 61 : cluster [DBG] mgrmap e9: smithi153.unkvxi(active, since 15s) 2024-02-13T20:58:39.952 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-13T20:58:40.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:38.893059+0000 mon.smithi153 (mon.0) 62 : cluster [INF] Active manager daemon smithi153.unkvxi restarted 2024-02-13T20:58:40.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:38.893454+0000 mon.smithi153 (mon.0) 63 : cluster [INF] Activating manager daemon smithi153.unkvxi 2024-02-13T20:58:40.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:38.895545+0000 mon.smithi153 (mon.0) 64 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-13T20:58:40.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:38.946453+0000 mon.smithi153 (mon.0) 65 : cluster [DBG] mgrmap e10: smithi153.unkvxi(active, starting, since 0.0530825s) 2024-02-13T20:58:40.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:38.947493+0000 mon.smithi153 (mon.0) 66 : audit [DBG] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T20:58:40.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:38.948058+0000 mon.smithi153 (mon.0) 67 : audit [DBG] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi153.unkvxi", "id": "smithi153.unkvxi"}]: dispatch 2024-02-13T20:58:40.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:38.948831+0000 mon.smithi153 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T20:58:40.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:38.949010+0000 mon.smithi153 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T20:58:40.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:38.949204+0000 mon.smithi153 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T20:58:40.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:38.962417+0000 mon.smithi153 (mon.0) 71 : cluster [INF] Manager daemon smithi153.unkvxi is now available 2024-02-13T20:58:40.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:39.059561+0000 mon.smithi153 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T20:58:40.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:39.061078+0000 mon.smithi153 (mon.0) 73 : audit [DBG] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T20:58:40.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:39.076465+0000 mon.smithi153 (mon.0) 74 : audit [INF] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T20:58:40.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:39.084360+0000 mon.smithi153 (mon.0) 75 : audit [INF] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T20:58:40.605 INFO:teuthology.orchestra.run.smithi153.stderr:Deploying grafana service with default placement... 2024-02-13T20:58:40.605 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2024-02-13T20:58:41.344 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-13T20:58:41.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:39.949549+0000 mon.smithi153 (mon.0) 76 : cluster [DBG] mgrmap e11: smithi153.unkvxi(active, since 1.05618s) 2024-02-13T20:58:41.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:58:39.950369+0000 mgr.smithi153.unkvxi (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-13T20:58:41.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:39.952324+0000 mon.smithi153 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:41.901 INFO:teuthology.orchestra.run.smithi153.stderr:Deploying node-exporter service with default placement... 2024-02-13T20:58:41.901 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2024-02-13T20:58:42.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:40.953350+0000 mon.smithi153 (mon.0) 78 : cluster [DBG] mgrmap e12: smithi153.unkvxi(active, since 2s) 2024-02-13T20:58:42.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:41.340607+0000 mgr.smithi153.unkvxi (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:42.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:58:41.341137+0000 mgr.smithi153.unkvxi (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-13T20:58:42.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:41.343350+0000 mon.smithi153 (mon.0) 79 : audit [INF] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:42.589 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-13T20:58:43.242 INFO:teuthology.orchestra.run.smithi153.stderr:Deploying alertmanager service with default placement... 2024-02-13T20:58:43.242 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2024-02-13T20:58:43.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:42.587345+0000 mgr.smithi153.unkvxi (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:43.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:58:42.587971+0000 mgr.smithi153.unkvxi (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-13T20:58:43.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:42.590288+0000 mon.smithi153 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:44.784 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-13T20:58:45.374 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2024-02-13T20:58:45.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:44.782740+0000 mgr.smithi153.unkvxi (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:45.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:58:44.783292+0000 mgr.smithi153.unkvxi (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-13T20:58:45.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:44.785386+0000 mon.smithi153 (mon.0) 81 : audit [INF] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:46.808 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-13T20:58:47.358 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:46.070411+0000 mon.smithi153 (mon.0) 82 : audit [INF] from='client.? 172.21.15.153:0/1588796382' entity='client.admin' 2024-02-13T20:58:48.894 INFO:teuthology.orchestra.run.smithi153.stderr:Enabling the dashboard module... 2024-02-13T20:58:48.895 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2024-02-13T20:58:49.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:47.995929+0000 mon.smithi153 (mon.0) 83 : audit [INF] from='client.? 172.21.15.153:0/4054693460' entity='client.admin' 2024-02-13T20:58:49.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:48.297441+0000 mon.smithi153 (mon.0) 84 : audit [INF] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:49.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:48.565041+0000 mon.smithi153 (mon.0) 85 : audit [INF] from='mgr.14142 172.21.15.153:0/2302025811' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:50.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:49.607959+0000 mon.smithi153 (mon.0) 86 : audit [INF] from='client.? 172.21.15.153:0/3652220685' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-13T20:58:50.637 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-02-13T20:58:51.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:50.002829+0000 mon.smithi153 (mon.0) 87 : audit [INF] from='client.? 172.21.15.153:0/3652220685' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-13T20:58:51.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:50.002897+0000 mon.smithi153 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi153.unkvxi(active, since 11s) 2024-02-13T20:58:51.586 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: { 2024-02-13T20:58:51.586 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-13T20:58:51.586 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "available": true, 2024-02-13T20:58:51.586 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "active_name": "smithi153.unkvxi", 2024-02-13T20:58:51.586 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-13T20:58:51.586 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: } 2024-02-13T20:58:52.169 INFO:teuthology.orchestra.run.smithi153.stderr:Waiting for the mgr to restart... 2024-02-13T20:58:52.169 INFO:teuthology.orchestra.run.smithi153.stderr:Waiting for mgr epoch 13... 2024-02-13T20:58:52.169 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-02-13T20:58:52.171 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:51.586449+0000 mon.smithi153 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.153:0/3755102463' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-13T20:58:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:55.021874+0000 mon.smithi153 (mon.0) 90 : cluster [INF] Active manager daemon smithi153.unkvxi restarted 2024-02-13T20:58:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:55.022288+0000 mon.smithi153 (mon.0) 91 : cluster [INF] Activating manager daemon smithi153.unkvxi 2024-02-13T20:58:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:55.024051+0000 mon.smithi153 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-13T20:58:56.086 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: { 2024-02-13T20:58:56.086 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-13T20:58:56.086 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: "initialized": true 2024-02-13T20:58:56.087 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: } 2024-02-13T20:58:56.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:55.074768+0000 mon.smithi153 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi153.unkvxi(active, starting, since 0.0525637s) 2024-02-13T20:58:56.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:55.075634+0000 mon.smithi153 (mon.0) 94 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T20:58:56.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:55.076173+0000 mon.smithi153 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi153.unkvxi", "id": "smithi153.unkvxi"}]: dispatch 2024-02-13T20:58:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:55.076976+0000 mon.smithi153 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T20:58:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:55.077114+0000 mon.smithi153 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T20:58:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:55.077247+0000 mon.smithi153 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T20:58:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:55.090684+0000 mon.smithi153 (mon.0) 99 : cluster [INF] Manager daemon smithi153.unkvxi is now available 2024-02-13T20:58:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:55.186923+0000 mon.smithi153 (mon.0) 100 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T20:58:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:55.189108+0000 mon.smithi153 (mon.0) 101 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T20:58:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:55.205761+0000 mon.smithi153 (mon.0) 102 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T20:58:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:55.214998+0000 mon.smithi153 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T20:58:56.952 INFO:teuthology.orchestra.run.smithi153.stderr:mgr epoch 13 is available 2024-02-13T20:58:56.952 INFO:teuthology.orchestra.run.smithi153.stderr:Generating a dashboard self-signed certificate... 2024-02-13T20:58:56.952 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2024-02-13T20:58:57.244 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:56.080722+0000 mgr.smithi153.unkvxi (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-13T20:58:57.245 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:56.081420+0000 mon.smithi153 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi153.unkvxi(active, since 1.05922s) 2024-02-13T20:58:57.245 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:56.087449+0000 mgr.smithi153.unkvxi (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-13T20:58:57.245 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:56.610938+0000 mon.smithi153 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:58.527 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-13T20:58:58.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:58:57.612307+0000 mon.smithi153 (mon.0) 106 : cluster [DBG] mgrmap e16: smithi153.unkvxi(active, since 2s) 2024-02-13T20:58:58.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:57.841719+0000 mgr.smithi153.unkvxi (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:58:58.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:58.156030+0000 mon.smithi153 (mon.0) 107 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:58.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:58:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:58.157924+0000 mon.smithi153 (mon.0) 108 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:58:59.131 INFO:teuthology.orchestra.run.smithi153.stderr:Creating initial admin user... 2024-02-13T20:58:59.131 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp43g3f3_8:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-13T20:59:00.170 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$DFaWuY4U4jm3nWQ5Rc1zluZIXbVEdEpd3VuxxD9lfZsmj.PZF3SLG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707857940, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-13T20:59:00.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:58:59.955273+0000 mgr.smithi153.unkvxi (mgr.14162) 4 : audit [DBG] from='client.14174 -' 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-13T20:59:00.948 INFO:teuthology.orchestra.run.smithi153.stderr:Fetching dashboard port number... 2024-02-13T20:59:00.948 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptshskrj2:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk6j6uu9i:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2024-02-13T20:59:01.228 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:00.170580+0000 mon.smithi153 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:01.698 INFO:teuthology.orchestra.run.smithi153.stderr:/usr/bin/ceph: 8443 2024-02-13T20:59:02.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:01.177373+0000 mon.smithi153 (mon.0) 110 : cluster [DBG] mgrmap e17: smithi153.unkvxi(active, since 6s) 2024-02-13T20:59:02.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:01.699433+0000 mon.smithi153 (mon.0) 111 : audit [DBG] from='client.? 172.21.15.153:0/2253377419' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-13T20:59:02.446 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-13T20:59:02.456 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: disabled 2024-02-13T20:59:02.456 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: systemctl is-active firewalld.service 2024-02-13T20:59:02.464 INFO:teuthology.orchestra.run.smithi153.stderr:systemctl: inactive 2024-02-13T20:59:02.465 INFO:teuthology.orchestra.run.smithi153.stderr:firewalld.service is not enabled 2024-02-13T20:59:02.465 INFO:teuthology.orchestra.run.smithi153.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-13T20:59:02.468 INFO:teuthology.orchestra.run.smithi153.stderr:Ceph Dashboard is now available at: 2024-02-13T20:59:02.468 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T20:59:02.468 INFO:teuthology.orchestra.run.smithi153.stderr: URL: https://smithi153.front.sepia.ceph.com:8443/ 2024-02-13T20:59:02.468 INFO:teuthology.orchestra.run.smithi153.stderr: User: admin 2024-02-13T20:59:02.468 INFO:teuthology.orchestra.run.smithi153.stderr: Password: mz01ls1cw3 2024-02-13T20:59:02.468 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T20:59:02.469 INFO:teuthology.orchestra.run.smithi153.stderr:You can access the Ceph CLI with: 2024-02-13T20:59:02.469 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T20:59:02.469 INFO:teuthology.orchestra.run.smithi153.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-13T20:59:02.469 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T20:59:02.469 INFO:teuthology.orchestra.run.smithi153.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-13T20:59:02.470 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T20:59:02.470 INFO:teuthology.orchestra.run.smithi153.stderr: ceph telemetry on 2024-02-13T20:59:02.470 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T20:59:02.470 INFO:teuthology.orchestra.run.smithi153.stderr:For more information see: 2024-02-13T20:59:02.470 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T20:59:02.470 INFO:teuthology.orchestra.run.smithi153.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-13T20:59:02.470 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T20:59:02.470 INFO:teuthology.orchestra.run.smithi153.stderr:Bootstrap complete. 2024-02-13T20:59:02.470 INFO:teuthology.orchestra.run.smithi153.stderr:Releasing lock 139770651672704 on /run/cephadm/76082ba2-cab2-11ee-95b9-87774f69a715.lock 2024-02-13T20:59:02.470 INFO:teuthology.orchestra.run.smithi153.stderr:Lock 139770651672704 released on /run/cephadm/76082ba2-cab2-11ee-95b9-87774f69a715.lock 2024-02-13T20:59:02.507 INFO:tasks.cephadm:Fetching config... 2024-02-13T20:59:02.508 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-13T20:59:02.508 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-13T20:59:02.527 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-13T20:59:02.527 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-13T20:59:02.527 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-13T20:59:02.587 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-13T20:59:02.587 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-13T20:59:02.587 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/keyring of=/dev/stdout 2024-02-13T20:59:02.655 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-13T20:59:02.655 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-13T20:59:02.655 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-13T20:59:02.713 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-13T20:59:02.713 DEBUG:teuthology.orchestra.run.smithi153:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4wpwsCXuGPtwHqbsB1VZvnQvlLrnsRE4gZ3EKJXgE3R7lXcVuN92jmaaUPMC3EIziIfT1qRQM2rG+imR8yLORuC5zE//8EwF7L7s+Rp8oMk18q4PzacYlSzUErt1da2/91GPqassQBHGxU97gAjLtRa5XNRejPF0LOQTuNR6C4iWcqadVjlIVdgj9fkqZPnH2MWjXTljk/Jw9kznINqhL72hzXLLUgTnfoQhWhq7LdLcXWyGMEhIleHlyUJdK3iQeJGrwk1CtfOrGWqy+yvvZz2mr/QtcuC+mN7kkknTZsxXOXzlaXvIjluCKVPr5jhW+/o7Ixj98LFHBSBZ/z2eIype6DxixCwFrFbpNxCoOPM8g5QDhVEhYH/H65EmYc4CCiZ3tdIy2C9h53wUseyFHEKHNSqyCu+60wohAokWgKdpZnha1lqAJbdqi0TSFXXyAV/HVAw/78x/QC3ejEa3kY/4661MgucAUFPD8eFOqEmq4GlzlB5GWjQrl2BTBR+s= ceph-76082ba2-cab2-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-13T20:59:02.794 INFO:teuthology.orchestra.run.smithi153.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4wpwsCXuGPtwHqbsB1VZvnQvlLrnsRE4gZ3EKJXgE3R7lXcVuN92jmaaUPMC3EIziIfT1qRQM2rG+imR8yLORuC5zE//8EwF7L7s+Rp8oMk18q4PzacYlSzUErt1da2/91GPqassQBHGxU97gAjLtRa5XNRejPF0LOQTuNR6C4iWcqadVjlIVdgj9fkqZPnH2MWjXTljk/Jw9kznINqhL72hzXLLUgTnfoQhWhq7LdLcXWyGMEhIleHlyUJdK3iQeJGrwk1CtfOrGWqy+yvvZz2mr/QtcuC+mN7kkknTZsxXOXzlaXvIjluCKVPr5jhW+/o7Ixj98LFHBSBZ/z2eIype6DxixCwFrFbpNxCoOPM8g5QDhVEhYH/H65EmYc4CCiZ3tdIy2C9h53wUseyFHEKHNSqyCu+60wohAokWgKdpZnha1lqAJbdqi0TSFXXyAV/HVAw/78x/QC3ejEa3kY/4661MgucAUFPD8eFOqEmq4GlzlB5GWjQrl2BTBR+s= ceph-76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:59:02.805 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4wpwsCXuGPtwHqbsB1VZvnQvlLrnsRE4gZ3EKJXgE3R7lXcVuN92jmaaUPMC3EIziIfT1qRQM2rG+imR8yLORuC5zE//8EwF7L7s+Rp8oMk18q4PzacYlSzUErt1da2/91GPqassQBHGxU97gAjLtRa5XNRejPF0LOQTuNR6C4iWcqadVjlIVdgj9fkqZPnH2MWjXTljk/Jw9kznINqhL72hzXLLUgTnfoQhWhq7LdLcXWyGMEhIleHlyUJdK3iQeJGrwk1CtfOrGWqy+yvvZz2mr/QtcuC+mN7kkknTZsxXOXzlaXvIjluCKVPr5jhW+/o7Ixj98LFHBSBZ/z2eIype6DxixCwFrFbpNxCoOPM8g5QDhVEhYH/H65EmYc4CCiZ3tdIy2C9h53wUseyFHEKHNSqyCu+60wohAokWgKdpZnha1lqAJbdqi0TSFXXyAV/HVAw/78x/QC3ejEa3kY/4661MgucAUFPD8eFOqEmq4GlzlB5GWjQrl2BTBR+s= ceph-76082ba2-cab2-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-13T20:59:02.852 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4wpwsCXuGPtwHqbsB1VZvnQvlLrnsRE4gZ3EKJXgE3R7lXcVuN92jmaaUPMC3EIziIfT1qRQM2rG+imR8yLORuC5zE//8EwF7L7s+Rp8oMk18q4PzacYlSzUErt1da2/91GPqassQBHGxU97gAjLtRa5XNRejPF0LOQTuNR6C4iWcqadVjlIVdgj9fkqZPnH2MWjXTljk/Jw9kznINqhL72hzXLLUgTnfoQhWhq7LdLcXWyGMEhIleHlyUJdK3iQeJGrwk1CtfOrGWqy+yvvZz2mr/QtcuC+mN7kkknTZsxXOXzlaXvIjluCKVPr5jhW+/o7Ixj98LFHBSBZ/z2eIype6DxixCwFrFbpNxCoOPM8g5QDhVEhYH/H65EmYc4CCiZ3tdIy2C9h53wUseyFHEKHNSqyCu+60wohAokWgKdpZnha1lqAJbdqi0TSFXXyAV/HVAw/78x/QC3ejEa3kY/4661MgucAUFPD8eFOqEmq4GlzlB5GWjQrl2BTBR+s= ceph-76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T20:59:02.864 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-13T20:59:06.184 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:04.928843+0000 mon.smithi153 (mon.0) 112 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:06.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:05.203241+0000 mon.smithi153 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:06.185 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:05.533353+0000 mon.smithi153 (mon.0) 114 : audit [INF] from='client.? 172.21.15.153:0/624458830' entity='client.admin' 2024-02-13T20:59:06.203 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi160 2024-02-13T20:59:06.203 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-13T20:59:06.203 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.conf 2024-02-13T20:59:06.225 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-13T20:59:06.225 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T20:59:06.286 INFO:tasks.cephadm:Adding host smithi160 to orchestrator... 2024-02-13T20:59:06.286 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch host add smithi160 2024-02-13T20:59:07.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:59:05.209515+0000 mgr.smithi153.unkvxi (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi153 on smithi153 2024-02-13T20:59:16.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:15.078228+0000 mgr.smithi153.unkvxi (mgr.14162) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:19.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:17.078455+0000 mgr.smithi153.unkvxi (mgr.14162) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:20.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:18.982100+0000 mon.smithi153 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:20.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:18.983067+0000 mon.smithi153 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T20:59:20.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:18.984657+0000 mon.smithi153 (mon.0) 117 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-13T20:59:20.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:18.985257+0000 mon.smithi153 (mon.0) 118 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T20:59:20.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:59:18.985771+0000 mgr.smithi153.unkvxi (mgr.14162) 8 : cephadm [INF] Deploying daemon crash.smithi153 on smithi153 2024-02-13T20:59:21.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:19.078711+0000 mgr.smithi153.unkvxi (mgr.14162) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:22.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:21.078964+0000 mgr.smithi153.unkvxi (mgr.14162) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:22.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:21.247371+0000 mon.smithi153 (mon.0) 119 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:21.299725+0000 mon.smithi153 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:21.301645+0000 mon.smithi153 (mon.0) 121 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:21.302033+0000 mon.smithi153 (mon.0) 122 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T20:59:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:21.302454+0000 mgr.smithi153.unkvxi (mgr.14162) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T20:59:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:21.304689+0000 mon.smithi153 (mon.0) 123 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:59:21.308778+0000 mgr.smithi153.unkvxi (mgr.14162) 12 : cephadm [INF] Deploying daemon grafana.smithi153 on smithi153 2024-02-13T20:59:25.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:23.079371+0000 mgr.smithi153.unkvxi (mgr.14162) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:27.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:25.079600+0000 mgr.smithi153.unkvxi (mgr.14162) 14 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:29.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:27.079884+0000 mgr.smithi153.unkvxi (mgr.14162) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:30.750 INFO:teuthology.orchestra.run.smithi160.stdout:Added host 'smithi160' 2024-02-13T20:59:31.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:29.080119+0000 mgr.smithi153.unkvxi (mgr.14162) 16 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:31.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:30.749734+0000 mon.smithi153 (mon.0) 124 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:31.345 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-13T20:59:32.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:30.169556+0000 mgr.smithi153.unkvxi (mgr.14162) 17 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:59:32.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:59:30.750096+0000 mgr.smithi153.unkvxi (mgr.14162) 18 : cephadm [INF] Added host smithi160 2024-02-13T20:59:33.186 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:59:33.187 INFO:teuthology.orchestra.run.smithi160.stdout:[{"addr": "172.21.15.153", "hostname": "smithi153", "labels": [], "status": ""}, {"addr": "smithi160", "hostname": "smithi160", "labels": [], "status": ""}] 2024-02-13T20:59:33.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:31.080354+0000 mgr.smithi153.unkvxi (mgr.14162) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:33.748 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-13T20:59:33.749 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-13T20:59:35.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:33.080606+0000 mgr.smithi153.unkvxi (mgr.14162) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:35.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:33.187072+0000 mgr.smithi153.unkvxi (mgr.14162) 21 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T20:59:37.119 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:35.080930+0000 mgr.smithi153.unkvxi (mgr.14162) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:38.905 INFO:teuthology.orchestra.run.smithi153.stderr:adjusted tunables profile to default 2024-02-13T20:59:39.024 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:37.081215+0000 mgr.smithi153.unkvxi (mgr.14162) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:39.025 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:38.171458+0000 mon.smithi153 (mon.0) 125 : audit [INF] from='client.? 172.21.15.153:0/3989656063' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-13T20:59:39.707 INFO:tasks.cephadm:Adding mon.smithi153 on smithi153 2024-02-13T20:59:39.707 INFO:tasks.cephadm:Adding mon.smithi160 on smithi160 2024-02-13T20:59:39.708 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi153:172.21.15.153=smithi153;smithi160:172.21.15.160=smithi160' 2024-02-13T20:59:39.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:38.903432+0000 mon.smithi153 (mon.0) 126 : audit [INF] from='client.? 172.21.15.153:0/3989656063' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-13T20:59:39.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:38.903474+0000 mon.smithi153 (mon.0) 127 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T20:59:41.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:39.081446+0000 mgr.smithi153.unkvxi (mgr.14162) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:41.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:40.416544+0000 mon.smithi153 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:42.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:59:40.417884+0000 mgr.smithi153.unkvxi (mgr.14162) 25 : cephadm [INF] Deploying daemon node-exporter.smithi153 on smithi153 2024-02-13T20:59:42.268 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled mon update... 2024-02-13T20:59:42.903 DEBUG:teuthology.orchestra.run.smithi160:mon.smithi160> sudo journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi160.service 2024-02-13T20:59:42.905 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T20:59:42.906 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T20:59:42.933 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:-- Logs begin at Tue 2024-02-13 20:50:40 UTC. -- 2024-02-13T20:59:43.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:41.081947+0000 mgr.smithi153.unkvxi (mgr.14162) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:43.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:42.269246+0000 mon.smithi153 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:44.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:42.262936+0000 mgr.smithi153.unkvxi (mgr.14162) 27 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi153:172.21.15.153=smithi153;smithi160:172.21.15.160=smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T20:59:44.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:59:42.264233+0000 mgr.smithi153.unkvxi (mgr.14162) 28 : cephadm [INF] Saving service mon spec with placement smithi153:172.21.15.153=smithi153;smithi160:172.21.15.160=smithi160;count:2 2024-02-13T20:59:44.920 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:59:44.920 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","modified":"2024-02-13T20:57:44.684159Z","created":"2024-02-13T20:57:44.684159Z","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":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T20:59:44.922 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-13T20:59:45.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:43.082358+0000 mgr.smithi153.unkvxi (mgr.14162) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:46.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:44.920838+0000 mon.smithi153 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.160:0/3566088939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T20:59:46.548 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T20:59:46.548 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T20:59:47.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:45.082607+0000 mgr.smithi153.unkvxi (mgr.14162) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:48.445 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:59:48.445 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","modified":"2024-02-13T20:57:44.684159Z","created":"2024-02-13T20:57:44.684159Z","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":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T20:59:48.446 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-13T20:59:49.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:47.082976+0000 mgr.smithi153.unkvxi (mgr.14162) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:49.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:48.445927+0000 mon.smithi153 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.160:0/3463000342' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T20:59:50.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T20:59:50.076 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T20:59:51.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:49.083317+0000 mgr.smithi153.unkvxi (mgr.14162) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:51.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:49.891712+0000 mon.smithi153 (mon.0) 132 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T20:59:51.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T20:59:49.897552+0000 mgr.smithi153.unkvxi (mgr.14162) 33 : cephadm [INF] Deploying daemon prometheus.smithi153 on smithi153 2024-02-13T20:59:53.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:51.083590+0000 mgr.smithi153.unkvxi (mgr.14162) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:55.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:53.083951+0000 mgr.smithi153.unkvxi (mgr.14162) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:56.108 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T20:59:56.109 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","modified":"2024-02-13T20:57:44.684159Z","created":"2024-02-13T20:57:44.684159Z","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":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T20:59:56.109 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-13T20:59:56.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:55.212550+0000 mon.smithi153 (mon.0) 133 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T20:59:56.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:55.216258+0000 mon.smithi153 (mon.0) 134 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T20:59:57.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:55.084304+0000 mgr.smithi153.unkvxi (mgr.14162) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T20:59:57.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T20:59:55.928507+0000 mon.smithi153 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.160:0/405589298' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T20:59:59.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 20:59:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:57.084597+0000 mgr.smithi153.unkvxi (mgr.14162) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T20:59:59.084907+0000 mgr.smithi153.unkvxi (mgr.14162) 38 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:02.027 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T21:00:02.027 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T21:00:03.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:01.085250+0000 mgr.smithi153.unkvxi (mgr.14162) 39 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:03.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:02.573483+0000 mon.smithi153 (mon.0) 136 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:03.187 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:02.574006+0000 mon.smithi153 (mon.0) 137 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:00:04.173 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T21:00:04.173 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","modified":"2024-02-13T20:57:44.684159Z","created":"2024-02-13T20:57:44.684159Z","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":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T21:00:04.175 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-13T21:00:04.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:02.974851+0000 mon.smithi153 (mon.0) 138 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:04.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:03.311768+0000 mon.smithi153 (mon.0) 139 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:05.309 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:03.085534+0000 mgr.smithi153.unkvxi (mgr.14162) 40 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:05.309 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:04.174260+0000 mon.smithi153 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.160:0/629353838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T21:00:05.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T21:00:05.840 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T21:00:07.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:05.085803+0000 mgr.smithi153.unkvxi (mgr.14162) 41 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:07.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:06.563687+0000 mon.smithi153 (mon.0) 141 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:07.820 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T21:00:07.820 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","modified":"2024-02-13T20:57:44.684159Z","created":"2024-02-13T20:57:44.684159Z","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":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T21:00:07.821 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-13T21:00:08.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:07.820711+0000 mon.smithi153 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.160:0/1366608481' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T21:00:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:07.086038+0000 mgr.smithi153.unkvxi (mgr.14162) 42 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:08.888057+0000 mon.smithi153 (mon.0) 143 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:09.791 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T21:00:09.792 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T21:00:10.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:09.086395+0000 mgr.smithi153.unkvxi (mgr.14162) 43 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:10.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:09.543082+0000 mon.smithi153 (mon.0) 144 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:10.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:09.546017+0000 mon.smithi153 (mon.0) 145 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:10.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:09.547344+0000 mon.smithi153 (mon.0) 146 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T21:00:10.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:09.549266+0000 mon.smithi153 (mon.0) 147 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-13T21:00:10.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:09.550086+0000 mon.smithi153 (mon.0) 148 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:10.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:09.550802+0000 mgr.smithi153.unkvxi (mgr.14162) 44 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-02-13T21:00:12.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:11.086734+0000 mgr.smithi153.unkvxi (mgr.14162) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:13.028 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T21:00:13.028 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","modified":"2024-02-13T20:57:44.684159Z","created":"2024-02-13T20:57:44.684159Z","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":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T21:00:13.030 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-13T21:00:14.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:12.973418+0000 mon.smithi153 (mon.0) 149 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:14.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:12.974683+0000 mon.smithi153 (mon.0) 150 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.twbahe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:00:14.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:12.977298+0000 mon.smithi153 (mon.0) 151 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.twbahe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-13T21:00:14.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:12.978101+0000 mon.smithi153 (mon.0) 152 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:00:14.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:12.979002+0000 mon.smithi153 (mon.0) 153 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:14.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:12.979624+0000 mgr.smithi153.unkvxi (mgr.14162) 46 : cephadm [INF] Deploying daemon mgr.smithi160.twbahe on smithi160 2024-02-13T21:00:14.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:13.029321+0000 mon.smithi153 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.160:0/824886737' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T21:00:14.598 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T21:00:14.598 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T21:00:15.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:13.087112+0000 mgr.smithi153.unkvxi (mgr.14162) 47 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:17.036 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T21:00:17.036 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","modified":"2024-02-13T20:57:44.684159Z","created":"2024-02-13T20:57:44.684159Z","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":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T21:00:17.038 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-13T21:00:17.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:15.087445+0000 mgr.smithi153.unkvxi (mgr.14162) 48 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:17.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:15.701277+0000 mon.smithi153 (mon.0) 155 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:17.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:15.702500+0000 mon.smithi153 (mon.0) 156 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T21:00:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:15.703312+0000 mon.smithi153 (mon.0) 157 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:15.704121+0000 mgr.smithi153.unkvxi (mgr.14162) 49 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-02-13T21:00:18.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:17.037508+0000 mon.smithi153 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.160:0/3908386254' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T21:00:19.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:17.087702+0000 mgr.smithi153.unkvxi (mgr.14162) 50 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:19.418 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T21:00:19.418 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T21:00:21.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:19.088025+0000 mgr.smithi153.unkvxi (mgr.14162) 51 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:21.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:20.760411+0000 mon.smithi153 (mon.0) 159 : cluster [DBG] Standby manager daemon smithi160.twbahe started 2024-02-13T21:00:21.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:20.762251+0000 mon.smithi153 (mon.0) 160 : audit [DBG] from='mgr.? 172.21.15.160:0/2849051720' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/crt"}]: dispatch 2024-02-13T21:00:21.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:20.762779+0000 mon.smithi153 (mon.0) 161 : audit [DBG] from='mgr.? 172.21.15.160:0/2849051720' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:00:21.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:20.764805+0000 mon.smithi153 (mon.0) 162 : audit [DBG] from='mgr.? 172.21.15.160:0/2849051720' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/key"}]: dispatch 2024-02-13T21:00:21.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:20.765767+0000 mon.smithi153 (mon.0) 163 : audit [DBG] from='mgr.? 172.21.15.160:0/2849051720' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:00:21.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:21 smithi160 bash[36523]: 7e95ab3309a6e97d91a9d02fed2f95d87af32764e9548b7f1505d181ac8375fd 2024-02-13T21:00:21.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:21 smithi160 systemd[1]: Started Ceph mon.smithi160 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:00:26.573 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-13T21:00:26.573 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":2,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","modified":"2024-02-13T21:00:21.533002Z","created":"2024-02-13T20:57:44.684159Z","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":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-13T21:00:26.574 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 2 2024-02-13T21:00:26.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:21.088383+0000 mgr.smithi153.unkvxi (mgr.14162) 52 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:21.536047+0000 mon.smithi153 (mon.0) 167 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:21.536275+0000 mon.smithi153 (mon.0) 168 : cluster [INF] mon.smithi153 calling monitor election 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:21.548983+0000 mon.smithi153 (mon.0) 169 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:21.573826+0000 mon.smithi153 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.160:0/3287489343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:22.532919+0000 mon.smithi153 (mon.0) 171 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:23.088749+0000 mgr.smithi153.unkvxi (mgr.14162) 53 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:23.532891+0000 mon.smithi153 (mon.0) 172 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:23.534044+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:24.533174+0000 mon.smithi153 (mon.0) 173 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:25.089043+0000 mgr.smithi153.unkvxi (mgr.14162) 54 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:25.533532+0000 mon.smithi153 (mon.0) 174 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:26.533472+0000 mon.smithi153 (mon.0) 175 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:26.563195+0000 mon.smithi153 (mon.0) 176 : cluster [INF] mon.smithi153 is new leader, mons smithi153,smithi160 in quorum (ranks 0,1) 2024-02-13T21:00:26.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:26.571831+0000 mon.smithi153 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} 2024-02-13T21:00:26.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:26.571895+0000 mon.smithi153 (mon.0) 178 : cluster [DBG] fsmap 2024-02-13T21:00:26.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:26.571921+0000 mon.smithi153 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T21:00:26.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:26.572262+0000 mon.smithi153 (mon.0) 180 : cluster [DBG] mgrmap e18: smithi153.unkvxi(active, since 91s), standbys: smithi160.twbahe 2024-02-13T21:00:26.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:26.579851+0000 mon.smithi153 (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-02-13T21:00:26.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:26.584735+0000 mon.smithi153 (mon.0) 182 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:26.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:21.088383+0000 mgr.smithi153.unkvxi (mgr.14162) 52 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:26.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:21.536047+0000 mon.smithi153 (mon.0) 167 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T21:00:26.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:21.536275+0000 mon.smithi153 (mon.0) 168 : cluster [INF] mon.smithi153 calling monitor election 2024-02-13T21:00:26.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:21.548983+0000 mon.smithi153 (mon.0) 169 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:21.573826+0000 mon.smithi153 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.160:0/3287489343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:22.532919+0000 mon.smithi153 (mon.0) 171 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:23.088749+0000 mgr.smithi153.unkvxi (mgr.14162) 53 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:23.532891+0000 mon.smithi153 (mon.0) 172 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:23.534044+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:24.533174+0000 mon.smithi153 (mon.0) 173 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:25.089043+0000 mgr.smithi153.unkvxi (mgr.14162) 54 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:25.533532+0000 mon.smithi153 (mon.0) 174 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:26.533472+0000 mon.smithi153 (mon.0) 175 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:26.563195+0000 mon.smithi153 (mon.0) 176 : cluster [INF] mon.smithi153 is new leader, mons smithi153,smithi160 in quorum (ranks 0,1) 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:26.571831+0000 mon.smithi153 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:26.571895+0000 mon.smithi153 (mon.0) 178 : cluster [DBG] fsmap 2024-02-13T21:00:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:26.571921+0000 mon.smithi153 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T21:00:26.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:26.572262+0000 mon.smithi153 (mon.0) 180 : cluster [DBG] mgrmap e18: smithi153.unkvxi(active, since 91s), standbys: smithi160.twbahe 2024-02-13T21:00:26.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:26.579851+0000 mon.smithi153 (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-02-13T21:00:26.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:26.584735+0000 mon.smithi153 (mon.0) 182 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:27.215 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-13T21:00:27.216 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-13T21:00:27.888 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:26.585846+0000 mgr.smithi153.unkvxi (mgr.14162) 55 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-02-13T21:00:27.888 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:27.534156+0000 mon.smithi153 (mon.0) 183 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:28.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:26.585846+0000 mgr.smithi153.unkvxi (mgr.14162) 55 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-02-13T21:00:28.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:27.534156+0000 mon.smithi153 (mon.0) 183 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:00:29.184 INFO:teuthology.orchestra.run.smithi153.stdout:# minimal ceph.conf for 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T21:00:29.184 INFO:teuthology.orchestra.run.smithi153.stdout:[global] 2024-02-13T21:00:29.184 INFO:teuthology.orchestra.run.smithi153.stdout: fsid = 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T21:00:29.184 INFO:teuthology.orchestra.run.smithi153.stdout: mon_host = [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-02-13T21:00:29.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:27.089406+0000 mgr.smithi153.unkvxi (mgr.14162) 56 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:29.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:27.089406+0000 mgr.smithi153.unkvxi (mgr.14162) 56 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:29.842 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-13T21:00:29.842 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-13T21:00:29.842 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.conf 2024-02-13T21:00:29.873 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-13T21:00:29.873 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T21:00:29.941 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-13T21:00:29.941 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2024-02-13T21:00:29.980 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-13T21:00:29.980 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T21:00:30.051 INFO:tasks.cephadm:Deploying OSDs... 2024-02-13T21:00:30.051 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-13T21:00:30.051 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T21:00:30.070 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-13T21:00:30.070 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_1 2024-02-13T21:00:30.129 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-13T21:00:30.129 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T21:00:30.129 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 162794 Links: 1 2024-02-13T21:00:30.129 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T21:00:30.129 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T21:00:30.129 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-13 21:00:01.883181728 +0000 2024-02-13T21:00:30.129 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-13 20:56:22.468047020 +0000 2024-02-13T21:00:30.129 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-13 20:56:22.468047020 +0000 2024-02-13T21:00:30.129 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-13T21:00:30.130 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-13T21:00:30.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:29.184932+0000 mon.smithi153 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.153:0/2318244658' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:30.196 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-13T21:00:30.196 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-13T21:00:30.196 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000324545 s, 1.6 MB/s 2024-02-13T21:00:30.197 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-13T21:00:30.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:29.184932+0000 mon.smithi153 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.153:0/2318244658' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:30.256 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_2 2024-02-13T21:00:30.314 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-13T21:00:30.314 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T21:00:30.314 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 170024 Links: 1 2024-02-13T21:00:30.314 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T21:00:30.315 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T21:00:30.315 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-13 21:00:01.883181728 +0000 2024-02-13T21:00:30.315 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-13 20:56:22.786041506 +0000 2024-02-13T21:00:30.315 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-13 20:56:22.786041506 +0000 2024-02-13T21:00:30.315 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-13T21:00:30.315 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-13T21:00:30.380 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-13T21:00:30.380 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-13T21:00:30.380 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000210099 s, 2.4 MB/s 2024-02-13T21:00:30.381 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-13T21:00:30.439 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_3 2024-02-13T21:00:30.497 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-13T21:00:30.497 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T21:00:30.497 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 170099 Links: 1 2024-02-13T21:00:30.497 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T21:00:30.497 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T21:00:30.497 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-13 21:00:01.883181728 +0000 2024-02-13T21:00:30.497 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-13 20:56:23.135035455 +0000 2024-02-13T21:00:30.497 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-13 20:56:23.135035455 +0000 2024-02-13T21:00:30.498 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-13T21:00:30.498 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-13T21:00:30.563 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-13T21:00:30.563 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-13T21:00:30.563 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000180149 s, 2.8 MB/s 2024-02-13T21:00:30.564 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-13T21:00:30.623 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_4 2024-02-13T21:00:30.681 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-13T21:00:30.681 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T21:00:30.681 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 168329 Links: 1 2024-02-13T21:00:30.681 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T21:00:30.681 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T21:00:30.681 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-13 21:00:01.883181728 +0000 2024-02-13T21:00:30.681 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-13 20:56:23.464029751 +0000 2024-02-13T21:00:30.681 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-13 20:56:23.464029751 +0000 2024-02-13T21:00:30.681 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-13T21:00:30.681 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-13T21:00:30.746 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-13T21:00:30.747 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-13T21:00:30.747 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000228825 s, 2.2 MB/s 2024-02-13T21:00:30.748 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-13T21:00:30.808 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-13T21:00:30.808 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T21:00:30.830 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-13T21:00:30.830 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2024-02-13T21:00:30.892 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-13T21:00:30.892 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T21:00:30.892 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 167546 Links: 1 2024-02-13T21:00:30.892 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T21:00:30.892 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T21:00:30.893 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-13 21:00:27.382527163 +0000 2024-02-13T21:00:30.893 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-13 20:56:22.477090291 +0000 2024-02-13T21:00:30.893 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-13 20:56:22.477090291 +0000 2024-02-13T21:00:30.893 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-13T21:00:30.893 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-13T21:00:30.962 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-13T21:00:30.962 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-13T21:00:30.962 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000249851 s, 2.0 MB/s 2024-02-13T21:00:30.963 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-13T21:00:31.026 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2024-02-13T21:00:31.087 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-13T21:00:31.087 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T21:00:31.087 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 168165 Links: 1 2024-02-13T21:00:31.087 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T21:00:31.087 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T21:00:31.087 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-13 21:00:27.382527163 +0000 2024-02-13T21:00:31.087 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-13 20:56:22.804085577 +0000 2024-02-13T21:00:31.087 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-13 20:56:22.804085577 +0000 2024-02-13T21:00:31.087 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-13T21:00:31.088 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-13T21:00:31.154 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:29.089636+0000 mgr.smithi153.unkvxi (mgr.14162) 57 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:31.156 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-13T21:00:31.156 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-13T21:00:31.156 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000223608 s, 2.3 MB/s 2024-02-13T21:00:31.157 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-13T21:00:31.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:29.089636+0000 mgr.smithi153.unkvxi (mgr.14162) 57 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:31.217 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2024-02-13T21:00:31.277 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-13T21:00:31.277 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T21:00:31.277 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 168236 Links: 1 2024-02-13T21:00:31.277 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T21:00:31.277 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T21:00:31.277 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-13 21:00:27.382527163 +0000 2024-02-13T21:00:31.277 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-13 20:56:23.148080617 +0000 2024-02-13T21:00:31.277 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-13 20:56:23.148080617 +0000 2024-02-13T21:00:31.277 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-13T21:00:31.278 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-13T21:00:31.345 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-13T21:00:31.345 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-13T21:00:31.345 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000173397 s, 3.0 MB/s 2024-02-13T21:00:31.346 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-13T21:00:31.406 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2024-02-13T21:00:31.465 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-13T21:00:31.465 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T21:00:31.465 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 165443 Links: 1 2024-02-13T21:00:31.465 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T21:00:31.465 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T21:00:31.465 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-13 21:00:27.383527148 +0000 2024-02-13T21:00:31.465 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-13 20:56:23.473075931 +0000 2024-02-13T21:00:31.465 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-13 20:56:23.473075931 +0000 2024-02-13T21:00:31.465 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-13T21:00:31.466 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-13T21:00:31.531 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-13T21:00:31.531 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-13T21:00:31.531 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000216608 s, 2.4 MB/s 2024-02-13T21:00:31.532 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-13T21:00:31.592 INFO:tasks.cephadm:Deploying osd.0 on smithi153 with /dev/vg_nvme/lv_4... 2024-02-13T21:00:31.592 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-13T21:00:33.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:31.089923+0000 mgr.smithi153.unkvxi (mgr.14162) 58 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:33.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:31.089923+0000 mgr.smithi153.unkvxi (mgr.14162) 58 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:34.344 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-13T21:00:34.345 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-13T21:00:34.345 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2024-02-13T21:00:34.345 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2024-02-13T21:00:34.345 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0115776 s, 906 MB/s 2024-02-13T21:00:34.345 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2024-02-13T21:00:34.974 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_4 2024-02-13T21:00:35.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:33.090241+0000 mgr.smithi153.unkvxi (mgr.14162) 59 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:35.244 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:33.090241+0000 mgr.smithi153.unkvxi (mgr.14162) 59 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:37.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:35.090443+0000 mgr.smithi153.unkvxi (mgr.14162) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:37.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:36.244490+0000 mon.smithi153 (mon.0) 185 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:37.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:36.245318+0000 mon.smithi153 (mon.0) 186 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:00:37.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:35.090443+0000 mgr.smithi153.unkvxi (mgr.14162) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:36.244490+0000 mon.smithi153 (mon.0) 185 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:36.245318+0000 mon.smithi153 (mon.0) 186 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:00:38.097 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:37.077410+0000 mon.smithi153 (mon.0) 187 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:00:38.097 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:37.078796+0000 mon.smithi153 (mon.0) 188 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:00:38.098 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:37.079260+0000 mon.smithi153 (mon.0) 189 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:38.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:37.077410+0000 mon.smithi153 (mon.0) 187 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:00:38.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:37.078796+0000 mon.smithi153 (mon.0) 188 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:00:38.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:37.079260+0000 mon.smithi153 (mon.0) 189 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:39.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:37.076609+0000 mgr.smithi153.unkvxi (mgr.14162) 61 : audit [DBG] from='client.14212 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:00:39.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:37.078595+0000 mgr.smithi153.unkvxi (mgr.14162) 62 : cephadm [INF] Applying service osd.None on host smithi153... 2024-02-13T21:00:39.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:37.090676+0000 mgr.smithi153.unkvxi (mgr.14162) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:39.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:38.034113+0000 mon.smithi153 (mon.0) 190 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:39.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:37.076609+0000 mgr.smithi153.unkvxi (mgr.14162) 61 : audit [DBG] from='client.14212 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:00:39.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:37.078595+0000 mgr.smithi153.unkvxi (mgr.14162) 62 : cephadm [INF] Applying service osd.None on host smithi153... 2024-02-13T21:00:39.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:37.090676+0000 mgr.smithi153.unkvxi (mgr.14162) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:39.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:38.034113+0000 mon.smithi153 (mon.0) 190 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:41.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:39.090930+0000 mgr.smithi153.unkvxi (mgr.14162) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:41.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:40.452740+0000 mon.smithi153 (mon.0) 191 : audit [INF] from='client.? 172.21.15.153:0/1487647503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ed2a873-e52b-46ab-88f0-21a9f47bb4b7"}]: dispatch 2024-02-13T21:00:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:40.460594+0000 mon.smithi153 (mon.0) 192 : audit [INF] from='client.? 172.21.15.153:0/1487647503' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ed2a873-e52b-46ab-88f0-21a9f47bb4b7"}]': finished 2024-02-13T21:00:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:40.460633+0000 mon.smithi153 (mon.0) 193 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-13T21:00:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:40.460717+0000 mon.smithi153 (mon.0) 194 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:40.871314+0000 mon.smithi153 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.153:0/1200823274' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:00:41.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:39.090930+0000 mgr.smithi153.unkvxi (mgr.14162) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:41.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:40.452740+0000 mon.smithi153 (mon.0) 191 : audit [INF] from='client.? 172.21.15.153:0/1487647503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ed2a873-e52b-46ab-88f0-21a9f47bb4b7"}]: dispatch 2024-02-13T21:00:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:40.460594+0000 mon.smithi153 (mon.0) 192 : audit [INF] from='client.? 172.21.15.153:0/1487647503' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ed2a873-e52b-46ab-88f0-21a9f47bb4b7"}]': finished 2024-02-13T21:00:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:40.460633+0000 mon.smithi153 (mon.0) 193 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-13T21:00:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:40.460717+0000 mon.smithi153 (mon.0) 194 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:40.871314+0000 mon.smithi153 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.153:0/1200823274' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:00:43.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:41.091295+0000 mgr.smithi153.unkvxi (mgr.14162) 65 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:43.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:42.300735+0000 mon.smithi153 (mon.0) 196 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:43.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:42.305973+0000 mon.smithi153 (mon.0) 197 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:43.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:42.307880+0000 mon.smithi153 (mon.0) 198 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T21:00:43.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:42.308388+0000 mon.smithi153 (mon.0) 199 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T21:00:43.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:42.308856+0000 mon.smithi153 (mon.0) 200 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:43.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:41.091295+0000 mgr.smithi153.unkvxi (mgr.14162) 65 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:43.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:42.300735+0000 mon.smithi153 (mon.0) 196 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:43.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:42.305973+0000 mon.smithi153 (mon.0) 197 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:43.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:42.307880+0000 mon.smithi153 (mon.0) 198 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T21:00:43.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:42.308388+0000 mon.smithi153 (mon.0) 199 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T21:00:43.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:42.308856+0000 mon.smithi153 (mon.0) 200 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:44.133 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:42.307634+0000 mgr.smithi153.unkvxi (mgr.14162) 66 : cephadm [INF] Reconfiguring mon.smithi153 (unknown last config time)... 2024-02-13T21:00:44.133 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:42.309255+0000 mgr.smithi153.unkvxi (mgr.14162) 67 : cephadm [INF] Reconfiguring daemon mon.smithi153 on smithi153 2024-02-13T21:00:44.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:42.307634+0000 mgr.smithi153.unkvxi (mgr.14162) 66 : cephadm [INF] Reconfiguring mon.smithi153 (unknown last config time)... 2024-02-13T21:00:44.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:42.309255+0000 mgr.smithi153.unkvxi (mgr.14162) 67 : cephadm [INF] Reconfiguring daemon mon.smithi153 on smithi153 2024-02-13T21:00:45.357 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:43.091499+0000 mgr.smithi153.unkvxi (mgr.14162) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:45.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:43.091499+0000 mgr.smithi153.unkvxi (mgr.14162) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:47.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:45.091688+0000 mgr.smithi153.unkvxi (mgr.14162) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:47.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:46.156318+0000 mon.smithi153 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:47.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:46.157255+0000 mon.smithi153 (mon.0) 202 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.unkvxi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:00:47.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:46.158002+0000 mon.smithi153 (mon.0) 203 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:00:47.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:46.158585+0000 mon.smithi153 (mon.0) 204 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:47.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:45.091688+0000 mgr.smithi153.unkvxi (mgr.14162) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:46.156318+0000 mon.smithi153 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:46.157255+0000 mon.smithi153 (mon.0) 202 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.unkvxi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:00:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:46.158002+0000 mon.smithi153 (mon.0) 203 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:00:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:46.158585+0000 mon.smithi153 (mon.0) 204 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:48.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:46.156938+0000 mgr.smithi153.unkvxi (mgr.14162) 70 : cephadm [INF] Reconfiguring mgr.smithi153.unkvxi (unknown last config time)... 2024-02-13T21:00:48.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:46.159136+0000 mgr.smithi153.unkvxi (mgr.14162) 71 : cephadm [INF] Reconfiguring daemon mgr.smithi153.unkvxi on smithi153 2024-02-13T21:00:48.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:47.416122+0000 mon.smithi153 (mon.0) 205 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-13T21:00:48.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:47.416819+0000 mon.smithi153 (mon.0) 206 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:48.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:46.156938+0000 mgr.smithi153.unkvxi (mgr.14162) 70 : cephadm [INF] Reconfiguring mgr.smithi153.unkvxi (unknown last config time)... 2024-02-13T21:00:48.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:46.159136+0000 mgr.smithi153.unkvxi (mgr.14162) 71 : cephadm [INF] Reconfiguring daemon mgr.smithi153.unkvxi on smithi153 2024-02-13T21:00:48.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:47.416122+0000 mon.smithi153 (mon.0) 205 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-13T21:00:48.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:47.416819+0000 mon.smithi153 (mon.0) 206 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:49.295 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:47.092102+0000 mgr.smithi153.unkvxi (mgr.14162) 72 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:49.296 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:47.417356+0000 mgr.smithi153.unkvxi (mgr.14162) 73 : cephadm [INF] Deploying daemon osd.0 on smithi153 2024-02-13T21:00:49.296 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:48.660831+0000 mon.smithi153 (mon.0) 207 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:49.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:47.092102+0000 mgr.smithi153.unkvxi (mgr.14162) 72 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:49.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:47.417356+0000 mgr.smithi153.unkvxi (mgr.14162) 73 : cephadm [INF] Deploying daemon osd.0 on smithi153 2024-02-13T21:00:49.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:48.660831+0000 mon.smithi153 (mon.0) 207 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:50.294 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:48.661336+0000 mgr.smithi153.unkvxi (mgr.14162) 74 : cephadm [INF] Reconfiguring alertmanager.smithi153 (dependencies changed)... 2024-02-13T21:00:50.295 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:48.663252+0000 mgr.smithi153.unkvxi (mgr.14162) 75 : cephadm [INF] Reconfiguring daemon alertmanager.smithi153 on smithi153 2024-02-13T21:00:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:48.661336+0000 mgr.smithi153.unkvxi (mgr.14162) 74 : cephadm [INF] Reconfiguring alertmanager.smithi153 (dependencies changed)... 2024-02-13T21:00:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:48.663252+0000 mgr.smithi153.unkvxi (mgr.14162) 75 : cephadm [INF] Reconfiguring daemon alertmanager.smithi153 on smithi153 2024-02-13T21:00:51.437 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:49.092485+0000 mgr.smithi153.unkvxi (mgr.14162) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:51.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:49.092485+0000 mgr.smithi153.unkvxi (mgr.14162) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:52.323 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:51.092760+0000 mgr.smithi153.unkvxi (mgr.14162) 77 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:52.377 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 0 on host 'smithi153' 2024-02-13T21:00:52.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:51.092760+0000 mgr.smithi153.unkvxi (mgr.14162) 77 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:53.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:52.371810+0000 mon.smithi153 (mon.0) 208 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:52.376234+0000 mon.smithi153 (mon.0) 209 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:53.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:52.371810+0000 mon.smithi153 (mon.0) 208 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:53.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:52.376234+0000 mon.smithi153 (mon.0) 209 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:55.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:53.093024+0000 mgr.smithi153.unkvxi (mgr.14162) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:53.093024+0000 mgr.smithi153.unkvxi (mgr.14162) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:55.799 DEBUG:teuthology.orchestra.run.smithi153:osd.0> sudo journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.0.service 2024-02-13T21:00:55.802 INFO:tasks.cephadm:Deploying osd.1 on smithi153 with /dev/vg_nvme/lv_3... 2024-02-13T21:00:55.803 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-13T21:00:55.832 INFO:journalctl@ceph.osd.0.smithi153.stdout:-- Logs begin at Tue 2024-02-13 20:50:45 UTC. -- 2024-02-13T21:00:56.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:55.213391+0000 mon.smithi153 (mon.0) 210 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:00:56.188 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:55.217098+0000 mon.smithi153 (mon.0) 211 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:00:56.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:55.481637+0000 mon.smithi153 (mon.0) 212 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/4184525090,v1:172.21.15.153:6803/4184525090]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T21:00:56.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:55.213391+0000 mon.smithi153 (mon.0) 210 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:00:56.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:55.217098+0000 mon.smithi153 (mon.0) 211 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:00:56.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:55.481637+0000 mon.smithi153 (mon.0) 212 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/4184525090,v1:172.21.15.153:6803/4184525090]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T21:00:57.190 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:00:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.0[44119]: debug 2024-02-13T21:00:56.915+0000 7f823a5a5700 -1 osd.0 0 waiting for initial osdmap 2024-02-13T21:00:57.190 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:00:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.0[44119]: debug 2024-02-13T21:00:56.919+0000 7f8236d21700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-13T21:00:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:55.093363+0000 mgr.smithi153.unkvxi (mgr.14162) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:55.911506+0000 mon.smithi153 (mon.0) 213 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/4184525090,v1:172.21.15.153:6803/4184525090]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-13T21:00:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:55.911551+0000 mon.smithi153 (mon.0) 214 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-13T21:00:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:55.911654+0000 mon.smithi153 (mon.0) 215 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:55.911987+0000 mon.smithi153 (mon.0) 216 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/4184525090,v1:172.21.15.153:6803/4184525090]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:00:57.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:55.093363+0000 mgr.smithi153.unkvxi (mgr.14162) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:57.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:55.911506+0000 mon.smithi153 (mon.0) 213 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/4184525090,v1:172.21.15.153:6803/4184525090]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-13T21:00:57.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:55.911551+0000 mon.smithi153 (mon.0) 214 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-13T21:00:57.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:55.911654+0000 mon.smithi153 (mon.0) 215 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:57.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:55.911987+0000 mon.smithi153 (mon.0) 216 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/4184525090,v1:172.21.15.153:6803/4184525090]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:00:58.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:56.913272+0000 mon.smithi153 (mon.0) 217 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/4184525090,v1:172.21.15.153:6803/4184525090]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-13T21:00:58.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:56.913323+0000 mon.smithi153 (mon.0) 218 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-13T21:00:58.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:56.913660+0000 mon.smithi153 (mon.0) 219 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:58.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:56.917957+0000 mon.smithi153 (mon.0) 220 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:58.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:56.913272+0000 mon.smithi153 (mon.0) 217 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/4184525090,v1:172.21.15.153:6803/4184525090]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-13T21:00:58.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:56.913323+0000 mon.smithi153 (mon.0) 218 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-13T21:00:58.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:56.913660+0000 mon.smithi153 (mon.0) 219 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:58.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:56.917957+0000 mon.smithi153 (mon.0) 220 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:59.173 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:56.517451+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:56.517538+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:57.093652+0000 mgr.smithi153.unkvxi (mgr.14162) 80 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:57.916147+0000 mon.smithi153 (mon.0) 221 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:57.918489+0000 mon.smithi153 (mon.0) 222 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:57.918947+0000 mgr.smithi153.unkvxi (mgr.14162) 81 : cephadm [INF] Reconfiguring crash.smithi153 (monmap changed)... 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:57.919496+0000 mon.smithi153 (mon.0) 223 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:57.920098+0000 mon.smithi153 (mon.0) 224 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:00:57.920542+0000 mgr.smithi153.unkvxi (mgr.14162) 82 : cephadm [INF] Reconfiguring daemon crash.smithi153 on smithi153 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:57.922658+0000 mon.smithi153 (mon.0) 225 : cluster [INF] osd.0 [v2:172.21.15.153:6802/4184525090,v1:172.21.15.153:6803/4184525090] boot 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:57.922682+0000 mon.smithi153 (mon.0) 226 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-13T21:00:59.174 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:00:57.922948+0000 mon.smithi153 (mon.0) 227 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:59.214 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-13T21:00:59.214 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-13T21:00:59.214 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2024-02-13T21:00:59.214 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2024-02-13T21:00:59.214 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0130044 s, 806 MB/s 2024-02-13T21:00:59.214 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2024-02-13T21:00:59.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:56.517451+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:56.517538+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:57.093652+0000 mgr.smithi153.unkvxi (mgr.14162) 80 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:57.916147+0000 mon.smithi153 (mon.0) 221 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:57.918489+0000 mon.smithi153 (mon.0) 222 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:57.918947+0000 mgr.smithi153.unkvxi (mgr.14162) 81 : cephadm [INF] Reconfiguring crash.smithi153 (monmap changed)... 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:57.919496+0000 mon.smithi153 (mon.0) 223 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:57.920098+0000 mon.smithi153 (mon.0) 224 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:00:57.920542+0000 mgr.smithi153.unkvxi (mgr.14162) 82 : cephadm [INF] Reconfiguring daemon crash.smithi153 on smithi153 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:57.922658+0000 mon.smithi153 (mon.0) 225 : cluster [INF] osd.0 [v2:172.21.15.153:6802/4184525090,v1:172.21.15.153:6803/4184525090] boot 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:57.922682+0000 mon.smithi153 (mon.0) 226 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-13T21:00:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:00:57.922948+0000 mon.smithi153 (mon.0) 227 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:01:00.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:00:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:58.927630+0000 mon.smithi153 (mon.0) 228 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-13T21:01:00.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:00:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:58.927630+0000 mon.smithi153 (mon.0) 228 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-13T21:01:00.760 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_3 2024-02-13T21:01:01.005 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:00:59.093923+0000 mgr.smithi153.unkvxi (mgr.14162) 83 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:01.005 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:00.371219+0000 mon.smithi153 (mon.0) 229 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:01.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:00:59.093923+0000 mgr.smithi153.unkvxi (mgr.14162) 83 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:01.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:00.371219+0000 mon.smithi153 (mon.0) 229 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:02.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:00.371747+0000 mgr.smithi153.unkvxi (mgr.14162) 84 : cephadm [INF] Reconfiguring grafana.smithi153 (dependencies changed)... 2024-02-13T21:01:02.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:00.375708+0000 mgr.smithi153.unkvxi (mgr.14162) 85 : cephadm [INF] Reconfiguring daemon grafana.smithi153 on smithi153 2024-02-13T21:01:02.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:00.371747+0000 mgr.smithi153.unkvxi (mgr.14162) 84 : cephadm [INF] Reconfiguring grafana.smithi153 (dependencies changed)... 2024-02-13T21:01:02.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:00.375708+0000 mgr.smithi153.unkvxi (mgr.14162) 85 : cephadm [INF] Reconfiguring daemon grafana.smithi153 on smithi153 2024-02-13T21:01:03.143 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:01.094415+0000 mgr.smithi153.unkvxi (mgr.14162) 86 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:03.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:01.094415+0000 mgr.smithi153.unkvxi (mgr.14162) 86 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:05.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:03.094706+0000 mgr.smithi153.unkvxi (mgr.14162) 87 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:05.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:03.094706+0000 mgr.smithi153.unkvxi (mgr.14162) 87 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:06.227 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:04.966831+0000 mgr.smithi153.unkvxi (mgr.14162) 88 : audit [DBG] from='client.14230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:01:06.227 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:04.967542+0000 mon.smithi153 (mon.0) 230 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:01:06.227 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:04.968607+0000 mgr.smithi153.unkvxi (mgr.14162) 89 : cephadm [INF] Applying service osd.None on host smithi153... 2024-02-13T21:01:06.228 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:04.968862+0000 mon.smithi153 (mon.0) 231 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:01:06.228 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:04.969344+0000 mon.smithi153 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:06.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:04.966831+0000 mgr.smithi153.unkvxi (mgr.14162) 88 : audit [DBG] from='client.14230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:01:06.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:04.967542+0000 mon.smithi153 (mon.0) 230 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:01:06.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:04.968607+0000 mgr.smithi153.unkvxi (mgr.14162) 89 : cephadm [INF] Applying service osd.None on host smithi153... 2024-02-13T21:01:06.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:04.968862+0000 mon.smithi153 (mon.0) 231 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:01:06.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:04.969344+0000 mon.smithi153 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:07.113 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:05.094965+0000 mgr.smithi153.unkvxi (mgr.14162) 90 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:07.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:05.094965+0000 mgr.smithi153.unkvxi (mgr.14162) 90 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:08.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:07.095375+0000 mgr.smithi153.unkvxi (mgr.14162) 91 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:07.140949+0000 mon.smithi153 (mon.0) 233 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:07.141658+0000 mgr.smithi153.unkvxi (mgr.14162) 92 : cephadm [INF] Reconfiguring prometheus.smithi153 (dependencies changed)... 2024-02-13T21:01:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:07.143857+0000 mgr.smithi153.unkvxi (mgr.14162) 93 : cephadm [INF] Reconfiguring daemon prometheus.smithi153 on smithi153 2024-02-13T21:01:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:07.095375+0000 mgr.smithi153.unkvxi (mgr.14162) 91 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:07.140949+0000 mon.smithi153 (mon.0) 233 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:07.141658+0000 mgr.smithi153.unkvxi (mgr.14162) 92 : cephadm [INF] Reconfiguring prometheus.smithi153 (dependencies changed)... 2024-02-13T21:01:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:07.143857+0000 mgr.smithi153.unkvxi (mgr.14162) 93 : cephadm [INF] Reconfiguring daemon prometheus.smithi153 on smithi153 2024-02-13T21:01:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:08.173898+0000 mon.smithi153 (mon.0) 234 : audit [INF] from='client.? 172.21.15.153:0/227970777' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff11e0c0-cd40-4e4d-b70a-07e26e339ee2"}]: dispatch 2024-02-13T21:01:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:08.177179+0000 mon.smithi153 (mon.0) 235 : audit [INF] from='client.? 172.21.15.153:0/227970777' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff11e0c0-cd40-4e4d-b70a-07e26e339ee2"}]': finished 2024-02-13T21:01:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:08.177218+0000 mon.smithi153 (mon.0) 236 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-13T21:01:09.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:08.177326+0000 mon.smithi153 (mon.0) 237 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:09.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:08.585423+0000 mon.smithi153 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.153:0/3801385551' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:01:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:08.173898+0000 mon.smithi153 (mon.0) 234 : audit [INF] from='client.? 172.21.15.153:0/227970777' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff11e0c0-cd40-4e4d-b70a-07e26e339ee2"}]: dispatch 2024-02-13T21:01:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:08.177179+0000 mon.smithi153 (mon.0) 235 : audit [INF] from='client.? 172.21.15.153:0/227970777' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff11e0c0-cd40-4e4d-b70a-07e26e339ee2"}]': finished 2024-02-13T21:01:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:08.177218+0000 mon.smithi153 (mon.0) 236 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-13T21:01:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:08.177326+0000 mon.smithi153 (mon.0) 237 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:08.585423+0000 mon.smithi153 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.153:0/3801385551' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:01:10.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:09.095724+0000 mgr.smithi153.unkvxi (mgr.14162) 94 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:10.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:09.095724+0000 mgr.smithi153.unkvxi (mgr.14162) 94 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:12.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:11.096022+0000 mgr.smithi153.unkvxi (mgr.14162) 95 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:12.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:11.096022+0000 mgr.smithi153.unkvxi (mgr.14162) 95 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:15.175 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:13.096439+0000 mgr.smithi153.unkvxi (mgr.14162) 96 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:15.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:13.096439+0000 mgr.smithi153.unkvxi (mgr.14162) 96 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:17.186 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:15.096756+0000 mgr.smithi153.unkvxi (mgr.14162) 97 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:15.096756+0000 mgr.smithi153.unkvxi (mgr.14162) 97 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:18.241 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:16.969439+0000 mon.smithi153 (mon.0) 239 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:18.241 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:16.969943+0000 mgr.smithi153.unkvxi (mgr.14162) 98 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-02-13T21:01:18.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:16.970164+0000 mon.smithi153 (mon.0) 240 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T21:01:18.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:16.970759+0000 mon.smithi153 (mon.0) 241 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:18.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:16.971202+0000 mgr.smithi153.unkvxi (mgr.14162) 99 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-02-13T21:01:18.352 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:16.969439+0000 mon.smithi153 (mon.0) 239 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:18.353 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:16.969943+0000 mgr.smithi153.unkvxi (mgr.14162) 98 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-02-13T21:01:18.353 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:16.970164+0000 mon.smithi153 (mon.0) 240 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T21:01:18.353 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:16.970759+0000 mon.smithi153 (mon.0) 241 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:18.353 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:16.971202+0000 mgr.smithi153.unkvxi (mgr.14162) 99 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-02-13T21:01:19.083 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:17.096987+0000 mgr.smithi153.unkvxi (mgr.14162) 100 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:19.083 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:18.287247+0000 mon.smithi153 (mon.0) 242 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:19.083 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:18.287952+0000 mon.smithi153 (mon.0) 243 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.twbahe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:01:19.083 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:18.288603+0000 mon.smithi153 (mon.0) 244 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:01:19.083 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:18.289152+0000 mon.smithi153 (mon.0) 245 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:19.083 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:18.373672+0000 mon.smithi153 (mon.0) 246 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-13T21:01:19.083 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:18.374319+0000 mon.smithi153 (mon.0) 247 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:19.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:17.096987+0000 mgr.smithi153.unkvxi (mgr.14162) 100 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:19.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:18.287247+0000 mon.smithi153 (mon.0) 242 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:19.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:18.287952+0000 mon.smithi153 (mon.0) 243 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.twbahe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:01:19.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:18.288603+0000 mon.smithi153 (mon.0) 244 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:01:19.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:18.289152+0000 mon.smithi153 (mon.0) 245 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:19.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:18.373672+0000 mon.smithi153 (mon.0) 246 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-13T21:01:19.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:18.374319+0000 mon.smithi153 (mon.0) 247 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:20.063 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:18.287725+0000 mgr.smithi153.unkvxi (mgr.14162) 101 : cephadm [INF] Reconfiguring mgr.smithi160.twbahe (monmap changed)... 2024-02-13T21:01:20.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:18.289576+0000 mgr.smithi153.unkvxi (mgr.14162) 102 : cephadm [INF] Reconfiguring daemon mgr.smithi160.twbahe on smithi160 2024-02-13T21:01:20.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:18.374840+0000 mgr.smithi153.unkvxi (mgr.14162) 103 : cephadm [INF] Deploying daemon osd.1 on smithi153 2024-02-13T21:01:20.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:19.665816+0000 mon.smithi153 (mon.0) 248 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:20.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:19.666564+0000 mon.smithi153 (mon.0) 249 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T21:01:20.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:19.667089+0000 mon.smithi153 (mon.0) 250 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T21:01:20.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:19.667557+0000 mon.smithi153 (mon.0) 251 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:20.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:18.287725+0000 mgr.smithi153.unkvxi (mgr.14162) 101 : cephadm [INF] Reconfiguring mgr.smithi160.twbahe (monmap changed)... 2024-02-13T21:01:20.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:18.289576+0000 mgr.smithi153.unkvxi (mgr.14162) 102 : cephadm [INF] Reconfiguring daemon mgr.smithi160.twbahe on smithi160 2024-02-13T21:01:20.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:18.374840+0000 mgr.smithi153.unkvxi (mgr.14162) 103 : cephadm [INF] Deploying daemon osd.1 on smithi153 2024-02-13T21:01:20.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:19.665816+0000 mon.smithi153 (mon.0) 248 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:20.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:19.666564+0000 mon.smithi153 (mon.0) 249 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T21:01:20.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:19.667089+0000 mon.smithi153 (mon.0) 250 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T21:01:20.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:19.667557+0000 mon.smithi153 (mon.0) 251 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:21.102 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:19.097378+0000 mgr.smithi153.unkvxi (mgr.14162) 104 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:21.102 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:19.666289+0000 mgr.smithi153.unkvxi (mgr.14162) 105 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-02-13T21:01:21.102 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:19.667954+0000 mgr.smithi153.unkvxi (mgr.14162) 106 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-02-13T21:01:21.102 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:20.930423+0000 mon.smithi153 (mon.0) 252 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:21.102 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:20.932652+0000 mon.smithi153 (mon.0) 253 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T21:01:21.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:19.097378+0000 mgr.smithi153.unkvxi (mgr.14162) 104 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:21.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:19.666289+0000 mgr.smithi153.unkvxi (mgr.14162) 105 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-02-13T21:01:21.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:19.667954+0000 mgr.smithi153.unkvxi (mgr.14162) 106 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-02-13T21:01:21.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:20.930423+0000 mon.smithi153 (mon.0) 252 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:21.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:20.932652+0000 mon.smithi153 (mon.0) 253 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T21:01:22.042 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 1 on host 'smithi153' 2024-02-13T21:01:22.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:20.932947+0000 mgr.smithi153.unkvxi (mgr.14162) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T21:01:22.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:20.932947+0000 mgr.smithi153.unkvxi (mgr.14162) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T21:01:22.767 DEBUG:teuthology.orchestra.run.smithi153:osd.1> sudo journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.1.service 2024-02-13T21:01:22.770 INFO:tasks.cephadm:Deploying osd.2 on smithi153 with /dev/vg_nvme/lv_2... 2024-02-13T21:01:22.770 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-13T21:01:22.801 INFO:journalctl@ceph.osd.1.smithi153.stdout:-- Logs begin at Tue 2024-02-13 20:50:45 UTC. -- 2024-02-13T21:01:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:21.097773+0000 mgr.smithi153.unkvxi (mgr.14162) 108 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.035933+0000 mon.smithi153 (mon.0) 254 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.041320+0000 mon.smithi153 (mon.0) 255 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.051224+0000 mon.smithi153 (mon.0) 256 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.153:9093"}]: dispatch 2024-02-13T21:01:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.051537+0000 mgr.smithi153.unkvxi (mgr.14162) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.153:9093"}]: dispatch 2024-02-13T21:01:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.057395+0000 mon.smithi153 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.060702+0000 mon.smithi153 (mon.0) 258 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T21:01:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.061082+0000 mgr.smithi153.unkvxi (mgr.14162) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T21:01:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.065500+0000 mon.smithi153 (mon.0) 259 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.153:3000"}]: dispatch 2024-02-13T21:01:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.071875+0000 mon.smithi153 (mon.0) 260 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:23.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.074363+0000 mon.smithi153 (mon.0) 261 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:01:23.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.078518+0000 mon.smithi153 (mon.0) 262 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.153:9095"}]: dispatch 2024-02-13T21:01:23.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.086068+0000 mon.smithi153 (mon.0) 263 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:23.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.088632+0000 mon.smithi153 (mon.0) 264 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:01:23.459 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:21.097773+0000 mgr.smithi153.unkvxi (mgr.14162) 108 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:23.459 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.035933+0000 mon.smithi153 (mon.0) 254 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.041320+0000 mon.smithi153 (mon.0) 255 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.051224+0000 mon.smithi153 (mon.0) 256 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.153:9093"}]: dispatch 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.051537+0000 mgr.smithi153.unkvxi (mgr.14162) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.153:9093"}]: dispatch 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.057395+0000 mon.smithi153 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.060702+0000 mon.smithi153 (mon.0) 258 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.061082+0000 mgr.smithi153.unkvxi (mgr.14162) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.065500+0000 mon.smithi153 (mon.0) 259 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.153:3000"}]: dispatch 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.071875+0000 mon.smithi153 (mon.0) 260 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.074363+0000 mon.smithi153 (mon.0) 261 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.078518+0000 mon.smithi153 (mon.0) 262 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.153:9095"}]: dispatch 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.086068+0000 mon.smithi153 (mon.0) 263 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:23.460 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.088632+0000 mon.smithi153 (mon.0) 264 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:01:24.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.065899+0000 mgr.smithi153.unkvxi (mgr.14162) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.153:3000"}]: dispatch 2024-02-13T21:01:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.074676+0000 mgr.smithi153.unkvxi (mgr.14162) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:01:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:22.079440+0000 mgr.smithi153.unkvxi (mgr.14162) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.153:9095"}]: dispatch 2024-02-13T21:01:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:23.880820+0000 mon.smithi153 (mon.0) 265 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:24.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.065899+0000 mgr.smithi153.unkvxi (mgr.14162) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.153:3000"}]: dispatch 2024-02-13T21:01:24.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.074676+0000 mgr.smithi153.unkvxi (mgr.14162) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:01:24.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:22.079440+0000 mgr.smithi153.unkvxi (mgr.14162) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.153:9095"}]: dispatch 2024-02-13T21:01:24.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:23.880820+0000 mon.smithi153 (mon.0) 265 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:25.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:23.098234+0000 mgr.smithi153.unkvxi (mgr.14162) 114 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:25.440 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:01:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1[47432]: debug 2024-02-13T21:01:25.129+0000 7f613ed40080 -1 osd.1 0 log_to_monitors {default=true} 2024-02-13T21:01:25.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:23.098234+0000 mgr.smithi153.unkvxi (mgr.14162) 114 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:26.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:25.133018+0000 mon.smithi153 (mon.0) 266 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/1910855232,v1:172.21.15.153:6811/1910855232]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-13T21:01:26.487 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-13T21:01:26.488 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-13T21:01:26.488 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2024-02-13T21:01:26.488 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2024-02-13T21:01:26.488 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0115006 s, 912 MB/s 2024-02-13T21:01:26.488 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2024-02-13T21:01:26.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:25.133018+0000 mon.smithi153 (mon.0) 266 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/1910855232,v1:172.21.15.153:6811/1910855232]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-13T21:01:27.140 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:01:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1[47432]: debug 2024-02-13T21:01:27.051+0000 7f61352b1700 -1 osd.1 0 waiting for initial osdmap 2024-02-13T21:01:27.140 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:01:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1[47432]: debug 2024-02-13T21:01:27.055+0000 7f612fa29700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-13T21:01:27.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:25.098576+0000 mgr.smithi153.unkvxi (mgr.14162) 115 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:27.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:26.048579+0000 mon.smithi153 (mon.0) 267 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/1910855232,v1:172.21.15.153:6811/1910855232]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-13T21:01:27.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:26.048622+0000 mon.smithi153 (mon.0) 268 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-13T21:01:27.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:26.048717+0000 mon.smithi153 (mon.0) 269 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:27.141 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:26.048995+0000 mon.smithi153 (mon.0) 270 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/1910855232,v1:172.21.15.153:6811/1910855232]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:01:27.158 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_2 2024-02-13T21:01:27.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:25.098576+0000 mgr.smithi153.unkvxi (mgr.14162) 115 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:27.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:26.048579+0000 mon.smithi153 (mon.0) 267 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/1910855232,v1:172.21.15.153:6811/1910855232]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-13T21:01:27.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:26.048622+0000 mon.smithi153 (mon.0) 268 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-13T21:01:27.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:26.048717+0000 mon.smithi153 (mon.0) 269 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:27.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:26.048995+0000 mon.smithi153 (mon.0) 270 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/1910855232,v1:172.21.15.153:6811/1910855232]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:01:28.327 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:27.049850+0000 mon.smithi153 (mon.0) 271 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/1910855232,v1:172.21.15.153:6811/1910855232]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-13T21:01:28.327 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:27.049918+0000 mon.smithi153 (mon.0) 272 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-13T21:01:28.327 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:27.050254+0000 mon.smithi153 (mon.0) 273 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:28.327 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:27.054225+0000 mon.smithi153 (mon.0) 274 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:28.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:27.049850+0000 mon.smithi153 (mon.0) 271 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/1910855232,v1:172.21.15.153:6811/1910855232]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-13T21:01:28.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:27.049918+0000 mon.smithi153 (mon.0) 272 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-13T21:01:28.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:27.050254+0000 mon.smithi153 (mon.0) 273 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:28.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:27.054225+0000 mon.smithi153 (mon.0) 274 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:29.351 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:26.131201+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:01:29.351 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:26.131289+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:01:29.351 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:27.099061+0000 mgr.smithi153.unkvxi (mgr.14162) 116 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:29.352 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:28.054478+0000 mon.smithi153 (mon.0) 275 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:29.352 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:28.060555+0000 mon.smithi153 (mon.0) 276 : cluster [INF] osd.1 [v2:172.21.15.153:6810/1910855232,v1:172.21.15.153:6811/1910855232] boot 2024-02-13T21:01:29.352 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:28.060585+0000 mon.smithi153 (mon.0) 277 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-13T21:01:29.352 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:28.060792+0000 mon.smithi153 (mon.0) 278 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:29.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:26.131201+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:01:29.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:26.131289+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:01:29.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:27.099061+0000 mgr.smithi153.unkvxi (mgr.14162) 116 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-13T21:01:29.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:28.054478+0000 mon.smithi153 (mon.0) 275 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:29.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:28.060555+0000 mon.smithi153 (mon.0) 276 : cluster [INF] osd.1 [v2:172.21.15.153:6810/1910855232,v1:172.21.15.153:6811/1910855232] boot 2024-02-13T21:01:29.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:28.060585+0000 mon.smithi153 (mon.0) 277 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-13T21:01:29.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:28.060792+0000 mon.smithi153 (mon.0) 278 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:01:30.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:29.065415+0000 mon.smithi153 (mon.0) 279 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-13T21:01:30.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:30.031032+0000 mon.smithi153 (mon.0) 280 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:01:30.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:30.032209+0000 mon.smithi153 (mon.0) 281 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:01:30.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:30.032711+0000 mon.smithi153 (mon.0) 282 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:30.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:29.065415+0000 mon.smithi153 (mon.0) 279 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-13T21:01:30.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:30.031032+0000 mon.smithi153 (mon.0) 280 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:01:30.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:30.032209+0000 mon.smithi153 (mon.0) 281 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:01:30.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:30.032711+0000 mon.smithi153 (mon.0) 282 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:31.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:29.099350+0000 mgr.smithi153.unkvxi (mgr.14162) 117 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:31.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:30.030265+0000 mgr.smithi153.unkvxi (mgr.14162) 118 : audit [DBG] from='client.14248 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:01:31.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:30.032029+0000 mgr.smithi153.unkvxi (mgr.14162) 119 : cephadm [INF] Applying service osd.None on host smithi153... 2024-02-13T21:01:31.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:30.254276+0000 mon.smithi153 (mon.0) 283 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:31.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:29.099350+0000 mgr.smithi153.unkvxi (mgr.14162) 117 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:31.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:30.030265+0000 mgr.smithi153.unkvxi (mgr.14162) 118 : audit [DBG] from='client.14248 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:01:31.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:30.032029+0000 mgr.smithi153.unkvxi (mgr.14162) 119 : cephadm [INF] Applying service osd.None on host smithi153... 2024-02-13T21:01:31.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:30.254276+0000 mon.smithi153 (mon.0) 283 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:32.223 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:31.099568+0000 mgr.smithi153.unkvxi (mgr.14162) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:32.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:31.099568+0000 mgr.smithi153.unkvxi (mgr.14162) 120 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:34.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:32.967943+0000 mon.smithi153 (mon.0) 284 : audit [INF] from='client.? 172.21.15.153:0/2201627050' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a0def85-a5f7-41ce-b333-0b5975e11d69"}]: dispatch 2024-02-13T21:01:34.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:32.975673+0000 mon.smithi153 (mon.0) 285 : audit [INF] from='client.? 172.21.15.153:0/2201627050' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a0def85-a5f7-41ce-b333-0b5975e11d69"}]': finished 2024-02-13T21:01:34.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:32.975726+0000 mon.smithi153 (mon.0) 286 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-13T21:01:34.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:32.975819+0000 mon.smithi153 (mon.0) 287 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:01:34.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:33.388172+0000 mon.smithi153 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.153:0/2518892986' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:01:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:32.967943+0000 mon.smithi153 (mon.0) 284 : audit [INF] from='client.? 172.21.15.153:0/2201627050' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a0def85-a5f7-41ce-b333-0b5975e11d69"}]: dispatch 2024-02-13T21:01:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:32.975673+0000 mon.smithi153 (mon.0) 285 : audit [INF] from='client.? 172.21.15.153:0/2201627050' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a0def85-a5f7-41ce-b333-0b5975e11d69"}]': finished 2024-02-13T21:01:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:32.975726+0000 mon.smithi153 (mon.0) 286 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-13T21:01:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:32.975819+0000 mon.smithi153 (mon.0) 287 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:01:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:33.388172+0000 mon.smithi153 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.153:0/2518892986' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:01:35.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:33.099825+0000 mgr.smithi153.unkvxi (mgr.14162) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:35.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:33.099825+0000 mgr.smithi153.unkvxi (mgr.14162) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:37.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:35.100240+0000 mgr.smithi153.unkvxi (mgr.14162) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:37.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:35.100240+0000 mgr.smithi153.unkvxi (mgr.14162) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:39.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:37.100486+0000 mgr.smithi153.unkvxi (mgr.14162) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:39.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:37.100486+0000 mgr.smithi153.unkvxi (mgr.14162) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:40.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:39.007560+0000 mgr.smithi153.unkvxi (mgr.14162) 124 : cephadm [INF] Detected new or changed devices on smithi153 2024-02-13T21:01:40.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:39.012201+0000 mon.smithi153 (mon.0) 289 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:40.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:39.339330+0000 mon.smithi153 (mon.0) 290 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:40.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:39.341463+0000 mon.smithi153 (mon.0) 291 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:01:40.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:39.007560+0000 mgr.smithi153.unkvxi (mgr.14162) 124 : cephadm [INF] Detected new or changed devices on smithi153 2024-02-13T21:01:40.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:39.012201+0000 mon.smithi153 (mon.0) 289 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:40.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:39.339330+0000 mon.smithi153 (mon.0) 290 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:40.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:39.341463+0000 mon.smithi153 (mon.0) 291 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:01:41.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:39.100751+0000 mgr.smithi153.unkvxi (mgr.14162) 125 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:41.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:40.185327+0000 mon.smithi153 (mon.0) 292 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-13T21:01:41.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:40.185928+0000 mon.smithi153 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:41.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:39.100751+0000 mgr.smithi153.unkvxi (mgr.14162) 125 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:41.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:40.185327+0000 mon.smithi153 (mon.0) 292 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-13T21:01:41.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:40.185928+0000 mon.smithi153 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:42.324 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:40.186405+0000 mgr.smithi153.unkvxi (mgr.14162) 126 : cephadm [INF] Deploying daemon osd.2 on smithi153 2024-02-13T21:01:42.325 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:41.337227+0000 mon.smithi153 (mon.0) 294 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:42.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:40.186405+0000 mgr.smithi153.unkvxi (mgr.14162) 126 : cephadm [INF] Deploying daemon osd.2 on smithi153 2024-02-13T21:01:42.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:41.337227+0000 mon.smithi153 (mon.0) 294 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:43.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:41.101057+0000 mgr.smithi153.unkvxi (mgr.14162) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:43.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:41.101057+0000 mgr.smithi153.unkvxi (mgr.14162) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:44.585 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 2 on host 'smithi153' 2024-02-13T21:01:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:43.101278+0000 mgr.smithi153.unkvxi (mgr.14162) 128 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:44.578075+0000 mon.smithi153 (mon.0) 295 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:44.584137+0000 mon.smithi153 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:45.409 DEBUG:teuthology.orchestra.run.smithi153:osd.2> sudo journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.2.service 2024-02-13T21:01:45.412 INFO:tasks.cephadm:Deploying osd.3 on smithi153 with /dev/vg_nvme/lv_1... 2024-02-13T21:01:45.412 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-13T21:01:45.441 INFO:journalctl@ceph.osd.2.smithi153.stdout:-- Logs begin at Tue 2024-02-13 20:50:45 UTC. -- 2024-02-13T21:01:45.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:43.101278+0000 mgr.smithi153.unkvxi (mgr.14162) 128 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:44.578075+0000 mon.smithi153 (mon.0) 295 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:44.584137+0000 mon.smithi153 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:47.306 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:45.101669+0000 mgr.smithi153.unkvxi (mgr.14162) 129 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:47.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:45.101669+0000 mgr.smithi153.unkvxi (mgr.14162) 129 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:47.903 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:01:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.2[50827]: debug 2024-02-13T21:01:47.672+0000 7f5a60967080 -1 osd.2 0 log_to_monitors {default=true} 2024-02-13T21:01:48.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:47.677405+0000 mon.smithi153 (mon.0) 297 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1846576629,v1:172.21.15.153:6819/1846576629]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T21:01:48.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:47.677405+0000 mon.smithi153 (mon.0) 297 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1846576629,v1:172.21.15.153:6819/1846576629]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T21:01:48.646 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-13T21:01:48.646 INFO:teuthology.orchestra.run.smithi153.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-13T21:01:48.646 INFO:teuthology.orchestra.run.smithi153.stderr: stderr: 10+0 records in 2024-02-13T21:01:48.647 INFO:teuthology.orchestra.run.smithi153.stderr:10+0 records out 2024-02-13T21:01:48.647 INFO:teuthology.orchestra.run.smithi153.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0150088 s, 699 MB/s 2024-02-13T21:01:48.647 INFO:teuthology.orchestra.run.smithi153.stderr:--> Zapping successful for: 2024-02-13T21:01:49.406 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:01:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.2[50827]: debug 2024-02-13T21:01:49.040+0000 7f5a56ed8700 -1 osd.2 0 waiting for initial osdmap 2024-02-13T21:01:49.406 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:01:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.2[50827]: debug 2024-02-13T21:01:49.044+0000 7f5a51650700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-13T21:01:49.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:47.102046+0000 mgr.smithi153.unkvxi (mgr.14162) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:49.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:48.037152+0000 mon.smithi153 (mon.0) 298 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1846576629,v1:172.21.15.153:6819/1846576629]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-13T21:01:49.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:48.037198+0000 mon.smithi153 (mon.0) 299 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-13T21:01:49.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:48.037309+0000 mon.smithi153 (mon.0) 300 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:01:49.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:48.037657+0000 mon.smithi153 (mon.0) 301 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1846576629,v1:172.21.15.153:6819/1846576629]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:01:49.424 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi153:vg_nvme/lv_1 2024-02-13T21:01:49.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:47.102046+0000 mgr.smithi153.unkvxi (mgr.14162) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:49.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:48.037152+0000 mon.smithi153 (mon.0) 298 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1846576629,v1:172.21.15.153:6819/1846576629]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-13T21:01:49.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:48.037198+0000 mon.smithi153 (mon.0) 299 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-13T21:01:49.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:48.037309+0000 mon.smithi153 (mon.0) 300 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:01:49.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:48.037657+0000 mon.smithi153 (mon.0) 301 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1846576629,v1:172.21.15.153:6819/1846576629]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:01:50.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:49.038615+0000 mon.smithi153 (mon.0) 302 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1846576629,v1:172.21.15.153:6819/1846576629]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-13T21:01:50.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:49.038665+0000 mon.smithi153 (mon.0) 303 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-13T21:01:50.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:49.038980+0000 mon.smithi153 (mon.0) 304 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:01:50.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:49.042860+0000 mon.smithi153 (mon.0) 305 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:01:50.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:49.474749+0000 mon.smithi153 (mon.0) 306 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:50.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:49.038615+0000 mon.smithi153 (mon.0) 302 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1846576629,v1:172.21.15.153:6819/1846576629]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-13T21:01:50.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:49.038665+0000 mon.smithi153 (mon.0) 303 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-13T21:01:50.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:49.038980+0000 mon.smithi153 (mon.0) 304 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:01:50.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:49.042860+0000 mon.smithi153 (mon.0) 305 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:01:50.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:49.474749+0000 mon.smithi153 (mon.0) 306 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:51.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:48.667820+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:01:51.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:48.667919+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:01:51.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:49.102444+0000 mgr.smithi153.unkvxi (mgr.14162) 131 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:51.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:50.043872+0000 mon.smithi153 (mon.0) 307 : cluster [INF] osd.2 [v2:172.21.15.153:6818/1846576629,v1:172.21.15.153:6819/1846576629] boot 2024-02-13T21:01:51.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:50.043900+0000 mon.smithi153 (mon.0) 308 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-13T21:01:51.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:50.044194+0000 mon.smithi153 (mon.0) 309 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:01:51.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:50.044529+0000 mon.smithi153 (mon.0) 310 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-13T21:01:51.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:51.044881+0000 mon.smithi153 (mon.0) 311 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-13T21:01:51.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:51.044931+0000 mon.smithi153 (mon.0) 312 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-13T21:01:51.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:51.045469+0000 mon.smithi153 (mon.0) 313 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:01:51.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:48.667820+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:01:51.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:48.667919+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:01:51.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:49.102444+0000 mgr.smithi153.unkvxi (mgr.14162) 131 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-13T21:01:51.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:50.043872+0000 mon.smithi153 (mon.0) 307 : cluster [INF] osd.2 [v2:172.21.15.153:6818/1846576629,v1:172.21.15.153:6819/1846576629] boot 2024-02-13T21:01:51.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:50.043900+0000 mon.smithi153 (mon.0) 308 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-13T21:01:51.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:50.044194+0000 mon.smithi153 (mon.0) 309 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:01:51.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:50.044529+0000 mon.smithi153 (mon.0) 310 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-13T21:01:51.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:51.044881+0000 mon.smithi153 (mon.0) 311 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-13T21:01:51.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:51.044931+0000 mon.smithi153 (mon.0) 312 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-13T21:01:51.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:51.045469+0000 mon.smithi153 (mon.0) 313 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:01:53.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:51.102923+0000 mgr.smithi153.unkvxi (mgr.14162) 132 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:01:53.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:51.736416+0000 mgr.smithi153.unkvxi (mgr.14162) 133 : audit [DBG] from='client.14266 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:01:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:52.048755+0000 mon.smithi153 (mon.0) 314 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T21:01:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:52.048816+0000 mon.smithi153 (mon.0) 315 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-13T21:01:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:52.054200+0000 mon.smithi153 (mon.0) 316 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:01:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:01:52.055065+0000 mgr.smithi153.unkvxi (mgr.14162) 134 : cephadm [INF] Applying service osd.None on host smithi153... 2024-02-13T21:01:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:52.055225+0000 mon.smithi153 (mon.0) 317 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:01:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:52.055682+0000 mon.smithi153 (mon.0) 318 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:53.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:51.102923+0000 mgr.smithi153.unkvxi (mgr.14162) 132 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:01:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:51.736416+0000 mgr.smithi153.unkvxi (mgr.14162) 133 : audit [DBG] from='client.14266 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:01:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:52.048755+0000 mon.smithi153 (mon.0) 314 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T21:01:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:52.048816+0000 mon.smithi153 (mon.0) 315 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-13T21:01:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:52.054200+0000 mon.smithi153 (mon.0) 316 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:01:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:01:52.055065+0000 mgr.smithi153.unkvxi (mgr.14162) 134 : cephadm [INF] Applying service osd.None on host smithi153... 2024-02-13T21:01:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:52.055225+0000 mon.smithi153 (mon.0) 317 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:01:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:52.055682+0000 mon.smithi153 (mon.0) 318 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:01:54.207 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:53.060118+0000 mon.smithi153 (mon.0) 319 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-13T21:01:54.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:53.060118+0000 mon.smithi153 (mon.0) 319 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-13T21:01:55.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:53.103282+0000 mgr.smithi153.unkvxi (mgr.14162) 135 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:01:55.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:54.825615+0000 mon.smithi153 (mon.0) 320 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:55.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:54.828676+0000 mon.smithi153 (mon.0) 321 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:55.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:54.830844+0000 mon.smithi153 (mon.0) 322 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:01:55.443 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:53.103282+0000 mgr.smithi153.unkvxi (mgr.14162) 135 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:01:55.443 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:54.825615+0000 mon.smithi153 (mon.0) 320 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:55.443 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:54.828676+0000 mon.smithi153 (mon.0) 321 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:55.444 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:54.830844+0000 mon.smithi153 (mon.0) 322 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:01:56.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:54.826391+0000 mgr.smithi153.unkvxi (mgr.14162) 136 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:01:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:55.216286+0000 mon.smithi153 (mon.0) 323 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:01:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:55.217845+0000 mon.smithi153 (mon.0) 324 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:01:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:55.621601+0000 mon.smithi153 (mon.0) 325 : audit [INF] from='client.? 172.21.15.153:0/2868451784' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a864d59-863e-4358-bd28-5a9b807a69bb"}]: dispatch 2024-02-13T21:01:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:55.627622+0000 mon.smithi153 (mon.0) 326 : audit [INF] from='client.? 172.21.15.153:0/2868451784' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a864d59-863e-4358-bd28-5a9b807a69bb"}]': finished 2024-02-13T21:01:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:55.627675+0000 mon.smithi153 (mon.0) 327 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-13T21:01:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:55.627767+0000 mon.smithi153 (mon.0) 328 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:01:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:55.823868+0000 mon.smithi153 (mon.0) 329 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-13T21:01:56.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:54.826391+0000 mgr.smithi153.unkvxi (mgr.14162) 136 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:01:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:55.216286+0000 mon.smithi153 (mon.0) 323 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:01:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:55.217845+0000 mon.smithi153 (mon.0) 324 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:01:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:55.621601+0000 mon.smithi153 (mon.0) 325 : audit [INF] from='client.? 172.21.15.153:0/2868451784' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a864d59-863e-4358-bd28-5a9b807a69bb"}]: dispatch 2024-02-13T21:01:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:55.627622+0000 mon.smithi153 (mon.0) 326 : audit [INF] from='client.? 172.21.15.153:0/2868451784' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a864d59-863e-4358-bd28-5a9b807a69bb"}]': finished 2024-02-13T21:01:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:55.627675+0000 mon.smithi153 (mon.0) 327 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-13T21:01:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:55.627767+0000 mon.smithi153 (mon.0) 328 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:01:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:55.823868+0000 mon.smithi153 (mon.0) 329 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-13T21:01:57.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:56.064371+0000 mon.smithi153 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.153:0/1827748871' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:01:57.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:01:56.656082+0000 mon.smithi153 (mon.0) 331 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:57.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:56.064371+0000 mon.smithi153 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.153:0/1827748871' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:01:57.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:01:56.656082+0000 mon.smithi153 (mon.0) 331 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:01:58.327 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:56.826807+0000 mgr.smithi153.unkvxi (mgr.14162) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:01:58.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:56.826807+0000 mgr.smithi153.unkvxi (mgr.14162) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:01:59.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:01:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:01:58.827185+0000 mgr.smithi153.unkvxi (mgr.14162) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:01:59.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:01:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:01:58.827185+0000 mgr.smithi153.unkvxi (mgr.14162) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:01.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:00.618342+0000 mon.smithi153 (mon.0) 332 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:01.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:00.827585+0000 mgr.smithi153.unkvxi (mgr.14162) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:02.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:00.618342+0000 mon.smithi153 (mon.0) 332 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:02.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:00.827585+0000 mgr.smithi153.unkvxi (mgr.14162) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:04.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:02.828044+0000 mgr.smithi153.unkvxi (mgr.14162) 140 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:04.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:03.146103+0000 mon.smithi153 (mon.0) 333 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-13T21:02:04.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:03.146749+0000 mon.smithi153 (mon.0) 334 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:04.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:02.828044+0000 mgr.smithi153.unkvxi (mgr.14162) 140 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:03.146103+0000 mon.smithi153 (mon.0) 333 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-13T21:02:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:03.146749+0000 mon.smithi153 (mon.0) 334 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:05.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:02:03.147277+0000 mgr.smithi153.unkvxi (mgr.14162) 141 : cephadm [INF] Deploying daemon osd.3 on smithi153 2024-02-13T21:02:05.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:02:03.147277+0000 mgr.smithi153.unkvxi (mgr.14162) 141 : cephadm [INF] Deploying daemon osd.3 on smithi153 2024-02-13T21:02:06.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:04.828601+0000 mgr.smithi153.unkvxi (mgr.14162) 142 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:06.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:05.405269+0000 mon.smithi153 (mon.0) 335 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:06.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:05.408540+0000 mon.smithi153 (mon.0) 336 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:06.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:04.828601+0000 mgr.smithi153.unkvxi (mgr.14162) 142 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:06.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:05.405269+0000 mon.smithi153 (mon.0) 335 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:06.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:05.408540+0000 mon.smithi153 (mon.0) 336 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:07.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:02:05.400083+0000 mgr.smithi153.unkvxi (mgr.14162) 143 : cephadm [INF] Detected new or changed devices on smithi153 2024-02-13T21:02:07.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:05.406072+0000 mgr.smithi153.unkvxi (mgr.14162) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:07.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:06.403394+0000 mon.smithi153 (mon.0) 337 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-13T21:02:07.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:06.403446+0000 mon.smithi153 (mon.0) 338 : cluster [INF] Cluster is now healthy 2024-02-13T21:02:07.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:02:05.400083+0000 mgr.smithi153.unkvxi (mgr.14162) 143 : cephadm [INF] Detected new or changed devices on smithi153 2024-02-13T21:02:07.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:05.406072+0000 mgr.smithi153.unkvxi (mgr.14162) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:07.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:06.403394+0000 mon.smithi153 (mon.0) 337 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-13T21:02:07.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:06.403446+0000 mon.smithi153 (mon.0) 338 : cluster [INF] Cluster is now healthy 2024-02-13T21:02:08.585 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 3 on host 'smithi153' 2024-02-13T21:02:09.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:07.406348+0000 mgr.smithi153.unkvxi (mgr.14162) 145 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:09.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:08.575022+0000 mon.smithi153 (mon.0) 339 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:09.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:08.578713+0000 mon.smithi153 (mon.0) 340 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:09.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:08.583727+0000 mon.smithi153 (mon.0) 341 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:09.230 DEBUG:teuthology.orchestra.run.smithi153:osd.3> sudo journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.3.service 2024-02-13T21:02:09.232 INFO:tasks.cephadm:Deploying osd.4 on smithi160 with /dev/vg_nvme/lv_4... 2024-02-13T21:02:09.232 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-13T21:02:09.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:07.406348+0000 mgr.smithi153.unkvxi (mgr.14162) 145 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:09.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:08.575022+0000 mon.smithi153 (mon.0) 339 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:09.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:08.578713+0000 mon.smithi153 (mon.0) 340 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:09.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:08.583727+0000 mon.smithi153 (mon.0) 341 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:09.266 INFO:journalctl@ceph.osd.3.smithi153.stdout:-- Logs begin at Tue 2024-02-13 20:50:45 UTC. -- 2024-02-13T21:02:11.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:09.406628+0000 mgr.smithi153.unkvxi (mgr.14162) 146 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:11.195 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-13T21:02:11.196 INFO:teuthology.orchestra.run.smithi160.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-13T21:02:11.196 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2024-02-13T21:02:11.196 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2024-02-13T21:02:11.196 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111099 s, 944 MB/s 2024-02-13T21:02:11.196 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2024-02-13T21:02:11.228 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:09.406628+0000 mgr.smithi153.unkvxi (mgr.14162) 146 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:11.847 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_4 2024-02-13T21:02:12.005 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:11.708001+0000 mon.smithi153 (mon.0) 342 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/1732481578,v1:172.21.15.153:6827/1732481578]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T21:02:12.005 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:02:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.3[54461]: debug 2024-02-13T21:02:11.703+0000 7f51ec57d080 -1 osd.3 0 log_to_monitors {default=true} 2024-02-13T21:02:12.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:11.708001+0000 mon.smithi153 (mon.0) 342 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/1732481578,v1:172.21.15.153:6827/1732481578]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T21:02:13.189 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:02:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.3[54461]: debug 2024-02-13T21:02:12.944+0000 7f51e2aee700 -1 osd.3 0 waiting for initial osdmap 2024-02-13T21:02:13.189 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:02:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.3[54461]: debug 2024-02-13T21:02:12.950+0000 7f51dc264700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-13T21:02:13.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:11.406934+0000 mgr.smithi153.unkvxi (mgr.14162) 147 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:13.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:11.942028+0000 mon.smithi153 (mon.0) 343 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/1732481578,v1:172.21.15.153:6827/1732481578]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-13T21:02:13.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:11.942099+0000 mon.smithi153 (mon.0) 344 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-13T21:02:13.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:11.942205+0000 mon.smithi153 (mon.0) 345 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:02:13.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:11.942520+0000 mon.smithi153 (mon.0) 346 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/1732481578,v1:172.21.15.153:6827/1732481578]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:02:13.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:11.406934+0000 mgr.smithi153.unkvxi (mgr.14162) 147 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:13.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:11.942028+0000 mon.smithi153 (mon.0) 343 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/1732481578,v1:172.21.15.153:6827/1732481578]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-13T21:02:13.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:11.942099+0000 mon.smithi153 (mon.0) 344 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-13T21:02:13.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:11.942205+0000 mon.smithi153 (mon.0) 345 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:02:13.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:11.942520+0000 mon.smithi153 (mon.0) 346 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/1732481578,v1:172.21.15.153:6827/1732481578]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:02:14.135 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:12.942360+0000 mon.smithi153 (mon.0) 347 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/1732481578,v1:172.21.15.153:6827/1732481578]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-13T21:02:14.135 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:12.942430+0000 mon.smithi153 (mon.0) 348 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-13T21:02:14.135 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:12.942765+0000 mon.smithi153 (mon.0) 349 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:02:14.135 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:12.946232+0000 mon.smithi153 (mon.0) 350 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:02:14.135 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:13.477990+0000 mon.smithi153 (mon.0) 351 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:14.135 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:13.894952+0000 mon.smithi153 (mon.0) 352 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:02:14.135 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:13.896403+0000 mon.smithi153 (mon.0) 353 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:02:14.135 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:13.897011+0000 mon.smithi153 (mon.0) 354 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:12.942360+0000 mon.smithi153 (mon.0) 347 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/1732481578,v1:172.21.15.153:6827/1732481578]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-13T21:02:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:12.942430+0000 mon.smithi153 (mon.0) 348 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-13T21:02:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:12.942765+0000 mon.smithi153 (mon.0) 349 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:02:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:12.946232+0000 mon.smithi153 (mon.0) 350 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:02:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:13.477990+0000 mon.smithi153 (mon.0) 351 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:13.894952+0000 mon.smithi153 (mon.0) 352 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:02:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:13.896403+0000 mon.smithi153 (mon.0) 353 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:02:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:13.897011+0000 mon.smithi153 (mon.0) 354 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:15.205 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:12.679608+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:02:15.205 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:12.679694+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:02:15.205 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:13.407271+0000 mgr.smithi153.unkvxi (mgr.14162) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:15.206 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:13.894070+0000 mgr.smithi153.unkvxi (mgr.14162) 149 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:02:15.206 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:02:13.896160+0000 mgr.smithi153.unkvxi (mgr.14162) 150 : cephadm [INF] Applying service osd.None on host smithi160... 2024-02-13T21:02:15.206 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:13.945620+0000 mon.smithi153 (mon.0) 355 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:02:15.206 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:13.951510+0000 mon.smithi153 (mon.0) 356 : cluster [INF] osd.3 [v2:172.21.15.153:6826/1732481578,v1:172.21.15.153:6827/1732481578] boot 2024-02-13T21:02:15.206 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:13.951537+0000 mon.smithi153 (mon.0) 357 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-13T21:02:15.206 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:13.952514+0000 mon.smithi153 (mon.0) 358 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:02:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:12.679608+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:02:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:12.679694+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:02:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:13.407271+0000 mgr.smithi153.unkvxi (mgr.14162) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-13T21:02:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:13.894070+0000 mgr.smithi153.unkvxi (mgr.14162) 149 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:02:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:02:13.896160+0000 mgr.smithi153.unkvxi (mgr.14162) 150 : cephadm [INF] Applying service osd.None on host smithi160... 2024-02-13T21:02:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:13.945620+0000 mon.smithi153 (mon.0) 355 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:02:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:13.951510+0000 mon.smithi153 (mon.0) 356 : cluster [INF] osd.3 [v2:172.21.15.153:6826/1732481578,v1:172.21.15.153:6827/1732481578] boot 2024-02-13T21:02:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:13.951537+0000 mon.smithi153 (mon.0) 357 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-13T21:02:15.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:13.952514+0000 mon.smithi153 (mon.0) 358 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:02:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:14.963216+0000 mon.smithi153 (mon.0) 359 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-13T21:02:16.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:14.963216+0000 mon.smithi153 (mon.0) 359 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-13T21:02:17.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:15.407586+0000 mgr.smithi153.unkvxi (mgr.14162) 151 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:17.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:16.064091+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/2404221779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbc4bd2e-1c72-4c6e-816b-fe78b4c5e15b"}]: dispatch 2024-02-13T21:02:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:16.064517+0000 mon.smithi153 (mon.0) 360 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbc4bd2e-1c72-4c6e-816b-fe78b4c5e15b"}]: dispatch 2024-02-13T21:02:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:16.068078+0000 mon.smithi153 (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fbc4bd2e-1c72-4c6e-816b-fe78b4c5e15b"}]': finished 2024-02-13T21:02:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:16.068166+0000 mon.smithi153 (mon.0) 362 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-13T21:02:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:16.068276+0000 mon.smithi153 (mon.0) 363 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:02:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:16.482231+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/969082696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:02:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:15.407586+0000 mgr.smithi153.unkvxi (mgr.14162) 151 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:16.064091+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/2404221779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbc4bd2e-1c72-4c6e-816b-fe78b4c5e15b"}]: dispatch 2024-02-13T21:02:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:16.064517+0000 mon.smithi153 (mon.0) 360 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbc4bd2e-1c72-4c6e-816b-fe78b4c5e15b"}]: dispatch 2024-02-13T21:02:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:16.068078+0000 mon.smithi153 (mon.0) 361 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fbc4bd2e-1c72-4c6e-816b-fe78b4c5e15b"}]': finished 2024-02-13T21:02:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:16.068166+0000 mon.smithi153 (mon.0) 362 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-13T21:02:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:16.068276+0000 mon.smithi153 (mon.0) 363 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:02:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:16.482231+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/969082696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:02:18.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:17.058285+0000 mon.smithi153 (mon.0) 364 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:18.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:17.063843+0000 mon.smithi153 (mon.0) 365 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:18.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:17.066526+0000 mon.smithi153 (mon.0) 366 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:18.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:17.058285+0000 mon.smithi153 (mon.0) 364 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:18.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:17.063843+0000 mon.smithi153 (mon.0) 365 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:18.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:17.066526+0000 mon.smithi153 (mon.0) 366 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:19.358 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:17.408017+0000 mgr.smithi153.unkvxi (mgr.14162) 152 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:19.368 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:17.408017+0000 mgr.smithi153.unkvxi (mgr.14162) 152 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:21.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:19.408470+0000 mgr.smithi153.unkvxi (mgr.14162) 153 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:21.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:19.408470+0000 mgr.smithi153.unkvxi (mgr.14162) 153 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:21.408725+0000 mgr.smithi153.unkvxi (mgr.14162) 154 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:21.579083+0000 mon.smithi153 (mon.0) 367 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:21.584165+0000 mon.smithi153 (mon.0) 368 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:21.955199+0000 mon.smithi153 (mon.0) 369 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-13T21:02:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:21.955734+0000 mon.smithi153 (mon.0) 370 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:02:21.956209+0000 mgr.smithi153.unkvxi (mgr.14162) 155 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-02-13T21:02:22.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:21.408725+0000 mgr.smithi153.unkvxi (mgr.14162) 154 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:22.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:21.579083+0000 mon.smithi153 (mon.0) 367 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:22.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:21.584165+0000 mon.smithi153 (mon.0) 368 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:22.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:21.955199+0000 mon.smithi153 (mon.0) 369 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-13T21:02:22.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:21.955734+0000 mon.smithi153 (mon.0) 370 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:22.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:02:21.956209+0000 mgr.smithi153.unkvxi (mgr.14162) 155 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-02-13T21:02:25.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:23.409076+0000 mgr.smithi153.unkvxi (mgr.14162) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:25.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:23.409076+0000 mgr.smithi153.unkvxi (mgr.14162) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:25.389 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 4 on host 'smithi160' 2024-02-13T21:02:25.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:25.379265+0000 mon.smithi153 (mon.0) 371 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:25.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:25.382532+0000 mon.smithi153 (mon.0) 372 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:25.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:25.388238+0000 mon.smithi153 (mon.0) 373 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:25.997 DEBUG:teuthology.orchestra.run.smithi160:osd.4> sudo journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.4.service 2024-02-13T21:02:25.999 INFO:tasks.cephadm:Deploying osd.5 on smithi160 with /dev/vg_nvme/lv_3... 2024-02-13T21:02:25.999 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-13T21:02:26.028 INFO:journalctl@ceph.osd.4.smithi160.stdout:-- Logs begin at Tue 2024-02-13 20:50:40 UTC. -- 2024-02-13T21:02:26.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:25.379265+0000 mon.smithi153 (mon.0) 371 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:26.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:25.382532+0000 mon.smithi153 (mon.0) 372 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:26.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:25.388238+0000 mon.smithi153 (mon.0) 373 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:27.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:25.409393+0000 mgr.smithi153.unkvxi (mgr.14162) 157 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:25.409393+0000 mgr.smithi153.unkvxi (mgr.14162) 157 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:28.543 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-13T21:02:28.543 INFO:teuthology.orchestra.run.smithi160.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-13T21:02:28.543 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2024-02-13T21:02:28.543 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2024-02-13T21:02:28.543 INFO:teuthology.orchestra.run.smithi160.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0133731 s, 784 MB/s 2024-02-13T21:02:28.544 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2024-02-13T21:02:28.753 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:02:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.4[40406]: debug 2024-02-13T21:02:28.466+0000 7f9429982080 -1 osd.4 0 log_to_monitors {default=true} 2024-02-13T21:02:29.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:27.409847+0000 mgr.smithi153.unkvxi (mgr.14162) 158 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:29.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:28.470152+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/3019484476,v1:172.21.15.160:6801/3019484476]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T21:02:29.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:28.470527+0000 mon.smithi153 (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-13T21:02:29.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:27.409847+0000 mgr.smithi153.unkvxi (mgr.14162) 158 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:29.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:28.470152+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/3019484476,v1:172.21.15.160:6801/3019484476]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T21:02:29.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:28.470527+0000 mon.smithi153 (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-13T21:02:29.582 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_3 2024-02-13T21:02:30.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:28.936429+0000 mon.smithi153 (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-13T21:02:30.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:28.936504+0000 mon.smithi153 (mon.0) 376 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-13T21:02:30.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:28.937430+0000 mon.smithi153 (mon.0) 377 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:02:30.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:28.938870+0000 mon.smithi160 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/3019484476,v1:172.21.15.160:6801/3019484476]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:02:30.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:28.942354+0000 mon.smithi153 (mon.0) 378 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:02:30.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:29.211687+0000 mon.smithi153 (mon.0) 379 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:30.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:29.750160+0000 mon.smithi153 (mon.0) 380 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:30.130 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:02:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.4[40406]: debug 2024-02-13T21:02:29.951+0000 7f941fef3700 -1 osd.4 0 waiting for initial osdmap 2024-02-13T21:02:30.130 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:02:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.4[40406]: debug 2024-02-13T21:02:29.955+0000 7f9419e6a700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-13T21:02:30.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:28.936429+0000 mon.smithi153 (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-13T21:02:30.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:28.936504+0000 mon.smithi153 (mon.0) 376 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-13T21:02:30.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:28.937430+0000 mon.smithi153 (mon.0) 377 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:02:30.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:28.938870+0000 mon.smithi160 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/3019484476,v1:172.21.15.160:6801/3019484476]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:02:30.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:28.942354+0000 mon.smithi153 (mon.0) 378 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:02:30.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:29.211687+0000 mon.smithi153 (mon.0) 379 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:30.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:29.750160+0000 mon.smithi153 (mon.0) 380 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:31.237 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:29.410258+0000 mgr.smithi153.unkvxi (mgr.14162) 159 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:31.237 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:29.943875+0000 mon.smithi153 (mon.0) 381 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-13T21:02:31.238 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:29.943938+0000 mon.smithi153 (mon.0) 382 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-13T21:02:31.238 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:29.944253+0000 mon.smithi153 (mon.0) 383 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:02:31.238 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:29.952119+0000 mon.smithi153 (mon.0) 384 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:02:31.238 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:30.948383+0000 mon.smithi153 (mon.0) 385 : cluster [INF] osd.4 [v2:172.21.15.160:6800/3019484476,v1:172.21.15.160:6801/3019484476] boot 2024-02-13T21:02:31.238 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:30.948445+0000 mon.smithi153 (mon.0) 386 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-13T21:02:31.238 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:30.948609+0000 mon.smithi153 (mon.0) 387 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:02:31.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:29.410258+0000 mgr.smithi153.unkvxi (mgr.14162) 159 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-13T21:02:31.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:29.943875+0000 mon.smithi153 (mon.0) 381 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-13T21:02:31.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:29.943938+0000 mon.smithi153 (mon.0) 382 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-13T21:02:31.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:29.944253+0000 mon.smithi153 (mon.0) 383 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:02:31.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:29.952119+0000 mon.smithi153 (mon.0) 384 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:02:31.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:30.948383+0000 mon.smithi153 (mon.0) 385 : cluster [INF] osd.4 [v2:172.21.15.160:6800/3019484476,v1:172.21.15.160:6801/3019484476] boot 2024-02-13T21:02:31.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:30.948445+0000 mon.smithi153 (mon.0) 386 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-13T21:02:31.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:30.948609+0000 mon.smithi153 (mon.0) 387 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:02:32.233 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:29.503569+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:02:32.233 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:29.503748+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:02:32.233 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:31.869917+0000 mon.smithi153 (mon.0) 388 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:02:32.233 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:31.871641+0000 mon.smithi153 (mon.0) 389 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:02:32.233 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:31.872364+0000 mon.smithi153 (mon.0) 390 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:32.233 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:31.950526+0000 mon.smithi153 (mon.0) 391 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-13T21:02:32.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:29.503569+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:02:32.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:29.503748+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:02:32.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:31.869917+0000 mon.smithi153 (mon.0) 388 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:02:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:31.871641+0000 mon.smithi153 (mon.0) 389 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:02:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:31.872364+0000 mon.smithi153 (mon.0) 390 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:31.950526+0000 mon.smithi153 (mon.0) 391 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-13T21:02:33.245 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:31.410560+0000 mgr.smithi153.unkvxi (mgr.14162) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:33.245 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:31.868961+0000 mgr.smithi153.unkvxi (mgr.14162) 161 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:02:33.245 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:02:31.871340+0000 mgr.smithi153.unkvxi (mgr.14162) 162 : cephadm [INF] Applying service osd.None on host smithi160... 2024-02-13T21:02:33.245 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:32.948270+0000 mon.smithi153 (mon.0) 392 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-13T21:02:33.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:31.410560+0000 mgr.smithi153.unkvxi (mgr.14162) 160 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:33.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:31.868961+0000 mgr.smithi153.unkvxi (mgr.14162) 161 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:02:33.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:02:31.871340+0000 mgr.smithi153.unkvxi (mgr.14162) 162 : cephadm [INF] Applying service osd.None on host smithi160... 2024-02-13T21:02:33.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:32.948270+0000 mon.smithi153 (mon.0) 392 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-13T21:02:35.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:33.410898+0000 mgr.smithi153.unkvxi (mgr.14162) 163 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:35.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:34.384188+0000 mon.smithi153 (mon.0) 393 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:35.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:34.640442+0000 mon.smithi153 (mon.0) 394 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:35.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:34.643286+0000 mon.smithi153 (mon.0) 395 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:35.291 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:33.410898+0000 mgr.smithi153.unkvxi (mgr.14162) 163 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:35.291 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:34.384188+0000 mon.smithi153 (mon.0) 393 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:35.291 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:34.640442+0000 mon.smithi153 (mon.0) 394 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:35.291 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:34.643286+0000 mon.smithi153 (mon.0) 395 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:36.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:02:34.379184+0000 mgr.smithi153.unkvxi (mgr.14162) 164 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-13T21:02:36.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:35.292075+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/831770201' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd3624d8-b2e4-4155-bef2-cb801c073888"}]: dispatch 2024-02-13T21:02:36.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:35.292595+0000 mon.smithi153 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd3624d8-b2e4-4155-bef2-cb801c073888"}]: dispatch 2024-02-13T21:02:36.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:35.300798+0000 mon.smithi153 (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd3624d8-b2e4-4155-bef2-cb801c073888"}]': finished 2024-02-13T21:02:36.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:35.300854+0000 mon.smithi153 (mon.0) 398 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-13T21:02:36.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:35.300983+0000 mon.smithi153 (mon.0) 399 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:02:36.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:35.721100+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/1724236506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:02:36.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:02:34.379184+0000 mgr.smithi153.unkvxi (mgr.14162) 164 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-13T21:02:36.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:35.292075+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/831770201' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd3624d8-b2e4-4155-bef2-cb801c073888"}]: dispatch 2024-02-13T21:02:36.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:35.292595+0000 mon.smithi153 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd3624d8-b2e4-4155-bef2-cb801c073888"}]: dispatch 2024-02-13T21:02:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:35.300798+0000 mon.smithi153 (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd3624d8-b2e4-4155-bef2-cb801c073888"}]': finished 2024-02-13T21:02:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:35.300854+0000 mon.smithi153 (mon.0) 398 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-13T21:02:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:35.300983+0000 mon.smithi153 (mon.0) 399 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:02:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:35.721100+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/1724236506' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:02:37.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:35.411320+0000 mgr.smithi153.unkvxi (mgr.14162) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:37.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:35.411320+0000 mgr.smithi153.unkvxi (mgr.14162) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:39.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:37.411756+0000 mgr.smithi153.unkvxi (mgr.14162) 166 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:39.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:37.411756+0000 mgr.smithi153.unkvxi (mgr.14162) 166 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:40.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:39.325264+0000 mon.smithi153 (mon.0) 400 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:40.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:39.328615+0000 mon.smithi153 (mon.0) 401 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:40.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:39.412210+0000 mgr.smithi153.unkvxi (mgr.14162) 167 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:40.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:39.325264+0000 mon.smithi153 (mon.0) 400 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:39.328615+0000 mon.smithi153 (mon.0) 401 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:39.412210+0000 mgr.smithi153.unkvxi (mgr.14162) 167 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:41.107216+0000 mon.smithi153 (mon.0) 402 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-13T21:02:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:41.108115+0000 mon.smithi153 (mon.0) 403 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:41.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:41.107216+0000 mon.smithi153 (mon.0) 402 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-13T21:02:41.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:41.108115+0000 mon.smithi153 (mon.0) 403 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:42.626 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:02:41.108776+0000 mgr.smithi153.unkvxi (mgr.14162) 168 : cephadm [INF] Deploying daemon osd.5 on smithi160 2024-02-13T21:02:42.627 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:41.412653+0000 mgr.smithi153.unkvxi (mgr.14162) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:42.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:02:41.108776+0000 mgr.smithi153.unkvxi (mgr.14162) 168 : cephadm [INF] Deploying daemon osd.5 on smithi160 2024-02-13T21:02:42.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:41.412653+0000 mgr.smithi153.unkvxi (mgr.14162) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:44.723 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 5 on host 'smithi160' 2024-02-13T21:02:45.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:43.412983+0000 mgr.smithi153.unkvxi (mgr.14162) 170 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:44.710424+0000 mon.smithi153 (mon.0) 404 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:44.715755+0000 mon.smithi153 (mon.0) 405 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:44.722235+0000 mon.smithi153 (mon.0) 406 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:45.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:43.412983+0000 mgr.smithi153.unkvxi (mgr.14162) 170 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:45.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:44.710424+0000 mon.smithi153 (mon.0) 404 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:45.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:44.715755+0000 mon.smithi153 (mon.0) 405 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:45.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:44.722235+0000 mon.smithi153 (mon.0) 406 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:45.332 DEBUG:teuthology.orchestra.run.smithi160:osd.5> sudo journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.5.service 2024-02-13T21:02:45.334 INFO:tasks.cephadm:Deploying osd.6 on smithi160 with /dev/vg_nvme/lv_2... 2024-02-13T21:02:45.334 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-13T21:02:45.364 INFO:journalctl@ceph.osd.5.smithi160.stdout:-- Logs begin at Tue 2024-02-13 20:50:40 UTC. -- 2024-02-13T21:02:47.140 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:45.413354+0000 mgr.smithi153.unkvxi (mgr.14162) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:47.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:45.413354+0000 mgr.smithi153.unkvxi (mgr.14162) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:47.945 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-13T21:02:47.945 INFO:teuthology.orchestra.run.smithi160.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-13T21:02:47.945 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2024-02-13T21:02:47.945 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2024-02-13T21:02:47.945 INFO:teuthology.orchestra.run.smithi160.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.016455 s, 637 MB/s 2024-02-13T21:02:47.945 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2024-02-13T21:02:48.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:47.829820+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/3898010856,v1:172.21.15.160:6809/3898010856]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T21:02:48.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:47.830283+0000 mon.smithi153 (mon.0) 407 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T21:02:48.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:47.829820+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/3898010856,v1:172.21.15.160:6809/3898010856]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T21:02:48.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:47.830283+0000 mon.smithi153 (mon.0) 407 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T21:02:48.253 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:02:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.5[43288]: debug 2024-02-13T21:02:47.826+0000 7ff32b2aa080 -1 osd.5 0 log_to_monitors {default=true} 2024-02-13T21:02:49.032 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:02:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.5[43288]: debug 2024-02-13T21:02:48.952+0000 7ff32181b700 -1 osd.5 0 waiting for initial osdmap 2024-02-13T21:02:49.032 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:02:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.5[43288]: debug 2024-02-13T21:02:48.957+0000 7ff31cf95700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-13T21:02:49.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:47.413650+0000 mgr.smithi153.unkvxi (mgr.14162) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:49.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:47.946363+0000 mon.smithi153 (mon.0) 408 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-13T21:02:49.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:47.946421+0000 mon.smithi153 (mon.0) 409 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-13T21:02:49.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:47.946629+0000 mon.smithi153 (mon.0) 410 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:02:49.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:47.949373+0000 mon.smithi160 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/3898010856,v1:172.21.15.160:6809/3898010856]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:02:49.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:47.949855+0000 mon.smithi153 (mon.0) 411 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:02:49.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:48.690763+0000 mon.smithi153 (mon.0) 412 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:49.034 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_2 2024-02-13T21:02:49.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:47.413650+0000 mgr.smithi153.unkvxi (mgr.14162) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:49.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:47.946363+0000 mon.smithi153 (mon.0) 408 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-13T21:02:49.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:47.946421+0000 mon.smithi153 (mon.0) 409 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-13T21:02:49.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:47.946629+0000 mon.smithi153 (mon.0) 410 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:02:49.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:47.949373+0000 mon.smithi160 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/3898010856,v1:172.21.15.160:6809/3898010856]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:02:49.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:47.949855+0000 mon.smithi153 (mon.0) 411 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:02:49.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:48.690763+0000 mon.smithi153 (mon.0) 412 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:50.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:48.950957+0000 mon.smithi153 (mon.0) 413 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-13T21:02:50.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:48.951016+0000 mon.smithi153 (mon.0) 414 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-13T21:02:50.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:48.951559+0000 mon.smithi153 (mon.0) 415 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:02:50.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:48.957094+0000 mon.smithi153 (mon.0) 416 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:02:50.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:49.070837+0000 mon.smithi153 (mon.0) 417 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:50.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:49.950014+0000 mon.smithi153 (mon.0) 418 : cluster [INF] osd.5 [v2:172.21.15.160:6808/3898010856,v1:172.21.15.160:6809/3898010856] boot 2024-02-13T21:02:50.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:49.950060+0000 mon.smithi153 (mon.0) 419 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-13T21:02:50.250 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:49.950197+0000 mon.smithi153 (mon.0) 420 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:02:50.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:48.950957+0000 mon.smithi153 (mon.0) 413 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-13T21:02:50.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:48.951016+0000 mon.smithi153 (mon.0) 414 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-13T21:02:50.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:48.951559+0000 mon.smithi153 (mon.0) 415 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:02:50.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:48.957094+0000 mon.smithi153 (mon.0) 416 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:02:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:49.070837+0000 mon.smithi153 (mon.0) 417 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:49.950014+0000 mon.smithi153 (mon.0) 418 : cluster [INF] osd.5 [v2:172.21.15.160:6808/3898010856,v1:172.21.15.160:6809/3898010856] boot 2024-02-13T21:02:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:49.950060+0000 mon.smithi153 (mon.0) 419 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-13T21:02:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:49.950197+0000 mon.smithi153 (mon.0) 420 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:02:51.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:48.827805+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:02:51.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:48.827885+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:02:51.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:49.413966+0000 mgr.smithi153.unkvxi (mgr.14162) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:51.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:50.954230+0000 mon.smithi153 (mon.0) 421 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-13T21:02:51.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:48.827805+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:02:51.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:48.827885+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:02:51.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:49.413966+0000 mgr.smithi153.unkvxi (mgr.14162) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-13T21:02:51.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:50.954230+0000 mon.smithi153 (mon.0) 421 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-13T21:02:53.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:51.414340+0000 mgr.smithi153.unkvxi (mgr.14162) 174 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:02:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:51.953371+0000 mon.smithi153 (mon.0) 422 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-13T21:02:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:52.526152+0000 mon.smithi153 (mon.0) 423 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:02:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:52.527778+0000 mon.smithi153 (mon.0) 424 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:02:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:52.528493+0000 mon.smithi153 (mon.0) 425 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:52.947178+0000 mon.smithi153 (mon.0) 426 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:53.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:51.414340+0000 mgr.smithi153.unkvxi (mgr.14162) 174 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:02:53.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:51.953371+0000 mon.smithi153 (mon.0) 422 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-13T21:02:53.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:52.526152+0000 mon.smithi153 (mon.0) 423 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:02:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:52.527778+0000 mon.smithi153 (mon.0) 424 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:02:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:52.528493+0000 mon.smithi153 (mon.0) 425 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:02:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:52.947178+0000 mon.smithi153 (mon.0) 426 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:54.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:52.525181+0000 mgr.smithi153.unkvxi (mgr.14162) 175 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:02:54.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:02:52.527533+0000 mgr.smithi153.unkvxi (mgr.14162) 176 : cephadm [INF] Applying service osd.None on host smithi160... 2024-02-13T21:02:54.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:02:52.942743+0000 mgr.smithi153.unkvxi (mgr.14162) 177 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-13T21:02:54.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:52.950787+0000 mon.smithi153 (mon.0) 427 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:54.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:52.955272+0000 mon.smithi153 (mon.0) 428 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:54.330 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:52.525181+0000 mgr.smithi153.unkvxi (mgr.14162) 175 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:02:54.330 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:02:52.527533+0000 mgr.smithi153.unkvxi (mgr.14162) 176 : cephadm [INF] Applying service osd.None on host smithi160... 2024-02-13T21:02:54.330 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:02:52.942743+0000 mgr.smithi153.unkvxi (mgr.14162) 177 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-13T21:02:54.330 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:52.950787+0000 mon.smithi153 (mon.0) 427 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:54.330 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:52.955272+0000 mon.smithi153 (mon.0) 428 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:02:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:53.414691+0000 mgr.smithi153.unkvxi (mgr.14162) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:02:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:54.755606+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='client.? 172.21.15.160:0/2725823027' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "456328e8-da5c-484c-8cac-bb004d7fb9b2"}]: dispatch 2024-02-13T21:02:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:54.756080+0000 mon.smithi153 (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "456328e8-da5c-484c-8cac-bb004d7fb9b2"}]: dispatch 2024-02-13T21:02:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:54.760291+0000 mon.smithi153 (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "456328e8-da5c-484c-8cac-bb004d7fb9b2"}]': finished 2024-02-13T21:02:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:54.760340+0000 mon.smithi153 (mon.0) 431 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-13T21:02:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:54.760461+0000 mon.smithi153 (mon.0) 432 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:02:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:53.414691+0000 mgr.smithi153.unkvxi (mgr.14162) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:02:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:54.755606+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='client.? 172.21.15.160:0/2725823027' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "456328e8-da5c-484c-8cac-bb004d7fb9b2"}]: dispatch 2024-02-13T21:02:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:54.756080+0000 mon.smithi153 (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "456328e8-da5c-484c-8cac-bb004d7fb9b2"}]: dispatch 2024-02-13T21:02:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:54.760291+0000 mon.smithi153 (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "456328e8-da5c-484c-8cac-bb004d7fb9b2"}]': finished 2024-02-13T21:02:55.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:54.760340+0000 mon.smithi153 (mon.0) 431 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-13T21:02:55.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:54.760461+0000 mon.smithi153 (mon.0) 432 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:02:56.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:55.190841+0000 mon.smithi160 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.160:0/694249155' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:02:56.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:55.219783+0000 mon.smithi153 (mon.0) 433 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:02:56.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:55.219942+0000 mon.smithi153 (mon.0) 434 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:02:56.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:55.190841+0000 mon.smithi160 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.160:0/694249155' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:02:56.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:55.219783+0000 mon.smithi153 (mon.0) 433 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:02:56.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:55.219942+0000 mon.smithi153 (mon.0) 434 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:02:57.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:55.415188+0000 mgr.smithi153.unkvxi (mgr.14162) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:02:57.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:55.415188+0000 mgr.smithi153.unkvxi (mgr.14162) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:02:58.669 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:57.257327+0000 mon.smithi153 (mon.0) 435 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:58.669 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:02:57.260186+0000 mon.smithi153 (mon.0) 436 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:58.669 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:02:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:57.415466+0000 mgr.smithi153.unkvxi (mgr.14162) 180 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:02:58.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:57.257327+0000 mon.smithi153 (mon.0) 435 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:58.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:02:57.260186+0000 mon.smithi153 (mon.0) 436 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:02:58.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:02:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:57.415466+0000 mgr.smithi153.unkvxi (mgr.14162) 180 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:00.662 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:02:59.415815+0000 mgr.smithi153.unkvxi (mgr.14162) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:00.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:02:59.415815+0000 mgr.smithi153.unkvxi (mgr.14162) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:01.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:00.683677+0000 mon.smithi153 (mon.0) 437 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-13T21:03:01.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:00.684549+0000 mon.smithi153 (mon.0) 438 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:03:01.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:03:00.685159+0000 mgr.smithi153.unkvxi (mgr.14162) 182 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-02-13T21:03:01.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:00.683677+0000 mon.smithi153 (mon.0) 437 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-13T21:03:01.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:00.684549+0000 mon.smithi153 (mon.0) 438 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:03:01.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:03:00.685159+0000 mgr.smithi153.unkvxi (mgr.14162) 182 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-02-13T21:03:02.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:01.416218+0000 mgr.smithi153.unkvxi (mgr.14162) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:02.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:01.416218+0000 mgr.smithi153.unkvxi (mgr.14162) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:04.209 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 6 on host 'smithi160' 2024-02-13T21:03:04.759 DEBUG:teuthology.orchestra.run.smithi160:osd.6> sudo journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.6.service 2024-02-13T21:03:04.762 INFO:tasks.cephadm:Deploying osd.7 on smithi160 with /dev/vg_nvme/lv_1... 2024-02-13T21:03:04.762 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-13T21:03:04.796 INFO:journalctl@ceph.osd.6.smithi160.stdout:-- Logs begin at Tue 2024-02-13 20:50:40 UTC. -- 2024-02-13T21:03:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:03.416539+0000 mgr.smithi153.unkvxi (mgr.14162) 184 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:04.198122+0000 mon.smithi153 (mon.0) 439 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:03:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:04.203079+0000 mon.smithi153 (mon.0) 440 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:04.208396+0000 mon.smithi153 (mon.0) 441 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:05.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:03.416539+0000 mgr.smithi153.unkvxi (mgr.14162) 184 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:05.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:04.198122+0000 mon.smithi153 (mon.0) 439 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:03:05.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:04.203079+0000 mon.smithi153 (mon.0) 440 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:05.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:04.208396+0000 mon.smithi153 (mon.0) 441 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:07.174 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-13T21:03:07.175 INFO:teuthology.orchestra.run.smithi160.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-13T21:03:07.175 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2024-02-13T21:03:07.175 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2024-02-13T21:03:07.175 INFO:teuthology.orchestra.run.smithi160.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127675 s, 821 MB/s 2024-02-13T21:03:07.175 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 2024-02-13T21:03:07.175 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2024-02-13T21:03:07.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:05.416850+0000 mgr.smithi153.unkvxi (mgr.14162) 185 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:07.209 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:05.416850+0000 mgr.smithi153.unkvxi (mgr.14162) 185 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:07.502 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:03:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6[46158]: debug 2024-02-13T21:03:07.296+0000 7fa886a46080 -1 osd.6 0 log_to_monitors {default=true} 2024-02-13T21:03:08.141 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:07.300509+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/1241702703,v1:172.21.15.160:6817/1241702703]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T21:03:08.142 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:07.300966+0000 mon.smithi153 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T21:03:08.161 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_1 2024-02-13T21:03:08.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:07.300509+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/1241702703,v1:172.21.15.160:6817/1241702703]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T21:03:08.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:07.300966+0000 mon.smithi153 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T21:03:09.256 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:03:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6[46158]: debug 2024-02-13T21:03:08.952+0000 7fa87e7ba700 -1 osd.6 0 waiting for initial osdmap 2024-02-13T21:03:09.256 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:03:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6[46158]: debug 2024-02-13T21:03:08.959+0000 7fa878f32700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-13T21:03:09.256 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:07.417266+0000 mgr.smithi153.unkvxi (mgr.14162) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:09.256 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:07.946363+0000 mon.smithi153 (mon.0) 443 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-13T21:03:09.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:07.946440+0000 mon.smithi153 (mon.0) 444 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-13T21:03:09.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:07.946554+0000 mon.smithi153 (mon.0) 445 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:03:09.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:07.947436+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/1241702703,v1:172.21.15.160:6817/1241702703]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:03:09.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:07.947756+0000 mon.smithi153 (mon.0) 446 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:03:09.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:08.282265+0000 mon.smithi153 (mon.0) 447 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:09.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:08.466585+0000 mon.smithi153 (mon.0) 448 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:07.417266+0000 mgr.smithi153.unkvxi (mgr.14162) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:07.946363+0000 mon.smithi153 (mon.0) 443 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-13T21:03:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:07.946440+0000 mon.smithi153 (mon.0) 444 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-13T21:03:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:07.946554+0000 mon.smithi153 (mon.0) 445 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:03:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:07.947436+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/1241702703,v1:172.21.15.160:6817/1241702703]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:03:09.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:07.947756+0000 mon.smithi153 (mon.0) 446 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:03:09.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:08.282265+0000 mon.smithi153 (mon.0) 447 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:09.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:08.466585+0000 mon.smithi153 (mon.0) 448 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:10.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:08.950094+0000 mon.smithi153 (mon.0) 449 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-13T21:03:10.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:08.950164+0000 mon.smithi153 (mon.0) 450 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-13T21:03:10.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:08.950789+0000 mon.smithi153 (mon.0) 451 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:03:10.105 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:08.954277+0000 mon.smithi153 (mon.0) 452 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:03:10.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:08.950094+0000 mon.smithi153 (mon.0) 449 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-13T21:03:10.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:08.950164+0000 mon.smithi153 (mon.0) 450 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-13T21:03:10.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:08.950789+0000 mon.smithi153 (mon.0) 451 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:03:10.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:08.954277+0000 mon.smithi153 (mon.0) 452 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:03:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:08.317664+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:03:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:08.317771+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:03:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:09.417598+0000 mgr.smithi153.unkvxi (mgr.14162) 187 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:09.952734+0000 mon.smithi153 (mon.0) 453 : cluster [INF] osd.6 [v2:172.21.15.160:6816/1241702703,v1:172.21.15.160:6817/1241702703] boot 2024-02-13T21:03:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:09.952794+0000 mon.smithi153 (mon.0) 454 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-13T21:03:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:09.953557+0000 mon.smithi153 (mon.0) 455 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:03:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:10.570833+0000 mon.smithi153 (mon.0) 456 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:03:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:10.572489+0000 mon.smithi153 (mon.0) 457 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:03:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:10.573260+0000 mon.smithi153 (mon.0) 458 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:03:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:10.951640+0000 mon.smithi153 (mon.0) 459 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-13T21:03:11.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:08.317664+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:03:11.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:08.317771+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:03:11.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:09.417598+0000 mgr.smithi153.unkvxi (mgr.14162) 187 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-13T21:03:11.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:09.952734+0000 mon.smithi153 (mon.0) 453 : cluster [INF] osd.6 [v2:172.21.15.160:6816/1241702703,v1:172.21.15.160:6817/1241702703] boot 2024-02-13T21:03:11.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:09.952794+0000 mon.smithi153 (mon.0) 454 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-13T21:03:11.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:09.953557+0000 mon.smithi153 (mon.0) 455 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:03:11.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:10.570833+0000 mon.smithi153 (mon.0) 456 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T21:03:11.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:10.572489+0000 mon.smithi153 (mon.0) 457 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T21:03:11.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:10.573260+0000 mon.smithi153 (mon.0) 458 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:03:11.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:10.951640+0000 mon.smithi153 (mon.0) 459 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-13T21:03:12.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:10.569897+0000 mgr.smithi153.unkvxi (mgr.14162) 188 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:03:12.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:03:10.572235+0000 mgr.smithi153.unkvxi (mgr.14162) 189 : cephadm [INF] Applying service osd.None on host smithi160... 2024-02-13T21:03:12.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:11.953168+0000 mon.smithi153 (mon.0) 460 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-13T21:03:12.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:10.569897+0000 mgr.smithi153.unkvxi (mgr.14162) 188 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:03:12.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:03:10.572235+0000 mgr.smithi153.unkvxi (mgr.14162) 189 : cephadm [INF] Applying service osd.None on host smithi160... 2024-02-13T21:03:12.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:11.953168+0000 mon.smithi153 (mon.0) 460 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-13T21:03:13.250 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:11.418034+0000 mgr.smithi153.unkvxi (mgr.14162) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:13.250 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:12.814311+0000 mon.smithi153 (mon.0) 461 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:13.250 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:12.818237+0000 mon.smithi153 (mon.0) 462 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:13.250 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:12.821090+0000 mon.smithi153 (mon.0) 463 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:03:13.250 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:12.825330+0000 mon.smithi153 (mon.0) 464 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:13.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:11.418034+0000 mgr.smithi153.unkvxi (mgr.14162) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:13.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:12.814311+0000 mon.smithi153 (mon.0) 461 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:13.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:12.818237+0000 mon.smithi153 (mon.0) 462 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:13.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:12.821090+0000 mon.smithi153 (mon.0) 463 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:03:13.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:12.825330+0000 mon.smithi153 (mon.0) 464 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:03:12.809214+0000 mgr.smithi153.unkvxi (mgr.14162) 191 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-13T21:03:14.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:03:12.809214+0000 mgr.smithi153.unkvxi (mgr.14162) 191 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-13T21:03:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:13.418530+0000 mgr.smithi153.unkvxi (mgr.14162) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:14.234330+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='client.? 172.21.15.160:0/363684402' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ca70cf0-c267-4406-8d60-d8cac5795cc1"}]: dispatch 2024-02-13T21:03:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:14.234879+0000 mon.smithi153 (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ca70cf0-c267-4406-8d60-d8cac5795cc1"}]: dispatch 2024-02-13T21:03:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:14.239514+0000 mon.smithi153 (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ca70cf0-c267-4406-8d60-d8cac5795cc1"}]': finished 2024-02-13T21:03:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:14.239566+0000 mon.smithi153 (mon.0) 467 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-13T21:03:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:14.239706+0000 mon.smithi153 (mon.0) 468 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:03:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:14.639854+0000 mon.smithi160 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.160:0/3728975078' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:03:15.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:13.418530+0000 mgr.smithi153.unkvxi (mgr.14162) 192 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:15.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:14.234330+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='client.? 172.21.15.160:0/363684402' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ca70cf0-c267-4406-8d60-d8cac5795cc1"}]: dispatch 2024-02-13T21:03:15.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:14.234879+0000 mon.smithi153 (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ca70cf0-c267-4406-8d60-d8cac5795cc1"}]: dispatch 2024-02-13T21:03:15.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:14.239514+0000 mon.smithi153 (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ca70cf0-c267-4406-8d60-d8cac5795cc1"}]': finished 2024-02-13T21:03:15.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:14.239566+0000 mon.smithi153 (mon.0) 467 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-13T21:03:15.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:14.239706+0000 mon.smithi153 (mon.0) 468 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:03:15.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:14.639854+0000 mon.smithi160 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.160:0/3728975078' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T21:03:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:15.418967+0000 mgr.smithi153.unkvxi (mgr.14162) 193 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:17.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:15.418967+0000 mgr.smithi153.unkvxi (mgr.14162) 193 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:19.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:17.419455+0000 mgr.smithi153.unkvxi (mgr.14162) 194 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:19.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:17.419455+0000 mgr.smithi153.unkvxi (mgr.14162) 194 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:21.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:19.419803+0000 mgr.smithi153.unkvxi (mgr.14162) 195 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:21.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:20.372144+0000 mon.smithi153 (mon.0) 469 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-13T21:03:21.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:20.373033+0000 mon.smithi153 (mon.0) 470 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:03:21.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:19.419803+0000 mgr.smithi153.unkvxi (mgr.14162) 195 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:21.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:20.372144+0000 mon.smithi153 (mon.0) 469 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-13T21:03:21.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:20.373033+0000 mon.smithi153 (mon.0) 470 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:03:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:03:20.373730+0000 mgr.smithi153.unkvxi (mgr.14162) 196 : cephadm [INF] Deploying daemon osd.7 on smithi160 2024-02-13T21:03:22.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:03:20.373730+0000 mgr.smithi153.unkvxi (mgr.14162) 196 : cephadm [INF] Deploying daemon osd.7 on smithi160 2024-02-13T21:03:23.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:21.420245+0000 mgr.smithi153.unkvxi (mgr.14162) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:23.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:21.420245+0000 mgr.smithi153.unkvxi (mgr.14162) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:23.937 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 7 on host 'smithi160' 2024-02-13T21:03:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:23.926757+0000 mon.smithi153 (mon.0) 471 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:03:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:23.931380+0000 mon.smithi153 (mon.0) 472 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:23.936037+0000 mon.smithi153 (mon.0) 473 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:24.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:23.926757+0000 mon.smithi153 (mon.0) 471 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:03:24.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:23.931380+0000 mon.smithi153 (mon.0) 472 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:24.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:23.936037+0000 mon.smithi153 (mon.0) 473 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:24.563 DEBUG:teuthology.orchestra.run.smithi160:osd.7> sudo journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.7.service 2024-02-13T21:03:24.565 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-13T21:03:24.565 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T21:03:24.598 INFO:journalctl@ceph.osd.7.smithi160.stdout:-- Logs begin at Tue 2024-02-13 20:50:40 UTC. -- 2024-02-13T21:03:25.249 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:23.420580+0000 mgr.smithi153.unkvxi (mgr.14162) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:25.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:23.420580+0000 mgr.smithi153.unkvxi (mgr.14162) 198 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:26.752 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:03:27.095 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:25.420996+0000 mgr.smithi153.unkvxi (mgr.14162) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:27.095 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:26.402587+0000 mon.smithi153 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:27.095 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:26.753510+0000 mon.smithi153 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.153:0/2574691307' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T21:03:27.095 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:26.985641+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/3566551785,v1:172.21.15.160:6825/3566551785]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T21:03:27.095 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:26.986004+0000 mon.smithi153 (mon.0) 476 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T21:03:27.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:03:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.7[49034]: debug 2024-02-13T21:03:26.982+0000 7f60307a8080 -1 osd.7 0 log_to_monitors {default=true} 2024-02-13T21:03:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:25.420996+0000 mgr.smithi153.unkvxi (mgr.14162) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:26.402587+0000 mon.smithi153 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:26.753510+0000 mon.smithi153 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.153:0/2574691307' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T21:03:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:26.985641+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/3566551785,v1:172.21.15.160:6825/3566551785]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T21:03:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:26.986004+0000 mon.smithi153 (mon.0) 476 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T21:03:27.547 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1707858189,"num_in_osds":8,"osd_in_since":1707858194,"num_remapped_pgs":0} 2024-02-13T21:03:28.548 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T21:03:28.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:27.404734+0000 mon.smithi153 (mon.0) 477 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-13T21:03:28.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:27.404790+0000 mon.smithi153 (mon.0) 478 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-13T21:03:28.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:27.404935+0000 mon.smithi153 (mon.0) 479 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:03:28.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:27.405654+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/3566551785,v1:172.21.15.160:6825/3566551785]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:03:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:27.405991+0000 mon.smithi153 (mon.0) 480 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:03:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:27.421421+0000 mgr.smithi153.unkvxi (mgr.14162) 200 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:27.404734+0000 mon.smithi153 (mon.0) 477 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-13T21:03:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:27.404790+0000 mon.smithi153 (mon.0) 478 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-13T21:03:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:27.404935+0000 mon.smithi153 (mon.0) 479 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:03:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:27.405654+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/3566551785,v1:172.21.15.160:6825/3566551785]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:03:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:27.405991+0000 mon.smithi153 (mon.0) 480 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:03:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:27.421421+0000 mgr.smithi153.unkvxi (mgr.14162) 200 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:28.754 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:03:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.7[49034]: debug 2024-02-13T21:03:28.412+0000 7f6026d19700 -1 osd.7 0 waiting for initial osdmap 2024-02-13T21:03:28.754 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:03:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.7[49034]: debug 2024-02-13T21:03:28.419+0000 7f601f48d700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-13T21:03:29.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:28.410743+0000 mon.smithi153 (mon.0) 481 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-13T21:03:29.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:28.410851+0000 mon.smithi153 (mon.0) 482 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-13T21:03:29.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:28.411002+0000 mon.smithi153 (mon.0) 483 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:03:29.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:28.413953+0000 mon.smithi153 (mon.0) 484 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:03:29.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:28.410743+0000 mon.smithi153 (mon.0) 481 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-13T21:03:29.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:28.410851+0000 mon.smithi153 (mon.0) 482 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-13T21:03:29.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:28.411002+0000 mon.smithi153 (mon.0) 483 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:03:29.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:28.413953+0000 mon.smithi153 (mon.0) 484 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:03:30.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:27.935432+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:03:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:27.935526+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:03:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:29.410976+0000 mon.smithi153 (mon.0) 485 : cluster [INF] osd.7 [v2:172.21.15.160:6824/3566551785,v1:172.21.15.160:6825/3566551785] boot 2024-02-13T21:03:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:29.411059+0000 mon.smithi153 (mon.0) 486 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-13T21:03:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:29.411424+0000 mon.smithi153 (mon.0) 487 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:03:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:29.421724+0000 mgr.smithi153.unkvxi (mgr.14162) 201 : cluster [DBG] pgmap v176: 1 pgs: 1 peering; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:03:29.634754+0000 mgr.smithi153.unkvxi (mgr.14162) 202 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-13T21:03:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:29.639330+0000 mon.smithi153 (mon.0) 488 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:29.644591+0000 mon.smithi153 (mon.0) 489 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:29.647024+0000 mon.smithi153 (mon.0) 490 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:03:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:29.652491+0000 mon.smithi153 (mon.0) 491 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:27.935432+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:27.935526+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:29.410976+0000 mon.smithi153 (mon.0) 485 : cluster [INF] osd.7 [v2:172.21.15.160:6824/3566551785,v1:172.21.15.160:6825/3566551785] boot 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:29.411059+0000 mon.smithi153 (mon.0) 486 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:29.411424+0000 mon.smithi153 (mon.0) 487 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:29.421724+0000 mgr.smithi153.unkvxi (mgr.14162) 201 : cluster [DBG] pgmap v176: 1 pgs: 1 peering; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:03:29.634754+0000 mgr.smithi153.unkvxi (mgr.14162) 202 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:29.639330+0000 mon.smithi153 (mon.0) 488 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:29.644591+0000 mon.smithi153 (mon.0) 489 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:29.647024+0000 mon.smithi153 (mon.0) 490 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:03:30.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:29.652491+0000 mon.smithi153 (mon.0) 491 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:03:30.845 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:03:31.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:30.414924+0000 mon.smithi153 (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-13T21:03:31.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:30.415064+0000 mon.smithi153 (mon.0) 493 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-13T21:03:31.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:30.846319+0000 mon.smithi153 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.153:0/417741956' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T21:03:31.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:31.413815+0000 mon.smithi153 (mon.0) 495 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-13T21:03:31.559 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1707858209,"num_in_osds":8,"osd_in_since":1707858194,"num_remapped_pgs":0} 2024-02-13T21:03:31.560 INFO:tasks.cephadm:Setting up client nodes... 2024-02-13T21:03:31.560 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-13T21:03:31.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:30.414924+0000 mon.smithi153 (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-13T21:03:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:30.415064+0000 mon.smithi153 (mon.0) 493 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-13T21:03:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:30.846319+0000 mon.smithi153 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.153:0/417741956' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T21:03:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:31.413815+0000 mon.smithi153 (mon.0) 495 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-13T21:03:32.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:31.422244+0000 mgr.smithi153.unkvxi (mgr.14162) 203 : cluster [DBG] pgmap v179: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:32.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:31.422244+0000 mgr.smithi153.unkvxi (mgr.14162) 203 : cluster [DBG] pgmap v179: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:33.649 INFO:teuthology.orchestra.run.smithi153.stdout:[client.0] 2024-02-13T21:03:33.649 INFO:teuthology.orchestra.run.smithi153.stdout: key = AQAl2ctleAuWJhAAvRMczhNELJ7eZV6rMp2pqg== 2024-02-13T21:03:34.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:33.647215+0000 mon.smithi153 (mon.0) 496 : audit [INF] from='client.? 172.21.15.153:0/3498528243' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T21:03:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:33.650549+0000 mon.smithi153 (mon.0) 497 : audit [INF] from='client.? 172.21.15.153:0/3498528243' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T21:03:34.430 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:33.647215+0000 mon.smithi153 (mon.0) 496 : audit [INF] from='client.? 172.21.15.153:0/3498528243' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T21:03:34.431 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:33.650549+0000 mon.smithi153 (mon.0) 497 : audit [INF] from='client.? 172.21.15.153:0/3498528243' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T21:03:34.450 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-13T21:03:34.450 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-13T21:03:34.450 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-13T21:03:34.491 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T21:03:34.753 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:03:35.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:33.422577+0000 mgr.smithi153.unkvxi (mgr.14162) 204 : cluster [DBG] pgmap v180: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:35.270 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:33.422577+0000 mgr.smithi153.unkvxi (mgr.14162) 204 : cluster [DBG] pgmap v180: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:36.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:35.947144+0000 mon.smithi153 (mon.0) 498 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-02-13T21:03:36.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:35.947204+0000 mon.smithi153 (mon.0) 499 : cluster [INF] Cluster is now healthy 2024-02-13T21:03:36.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:35.947144+0000 mon.smithi153 (mon.0) 498 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-02-13T21:03:36.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:35.947204+0000 mon.smithi153 (mon.0) 499 : cluster [INF] Cluster is now healthy 2024-02-13T21:03:36.851 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:03:36.851 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":51,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","created":"2024-02-13T20:57:47.610622+0000","modified":"2024-02-13T21:03:31.410196+0000","last_up_change":"2024-02-13T21:03:29.407219+0000","last_in_change":"2024-02-13T21:03:14.235507+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-13T21:01:50.296675+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":"6ed2a873-e52b-46ab-88f0-21a9f47bb4b7","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.153:6802","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6803","nonce":4184525090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6805","nonce":4184525090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6809","nonce":4184525090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6807","nonce":4184525090}]},"public_addr":"172.21.15.153:6803/4184525090","cluster_addr":"172.21.15.153:6805/4184525090","heartbeat_back_addr":"172.21.15.153:6809/4184525090","heartbeat_front_addr":"172.21.15.153:6807/4184525090","state":["exists","up"]},{"osd":1,"uuid":"ff11e0c0-cd40-4e4d-b70a-07e26e339ee2","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.153:6810","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6811","nonce":1910855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6813","nonce":1910855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6817","nonce":1910855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6815","nonce":1910855232}]},"public_addr":"172.21.15.153:6811/1910855232","cluster_addr":"172.21.15.153:6813/1910855232","heartbeat_back_addr":"172.21.15.153:6817/1910855232","heartbeat_front_addr":"172.21.15.153:6815/1910855232","state":["exists","up"]},{"osd":2,"uuid":"7a0def85-a5f7-41ce-b333-0b5975e11d69","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.153:6818","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6819","nonce":1846576629}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6821","nonce":1846576629}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6825","nonce":1846576629}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6823","nonce":1846576629}]},"public_addr":"172.21.15.153:6819/1846576629","cluster_addr":"172.21.15.153:6821/1846576629","heartbeat_back_addr":"172.21.15.153:6825/1846576629","heartbeat_front_addr":"172.21.15.153:6823/1846576629","state":["exists","up"]},{"osd":3,"uuid":"0a864d59-863e-4358-bd28-5a9b807a69bb","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.153:6826","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6827","nonce":1732481578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6829","nonce":1732481578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6832","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6833","nonce":1732481578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6831","nonce":1732481578}]},"public_addr":"172.21.15.153:6827/1732481578","cluster_addr":"172.21.15.153:6829/1732481578","heartbeat_back_addr":"172.21.15.153:6833/1732481578","heartbeat_front_addr":"172.21.15.153:6831/1732481578","state":["exists","up"]},{"osd":4,"uuid":"fbc4bd2e-1c72-4c6e-816b-fe78b4c5e15b","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.160:6800","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6801","nonce":3019484476}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6803","nonce":3019484476}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6807","nonce":3019484476}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6805","nonce":3019484476}]},"public_addr":"172.21.15.160:6801/3019484476","cluster_addr":"172.21.15.160:6803/3019484476","heartbeat_back_addr":"172.21.15.160:6807/3019484476","heartbeat_front_addr":"172.21.15.160:6805/3019484476","state":["exists","up"]},{"osd":5,"uuid":"cd3624d8-b2e4-4155-bef2-cb801c073888","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.160:6808","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6809","nonce":3898010856}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6811","nonce":3898010856}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6815","nonce":3898010856}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6813","nonce":3898010856}]},"public_addr":"172.21.15.160:6809/3898010856","cluster_addr":"172.21.15.160:6811/3898010856","heartbeat_back_addr":"172.21.15.160:6815/3898010856","heartbeat_front_addr":"172.21.15.160:6813/3898010856","state":["exists","up"]},{"osd":6,"uuid":"456328e8-da5c-484c-8cac-bb004d7fb9b2","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.160:6816","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6817","nonce":1241702703}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6819","nonce":1241702703}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6823","nonce":1241702703}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6821","nonce":1241702703}]},"public_addr":"172.21.15.160:6817/1241702703","cluster_addr":"172.21.15.160:6819/1241702703","heartbeat_back_addr":"172.21.15.160:6823/1241702703","heartbeat_front_addr":"172.21.15.160:6821/1241702703","state":["exists","up"]},{"osd":7,"uuid":"0ca70cf0-c267-4406-8d60-d8cac5795cc1","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.160:6824","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6825","nonce":3566551785}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6827","nonce":3566551785}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6831","nonce":3566551785}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6829","nonce":3566551785}]},"public_addr":"172.21.15.160:6825/3566551785","cluster_addr":"172.21.15.160:6827/3566551785","heartbeat_back_addr":"172.21.15.160:6831/3566551785","heartbeat_front_addr":"172.21.15.160:6829/3566551785","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-13T21:00:56.517541+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-13T21:01:26.131292+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-13T21:01:48.667921+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-13T21:02:12.679696+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-13T21:02:29.503753+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-13T21:02:48.827887+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-13T21:03:08.317774+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-13T21:03:27.935528+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.153:6801/52538819":"2024-02-14T20:58:55.021889+0000","172.21.15.153:6800/52538819":"2024-02-14T20:58:55.021889+0000","172.21.15.153:0/1600140953":"2024-02-14T20:58:55.021889+0000","172.21.15.153:0/3543385877":"2024-02-14T20:58:55.021889+0000","172.21.15.153:0/3125681512":"2024-02-14T20:58:38.893074+0000","172.21.15.153:6801/3915444004":"2024-02-14T20:58:38.893074+0000","172.21.15.153:6800/3915444004":"2024-02-14T20:58:38.893074+0000","172.21.15.153:0/91999266":"2024-02-14T20:58:38.893074+0000","172.21.15.153:6800/3419591439":"2024-02-14T20:58:17.890859+0000","172.21.15.153:0/3808682105":"2024-02-14T20:58:17.890859+0000","172.21.15.153:6801/3419591439":"2024-02-14T20:58:17.890859+0000","172.21.15.153:0/3025311780":"2024-02-14T20:58:17.890859+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-13T21:03:37.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:35.422898+0000 mgr.smithi153.unkvxi (mgr.14162) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:37.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:36.851175+0000 mon.smithi153 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.153:0/1805810634' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T21:03:37.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:35.422898+0000 mgr.smithi153.unkvxi (mgr.14162) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:36.851175+0000 mon.smithi153 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.153:0/1805810634' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T21:03:37.572 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-13T21:01:50.296675+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-13T21:03:37.573 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-13T21:03:37.795 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:03:39.344 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:37.423195+0000 mgr.smithi153.unkvxi (mgr.14162) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:39.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:37.423195+0000 mgr.smithi153.unkvxi (mgr.14162) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:39.798 INFO:teuthology.orchestra.run.smithi153.stdout:pg_num: 1 2024-02-13T21:03:40.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:39.799305+0000 mon.smithi153 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.153:0/2007328489' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-13T21:03:40.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:39.799305+0000 mon.smithi153 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.153:0/2007328489' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-13T21:03:40.655 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-13T21:03:40.656 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-13T21:03:40.656 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-13T21:03:40.879 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:03:41.364 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:39.423547+0000 mgr.smithi153.unkvxi (mgr.14162) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:41.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:39.423547+0000 mgr.smithi153.unkvxi (mgr.14162) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:42.906 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:03:43.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:41.424036+0000 mgr.smithi153.unkvxi (mgr.14162) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:43.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:42.902711+0000 mon.smithi153 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.153:0/1763499550' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-13T21:03:43.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:41.424036+0000 mgr.smithi153.unkvxi (mgr.14162) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:43.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:42.902711+0000 mon.smithi153 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.153:0/1763499550' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-13T21:03:43.686 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":18,"active_gid":14162,"active_name":"smithi153.unkvxi","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":1286738342},{"type":"v1","addr":"172.21.15.153:6801","nonce":1286738342}]},"active_addr":"172.21.15.153:6801/1286738342","active_change":"2024-02-13T20:58:55.022195+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14200,"name":"smithi160.twbahe","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":[]},"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":"haproxy","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":[]},"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":"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","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":[]},"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":"haproxy","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":[]},"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":"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://smithi153.front.sepia.ceph.com:8443/","prometheus":"http://smithi153.front.sepia.ceph.com: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.153:0","nonce":2026274682}]},{"addrvec":[{"type":"v2","addr":"172.21.15.153:0","nonce":237087069}]}]}} 2024-02-13T21:03:43.690 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-13T21:03:43.690 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-13T21:03:43.690 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T21:03:43.914 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:03:45.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:43.424492+0000 mgr.smithi153.unkvxi (mgr.14162) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:45.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:43.424492+0000 mgr.smithi153.unkvxi (mgr.14162) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:45.793 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:03:45.794 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":51,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","created":"2024-02-13T20:57:47.610622+0000","modified":"2024-02-13T21:03:31.410196+0000","last_up_change":"2024-02-13T21:03:29.407219+0000","last_in_change":"2024-02-13T21:03:14.235507+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-13T21:01:50.296675+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":"6ed2a873-e52b-46ab-88f0-21a9f47bb4b7","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.153:6802","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6803","nonce":4184525090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6805","nonce":4184525090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6809","nonce":4184525090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6807","nonce":4184525090}]},"public_addr":"172.21.15.153:6803/4184525090","cluster_addr":"172.21.15.153:6805/4184525090","heartbeat_back_addr":"172.21.15.153:6809/4184525090","heartbeat_front_addr":"172.21.15.153:6807/4184525090","state":["exists","up"]},{"osd":1,"uuid":"ff11e0c0-cd40-4e4d-b70a-07e26e339ee2","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.153:6810","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6811","nonce":1910855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6813","nonce":1910855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6817","nonce":1910855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6815","nonce":1910855232}]},"public_addr":"172.21.15.153:6811/1910855232","cluster_addr":"172.21.15.153:6813/1910855232","heartbeat_back_addr":"172.21.15.153:6817/1910855232","heartbeat_front_addr":"172.21.15.153:6815/1910855232","state":["exists","up"]},{"osd":2,"uuid":"7a0def85-a5f7-41ce-b333-0b5975e11d69","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.153:6818","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6819","nonce":1846576629}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6821","nonce":1846576629}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6825","nonce":1846576629}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6823","nonce":1846576629}]},"public_addr":"172.21.15.153:6819/1846576629","cluster_addr":"172.21.15.153:6821/1846576629","heartbeat_back_addr":"172.21.15.153:6825/1846576629","heartbeat_front_addr":"172.21.15.153:6823/1846576629","state":["exists","up"]},{"osd":3,"uuid":"0a864d59-863e-4358-bd28-5a9b807a69bb","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.153:6826","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6827","nonce":1732481578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6829","nonce":1732481578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6832","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6833","nonce":1732481578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6831","nonce":1732481578}]},"public_addr":"172.21.15.153:6827/1732481578","cluster_addr":"172.21.15.153:6829/1732481578","heartbeat_back_addr":"172.21.15.153:6833/1732481578","heartbeat_front_addr":"172.21.15.153:6831/1732481578","state":["exists","up"]},{"osd":4,"uuid":"fbc4bd2e-1c72-4c6e-816b-fe78b4c5e15b","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.160:6800","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6801","nonce":3019484476}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6803","nonce":3019484476}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6807","nonce":3019484476}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6805","nonce":3019484476}]},"public_addr":"172.21.15.160:6801/3019484476","cluster_addr":"172.21.15.160:6803/3019484476","heartbeat_back_addr":"172.21.15.160:6807/3019484476","heartbeat_front_addr":"172.21.15.160:6805/3019484476","state":["exists","up"]},{"osd":5,"uuid":"cd3624d8-b2e4-4155-bef2-cb801c073888","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.160:6808","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6809","nonce":3898010856}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6811","nonce":3898010856}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6815","nonce":3898010856}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6813","nonce":3898010856}]},"public_addr":"172.21.15.160:6809/3898010856","cluster_addr":"172.21.15.160:6811/3898010856","heartbeat_back_addr":"172.21.15.160:6815/3898010856","heartbeat_front_addr":"172.21.15.160:6813/3898010856","state":["exists","up"]},{"osd":6,"uuid":"456328e8-da5c-484c-8cac-bb004d7fb9b2","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.160:6816","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6817","nonce":1241702703}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6819","nonce":1241702703}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6823","nonce":1241702703}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6821","nonce":1241702703}]},"public_addr":"172.21.15.160:6817/1241702703","cluster_addr":"172.21.15.160:6819/1241702703","heartbeat_back_addr":"172.21.15.160:6823/1241702703","heartbeat_front_addr":"172.21.15.160:6821/1241702703","state":["exists","up"]},{"osd":7,"uuid":"0ca70cf0-c267-4406-8d60-d8cac5795cc1","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.160:6824","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6825","nonce":3566551785}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6827","nonce":3566551785}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6831","nonce":3566551785}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6829","nonce":3566551785}]},"public_addr":"172.21.15.160:6825/3566551785","cluster_addr":"172.21.15.160:6827/3566551785","heartbeat_back_addr":"172.21.15.160:6831/3566551785","heartbeat_front_addr":"172.21.15.160:6829/3566551785","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-13T21:00:56.517541+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-13T21:01:26.131292+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-13T21:01:48.667921+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-13T21:02:12.679696+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-13T21:02:29.503753+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-13T21:02:48.827887+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-13T21:03:08.317774+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-13T21:03:27.935528+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.153:6801/52538819":"2024-02-14T20:58:55.021889+0000","172.21.15.153:6800/52538819":"2024-02-14T20:58:55.021889+0000","172.21.15.153:0/1600140953":"2024-02-14T20:58:55.021889+0000","172.21.15.153:0/3543385877":"2024-02-14T20:58:55.021889+0000","172.21.15.153:0/3125681512":"2024-02-14T20:58:38.893074+0000","172.21.15.153:6801/3915444004":"2024-02-14T20:58:38.893074+0000","172.21.15.153:6800/3915444004":"2024-02-14T20:58:38.893074+0000","172.21.15.153:0/91999266":"2024-02-14T20:58:38.893074+0000","172.21.15.153:6800/3419591439":"2024-02-14T20:58:17.890859+0000","172.21.15.153:0/3808682105":"2024-02-14T20:58:17.890859+0000","172.21.15.153:6801/3419591439":"2024-02-14T20:58:17.890859+0000","172.21.15.153:0/3025311780":"2024-02-14T20:58:17.890859+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-13T21:03:46.084 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:45.794295+0000 mon.smithi153 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.153:0/2877826811' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T21:03:46.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:45.794295+0000 mon.smithi153 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.153:0/2877826811' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T21:03:46.552 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-13T21:03:46.553 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T21:03:46.775 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:03:47.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:45.425003+0000 mgr.smithi153.unkvxi (mgr.14162) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:47.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:45.425003+0000 mgr.smithi153.unkvxi (mgr.14162) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:48.712 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:03:48.712 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":51,"fsid":"76082ba2-cab2-11ee-95b9-87774f69a715","created":"2024-02-13T20:57:47.610622+0000","modified":"2024-02-13T21:03:31.410196+0000","last_up_change":"2024-02-13T21:03:29.407219+0000","last_in_change":"2024-02-13T21:03:14.235507+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-13T21:01:50.296675+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":"6ed2a873-e52b-46ab-88f0-21a9f47bb4b7","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.153:6802","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6803","nonce":4184525090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6805","nonce":4184525090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6809","nonce":4184525090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":4184525090},{"type":"v1","addr":"172.21.15.153:6807","nonce":4184525090}]},"public_addr":"172.21.15.153:6803/4184525090","cluster_addr":"172.21.15.153:6805/4184525090","heartbeat_back_addr":"172.21.15.153:6809/4184525090","heartbeat_front_addr":"172.21.15.153:6807/4184525090","state":["exists","up"]},{"osd":1,"uuid":"ff11e0c0-cd40-4e4d-b70a-07e26e339ee2","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.153:6810","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6811","nonce":1910855232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6813","nonce":1910855232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6817","nonce":1910855232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1910855232},{"type":"v1","addr":"172.21.15.153:6815","nonce":1910855232}]},"public_addr":"172.21.15.153:6811/1910855232","cluster_addr":"172.21.15.153:6813/1910855232","heartbeat_back_addr":"172.21.15.153:6817/1910855232","heartbeat_front_addr":"172.21.15.153:6815/1910855232","state":["exists","up"]},{"osd":2,"uuid":"7a0def85-a5f7-41ce-b333-0b5975e11d69","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.153:6818","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6819","nonce":1846576629}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6821","nonce":1846576629}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6825","nonce":1846576629}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":1846576629},{"type":"v1","addr":"172.21.15.153:6823","nonce":1846576629}]},"public_addr":"172.21.15.153:6819/1846576629","cluster_addr":"172.21.15.153:6821/1846576629","heartbeat_back_addr":"172.21.15.153:6825/1846576629","heartbeat_front_addr":"172.21.15.153:6823/1846576629","state":["exists","up"]},{"osd":3,"uuid":"0a864d59-863e-4358-bd28-5a9b807a69bb","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.153:6826","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6827","nonce":1732481578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6829","nonce":1732481578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6832","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6833","nonce":1732481578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":1732481578},{"type":"v1","addr":"172.21.15.153:6831","nonce":1732481578}]},"public_addr":"172.21.15.153:6827/1732481578","cluster_addr":"172.21.15.153:6829/1732481578","heartbeat_back_addr":"172.21.15.153:6833/1732481578","heartbeat_front_addr":"172.21.15.153:6831/1732481578","state":["exists","up"]},{"osd":4,"uuid":"fbc4bd2e-1c72-4c6e-816b-fe78b4c5e15b","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.160:6800","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6801","nonce":3019484476}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6803","nonce":3019484476}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6807","nonce":3019484476}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":3019484476},{"type":"v1","addr":"172.21.15.160:6805","nonce":3019484476}]},"public_addr":"172.21.15.160:6801/3019484476","cluster_addr":"172.21.15.160:6803/3019484476","heartbeat_back_addr":"172.21.15.160:6807/3019484476","heartbeat_front_addr":"172.21.15.160:6805/3019484476","state":["exists","up"]},{"osd":5,"uuid":"cd3624d8-b2e4-4155-bef2-cb801c073888","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.160:6808","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6809","nonce":3898010856}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6811","nonce":3898010856}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6815","nonce":3898010856}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":3898010856},{"type":"v1","addr":"172.21.15.160:6813","nonce":3898010856}]},"public_addr":"172.21.15.160:6809/3898010856","cluster_addr":"172.21.15.160:6811/3898010856","heartbeat_back_addr":"172.21.15.160:6815/3898010856","heartbeat_front_addr":"172.21.15.160:6813/3898010856","state":["exists","up"]},{"osd":6,"uuid":"456328e8-da5c-484c-8cac-bb004d7fb9b2","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.160:6816","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6817","nonce":1241702703}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6819","nonce":1241702703}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6823","nonce":1241702703}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":1241702703},{"type":"v1","addr":"172.21.15.160:6821","nonce":1241702703}]},"public_addr":"172.21.15.160:6817/1241702703","cluster_addr":"172.21.15.160:6819/1241702703","heartbeat_back_addr":"172.21.15.160:6823/1241702703","heartbeat_front_addr":"172.21.15.160:6821/1241702703","state":["exists","up"]},{"osd":7,"uuid":"0ca70cf0-c267-4406-8d60-d8cac5795cc1","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.160:6824","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6825","nonce":3566551785}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6827","nonce":3566551785}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6831","nonce":3566551785}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":3566551785},{"type":"v1","addr":"172.21.15.160:6829","nonce":3566551785}]},"public_addr":"172.21.15.160:6825/3566551785","cluster_addr":"172.21.15.160:6827/3566551785","heartbeat_back_addr":"172.21.15.160:6831/3566551785","heartbeat_front_addr":"172.21.15.160:6829/3566551785","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-13T21:00:56.517541+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-13T21:01:26.131292+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-13T21:01:48.667921+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-13T21:02:12.679696+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-13T21:02:29.503753+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-13T21:02:48.827887+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-13T21:03:08.317774+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-13T21:03:27.935528+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.153:6801/52538819":"2024-02-14T20:58:55.021889+0000","172.21.15.153:6800/52538819":"2024-02-14T20:58:55.021889+0000","172.21.15.153:0/1600140953":"2024-02-14T20:58:55.021889+0000","172.21.15.153:0/3543385877":"2024-02-14T20:58:55.021889+0000","172.21.15.153:0/3125681512":"2024-02-14T20:58:38.893074+0000","172.21.15.153:6801/3915444004":"2024-02-14T20:58:38.893074+0000","172.21.15.153:6800/3915444004":"2024-02-14T20:58:38.893074+0000","172.21.15.153:0/91999266":"2024-02-14T20:58:38.893074+0000","172.21.15.153:6800/3419591439":"2024-02-14T20:58:17.890859+0000","172.21.15.153:0/3808682105":"2024-02-14T20:58:17.890859+0000","172.21.15.153:6801/3419591439":"2024-02-14T20:58:17.890859+0000","172.21.15.153:0/3025311780":"2024-02-14T20:58:17.890859+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-13T21:03:49.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:47.425378+0000 mgr.smithi153.unkvxi (mgr.14162) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:49.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:48.712696+0000 mon.smithi153 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.153:0/3112321770' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T21:03:49.469 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-13T21:03:49.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:47.425378+0000 mgr.smithi153.unkvxi (mgr.14162) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:49.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:48.712696+0000 mon.smithi153 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.153:0/3112321770' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T21:03:49.700 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:03:51.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:49.425781+0000 mgr.smithi153.unkvxi (mgr.14162) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:51.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:49.425781+0000 mgr.smithi153.unkvxi (mgr.14162) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:52.329 INFO:teuthology.orchestra.run.smithi153.stdout:38654705702 2024-02-13T21:03:52.330 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-13T21:03:52.553 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:03:53.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:51.426178+0000 mgr.smithi153.unkvxi (mgr.14162) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:51.426178+0000 mgr.smithi153.unkvxi (mgr.14162) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:55.054 INFO:teuthology.orchestra.run.smithi153.stdout:60129542177 2024-02-13T21:03:55.055 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-13T21:03:55.298 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:03:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:53.426449+0000 mgr.smithi153.unkvxi (mgr.14162) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:55.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:53.426449+0000 mgr.smithi153.unkvxi (mgr.14162) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:56.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:55.226419+0000 mon.smithi153 (mon.0) 505 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:03:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:03:55.226609+0000 mon.smithi153 (mon.0) 506 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:03:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:55.226419+0000 mon.smithi153 (mon.0) 505 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:03:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:03:55.226609+0000 mon.smithi153 (mon.0) 506 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:03:57.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:55.426822+0000 mgr.smithi153.unkvxi (mgr.14162) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:57.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:55.426822+0000 mgr.smithi153.unkvxi (mgr.14162) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:57.834 INFO:teuthology.orchestra.run.smithi153.stdout:81604378653 2024-02-13T21:03:57.834 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-13T21:03:58.058 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:03:59.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:03:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:57.427122+0000 mgr.smithi153.unkvxi (mgr.14162) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:03:59.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:03:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:57.427122+0000 mgr.smithi153.unkvxi (mgr.14162) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:00.937 INFO:teuthology.orchestra.run.smithi153.stdout:111669149721 2024-02-13T21:04:00.937 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-13T21:04:01.171 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:01.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:03:59.427419+0000 mgr.smithi153.unkvxi (mgr.14162) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:01.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:03:59.427419+0000 mgr.smithi153.unkvxi (mgr.14162) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:03.392 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:01.427761+0000 mgr.smithi153.unkvxi (mgr.14162) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:03.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:01.427761+0000 mgr.smithi153.unkvxi (mgr.14162) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:03.757 INFO:teuthology.orchestra.run.smithi153.stdout:133143986197 2024-02-13T21:04:03.757 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-13T21:04:03.983 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:05.345 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:03.428089+0000 mgr.smithi153.unkvxi (mgr.14162) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:05.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:03.428089+0000 mgr.smithi153.unkvxi (mgr.14162) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:06.645 INFO:teuthology.orchestra.run.smithi153.stdout:158913789969 2024-02-13T21:04:06.645 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-13T21:04:06.868 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:07.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:05.428521+0000 mgr.smithi153.unkvxi (mgr.14162) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:07.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:05.428521+0000 mgr.smithi153.unkvxi (mgr.14162) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:09.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:07.428920+0000 mgr.smithi153.unkvxi (mgr.14162) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:09.303 INFO:teuthology.orchestra.run.smithi153.stdout:184683593742 2024-02-13T21:04:09.303 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-13T21:04:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:07.428920+0000 mgr.smithi153.unkvxi (mgr.14162) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:09.531 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:11.253 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:09.429228+0000 mgr.smithi153.unkvxi (mgr.14162) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:11.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:09.429228+0000 mgr.smithi153.unkvxi (mgr.14162) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:11.868 INFO:teuthology.orchestra.run.smithi153.stdout:210453397514 2024-02-13T21:04:11.868 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-13T21:04:12.097 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:13.302 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:11.429580+0000 mgr.smithi153.unkvxi (mgr.14162) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:13.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:11.429580+0000 mgr.smithi153.unkvxi (mgr.14162) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:14.030 INFO:teuthology.orchestra.run.smithi153.stdout:38654705706 2024-02-13T21:04:14.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:14.031810+0000 mon.smithi153 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.153:0/1751928652' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-13T21:04:14.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:14.031810+0000 mon.smithi153 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.153:0/1751928652' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-13T21:04:14.726 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705702 got 38654705706 for osd.0 2024-02-13T21:04:14.727 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-13T21:04:14.951 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:15.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:13.430059+0000 mgr.smithi153.unkvxi (mgr.14162) 224 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:15.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:13.430059+0000 mgr.smithi153.unkvxi (mgr.14162) 224 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:17.024 INFO:teuthology.orchestra.run.smithi153.stdout:60129542181 2024-02-13T21:04:17.357 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:15.430699+0000 mgr.smithi153.unkvxi (mgr.14162) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:17.357 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:17.025665+0000 mon.smithi153 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.153:0/3446916344' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-13T21:04:17.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:15.430699+0000 mgr.smithi153.unkvxi (mgr.14162) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:17.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:17.025665+0000 mon.smithi153 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.153:0/3446916344' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-13T21:04:17.757 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542177 got 60129542181 for osd.1 2024-02-13T21:04:17.757 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-13T21:04:17.981 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:19.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:17.430977+0000 mgr.smithi153.unkvxi (mgr.14162) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:19.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:17.430977+0000 mgr.smithi153.unkvxi (mgr.14162) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:20.103 INFO:teuthology.orchestra.run.smithi153.stdout:81604378657 2024-02-13T21:04:20.797 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378653 got 81604378657 for osd.2 2024-02-13T21:04:20.798 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-13T21:04:21.022 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:21.349 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:19.431316+0000 mgr.smithi153.unkvxi (mgr.14162) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:21.350 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:20.104589+0000 mon.smithi153 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.153:0/2710866695' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-13T21:04:21.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:19.431316+0000 mgr.smithi153.unkvxi (mgr.14162) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:21.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:20.104589+0000 mon.smithi153 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.153:0/2710866695' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-13T21:04:23.111 INFO:teuthology.orchestra.run.smithi153.stdout:111669149725 2024-02-13T21:04:23.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:21.431752+0000 mgr.smithi153.unkvxi (mgr.14162) 228 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:23.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:21.431752+0000 mgr.smithi153.unkvxi (mgr.14162) 228 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:23.767 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149725 for osd.3 2024-02-13T21:04:23.767 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-13T21:04:23.996 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:24.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:23.112549+0000 mon.smithi153 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.153:0/760773613' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-13T21:04:24.434 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:23.112549+0000 mon.smithi153 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.153:0/760773613' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-13T21:04:25.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:23.432281+0000 mgr.smithi153.unkvxi (mgr.14162) 229 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:25.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:23.432281+0000 mgr.smithi153.unkvxi (mgr.14162) 229 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:25.955 INFO:teuthology.orchestra.run.smithi153.stdout:133143986201 2024-02-13T21:04:26.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:25.432568+0000 mgr.smithi153.unkvxi (mgr.14162) 230 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:26.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:25.956073+0000 mon.smithi153 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.153:0/2468489127' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-13T21:04:26.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:25.432568+0000 mgr.smithi153.unkvxi (mgr.14162) 230 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:26.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:25.956073+0000 mon.smithi153 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.153:0/2468489127' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-13T21:04:26.731 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986197 got 133143986201 for osd.4 2024-02-13T21:04:26.731 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-13T21:04:26.954 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:28.818 INFO:teuthology.orchestra.run.smithi153.stdout:158913789973 2024-02-13T21:04:29.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:27.433077+0000 mgr.smithi153.unkvxi (mgr.14162) 231 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:29.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:28.819119+0000 mon.smithi153 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.153:0/3637532166' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-13T21:04:29.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:27.433077+0000 mgr.smithi153.unkvxi (mgr.14162) 231 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:29.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:28.819119+0000 mon.smithi153 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.153:0/3637532166' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-13T21:04:29.780 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789969 got 158913789973 for osd.5 2024-02-13T21:04:29.780 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-13T21:04:30.023 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:30.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:29.655162+0000 mon.smithi153 (mon.0) 513 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:04:30.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:29.940350+0000 mon.smithi153 (mon.0) 514 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:04:30.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:29.655162+0000 mon.smithi153 (mon.0) 513 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:04:30.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:29.940350+0000 mon.smithi153 (mon.0) 514 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:04:31.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:29.433512+0000 mgr.smithi153.unkvxi (mgr.14162) 232 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:31.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:29.433512+0000 mgr.smithi153.unkvxi (mgr.14162) 232 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:31.975 INFO:teuthology.orchestra.run.smithi153.stdout:184683593747 2024-02-13T21:04:32.684 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593742 got 184683593747 for osd.6 2024-02-13T21:04:32.685 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-13T21:04:32.909 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:33.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:31.433884+0000 mgr.smithi153.unkvxi (mgr.14162) 233 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:33.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:31.976121+0000 mon.smithi153 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.153:0/17023293' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-13T21:04:33.388 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:31.433884+0000 mgr.smithi153.unkvxi (mgr.14162) 233 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:33.388 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:31.976121+0000 mon.smithi153 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.153:0/17023293' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-13T21:04:34.857 INFO:teuthology.orchestra.run.smithi153.stdout:210453397518 2024-02-13T21:04:35.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:33.434237+0000 mgr.smithi153.unkvxi (mgr.14162) 234 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:35.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:34.858303+0000 mon.smithi153 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.153:0/608957863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-13T21:04:35.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:33.434237+0000 mgr.smithi153.unkvxi (mgr.14162) 234 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:35.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:34.858303+0000 mon.smithi153 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.153:0/608957863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-13T21:04:35.666 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397514 got 210453397518 for osd.7 2024-02-13T21:04:35.666 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-13T21:04:35.666 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-13T21:04:35.893 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:37.118 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:35.434620+0000 mgr.smithi153.unkvxi (mgr.14162) 235 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:35.434620+0000 mgr.smithi153.unkvxi (mgr.14162) 235 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:37.776 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:04:37.778 INFO:teuthology.orchestra.run.smithi153.stderr:dumped all 2024-02-13T21:04:38.553 INFO:teuthology.orchestra.run.smithi153.stdout:{"pg_ready":true,"pg_map":{"version":212,"stamp":"2024-02-13T21:04:37.434808+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":43348,"kb_used_data":3924,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917868,"statfs":{"total":767960285184,"available":767915896832,"internally_reserved":0,"allocated":4018176,"data_stored":1602223,"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-13T21:03:31.435642+0000","last_change":"2024-02-13T21:03:31.435642+0000","last_active":"2024-02-13T21:03:31.435642+0000","last_peered":"2024-02-13T21:03:31.435642+0000","last_clean":"2024-02-13T21:03:31.435642+0000","last_became_active":"2024-02-13T21:03:31.435347+0000","last_became_peered":"2024-02-13T21:03:31.435347+0000","last_unstale":"2024-02-13T21:03:31.435642+0000","last_undegraded":"2024-02-13T21:03:31.435642+0000","last_fullsized":"2024-02-13T21:03:31.435642+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-13T21:01:51.041319+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-13T21:01:51.041319+0000","last_clean_scrub_stamp":"2024-02-13T21:01:51.041319+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":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.42399999999999999}]},{"osd":1,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.442}]},{"osd":2,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.47599999999999998}]},{"osd":3,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.51900000000000002}]},{"osd":4,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.59399999999999997}]},{"osd":5,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.504}]},{"osd":6,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.66600000000000004}]}]},{"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":5296,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739856,"statfs":{"total":95995035648,"available":95989612544,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.66200000000000003}]},{"osd":1,"last update":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.68500000000000005}]},{"osd":2,"last update":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.61499999999999999}]},{"osd":3,"last update":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.64500000000000002}]},{"osd":4,"last update":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.51500000000000001}]},{"osd":5,"last update":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.63}]},{"osd":7,"last update":"Tue Feb 13 21:04:33 2024","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.69799999999999995}]}]},{"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":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":[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":"Tue Feb 13 21:04:32 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.32400000000000001,"15min":0.29899999999999999},"min":{"1min":0.251,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.53600000000000003,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.38},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.33000000000000002,"15min":0.31},"min":{"1min":0.23000000000000001,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.34699999999999998}]},{"osd":2,"last update":"Tue Feb 13 21:03:54 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.35799999999999998,"15min":0.34999999999999998},"min":{"1min":0.252,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.315},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.35799999999999998,"15min":0.35199999999999998},"min":{"1min":0.25900000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.54500000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.36899999999999999}]},{"osd":3,"last update":"Tue Feb 13 21:04:15 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.42599999999999999,"15min":0.42699999999999999},"min":{"1min":0.33500000000000002,"5min":0.315,"15min":0.315},"max":{"1min":0.53600000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.41599999999999998,"15min":0.41699999999999998},"min":{"1min":0.32400000000000001,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.55400000000000005,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.33000000000000002}]},{"osd":4,"last update":"Tue Feb 13 21:04:32 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.53400000000000003,"15min":0.52200000000000002},"min":{"1min":0.38500000000000001,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.442},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.54500000000000004,"15min":0.53900000000000003},"min":{"1min":0.41199999999999998,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.41199999999999998}]},{"osd":5,"last update":"Tue Feb 13 21:03:54 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.52300000000000002}]},{"osd":6,"last update":"Tue Feb 13 21:04:10 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.54000000000000004}]},{"osd":7,"last update":"Tue Feb 13 21:04:30 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.496},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.45900000000000002}]}]},{"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":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":[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":"Tue Feb 13 21:04:33 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.32000000000000001,"15min":0.31},"min":{"1min":0.24199999999999999,"5min":0.17799999999999999,"15min":0.17799999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.34300000000000003,"15min":0.32400000000000001},"min":{"1min":0.20999999999999999,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.27700000000000002}]},{"osd":2,"last update":"Tue Feb 13 21:03:56 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.35399999999999998,"15min":0.34399999999999997},"min":{"1min":0.27700000000000002,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.34699999999999998,"15min":0.33900000000000002},"min":{"1min":0.254,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.30599999999999999}]},{"osd":3,"last update":"Tue Feb 13 21:04:15 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28899999999999998,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.61399999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.317},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40000000000000002,"15min":0.39800000000000002},"min":{"1min":0.313,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.56299999999999994,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.32900000000000001}]},{"osd":4,"last update":"Tue Feb 13 21:04:33 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.54500000000000004,"15min":0.54100000000000004},"min":{"1min":0.38400000000000001,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.54600000000000004,"15min":0.53900000000000003},"min":{"1min":0.378,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.503}]},{"osd":5,"last update":"Tue Feb 13 21:03:50 2024","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.55900000000000005}]},{"osd":6,"last update":"Tue Feb 13 21:04:11 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.437},{"interface":"front","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.52700000000000002}]},{"osd":7,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.54200000000000004}]}]},{"osd":2,"up_from":19,"seq":81604378661,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.32000000000000001,"15min":0.316},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.435,"5min":0.47599999999999998,"15min":0.47599999999999998},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.378,"5min":0.33800000000000002,"15min":0.33200000000000002},"min":{"1min":0.24399999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.30299999999999999}]},{"osd":1,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.32900000000000001,"15min":0.32500000000000001},"min":{"1min":0.253,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"last":0.24399999999999999},{"interface":"front","average":{"1min":0.377,"5min":0.34100000000000003,"15min":0.33500000000000002},"min":{"1min":0.28799999999999998,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.28100000000000003}]},{"osd":3,"last update":"Tue Feb 13 21:04:16 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27000000000000002,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.375,"5min":0.39900000000000002,"15min":0.40300000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.48399999999999999,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.34899999999999998}]},{"osd":4,"last update":"Tue Feb 13 21:04:32 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.52500000000000002,"15min":0.52300000000000002},"min":{"1min":0.38900000000000001,"5min":0.308,"15min":0.308},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.79400000000000004,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.40100000000000002}]},{"osd":5,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.41799999999999998}]},{"osd":6,"last update":"Tue Feb 13 21:04:16 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.48599999999999999}]},{"osd":7,"last update":"Tue Feb 13 21:04:32 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.502}]}]},{"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":"Tue Feb 13 21:04:18 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.378,"5min":0.39100000000000001,"15min":0.39300000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.56100000000000005,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.307}]},{"osd":1,"last update":"Tue Feb 13 21:04:18 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.40000000000000002,"15min":0.40100000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.27000000000000002,"5min":0.25,"15min":0.25},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.33300000000000002}]},{"osd":2,"last update":"Tue Feb 13 21:04:18 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.438,"15min":0.442},"min":{"1min":0.30099999999999999,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.59499999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.41099999999999998,"15min":0.41299999999999998},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.38300000000000001}]},{"osd":4,"last update":"Tue Feb 13 21:03:34 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.48599999999999999}]},{"osd":5,"last update":"Tue Feb 13 21:03:51 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.432},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.47199999999999998}]},{"osd":6,"last update":"Tue Feb 13 21:04:11 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.51500000000000001}]},{"osd":7,"last update":"Tue Feb 13 21:04:30 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.53100000000000003}]}]},{"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":"Tue Feb 13 21:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.53300000000000003,"15min":0.53100000000000003},"min":{"1min":0.41399999999999998,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.69799999999999995,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.64800000000000002},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.52000000000000002,"15min":0.51800000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.70799999999999996,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.59899999999999998}]},{"osd":1,"last update":"Tue Feb 13 21:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.51800000000000002,"15min":0.51600000000000001},"min":{"1min":0.38,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.70499999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.53800000000000003,"15min":0.53700000000000003},"min":{"1min":0.39500000000000002,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.58399999999999996}]},{"osd":2,"last update":"Tue Feb 13 21:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.52000000000000002,"15min":0.51000000000000001},"min":{"1min":0.44700000000000001,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.627},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.52600000000000002,"15min":0.52300000000000002},"min":{"1min":0.38700000000000001,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.55500000000000005}]},{"osd":3,"last update":"Tue Feb 13 21:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.52900000000000003,"15min":0.52500000000000002},"min":{"1min":0.45800000000000002,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.66500000000000004,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.495},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.54500000000000004,"15min":0.53600000000000003},"min":{"1min":0.5,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.60999999999999999}]},{"osd":5,"last update":"Tue Feb 13 21:03:50 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.442},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.66100000000000003}]},{"osd":6,"last update":"Tue Feb 13 21:04:11 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.45700000000000002}]},{"osd":7,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.50700000000000001}]}]},{"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":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.60899999999999999}]},{"osd":1,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.56200000000000006}]},{"osd":2,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.51100000000000001}]},{"osd":3,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.63},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.58499999999999996}]},{"osd":4,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.49099999999999999}]},{"osd":6,"last update":"Tue Feb 13 21:04:13 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.45500000000000002}]},{"osd":7,"last update":"Tue Feb 13 21:04:33 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.57199999999999995}]}]}],"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-13T21:04:38.555 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-13T21:04:38.780 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:39.234 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:37.434955+0000 mgr.smithi153.unkvxi (mgr.14162) 236 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:39.234 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:37.775265+0000 mgr.smithi153.unkvxi (mgr.14162) 237 : audit [DBG] from='client.14438 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T21:04:39.256 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:37.434955+0000 mgr.smithi153.unkvxi (mgr.14162) 236 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:39.256 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:37.775265+0000 mgr.smithi153.unkvxi (mgr.14162) 237 : audit [DBG] from='client.14438 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T21:04:40.673 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:04:40.674 INFO:teuthology.orchestra.run.smithi153.stderr:dumped all 2024-02-13T21:04:41.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:39.435271+0000 mgr.smithi153.unkvxi (mgr.14162) 238 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:41.380 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:39.435271+0000 mgr.smithi153.unkvxi (mgr.14162) 238 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:41.400 INFO:teuthology.orchestra.run.smithi153.stdout:{"pg_ready":true,"pg_map":{"version":213,"stamp":"2024-02-13T21:04:39.435144+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":43348,"kb_used_data":3924,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917868,"statfs":{"total":767960285184,"available":767915896832,"internally_reserved":0,"allocated":4018176,"data_stored":1602223,"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-13T21:03:31.435642+0000","last_change":"2024-02-13T21:03:31.435642+0000","last_active":"2024-02-13T21:03:31.435642+0000","last_peered":"2024-02-13T21:03:31.435642+0000","last_clean":"2024-02-13T21:03:31.435642+0000","last_became_active":"2024-02-13T21:03:31.435347+0000","last_became_peered":"2024-02-13T21:03:31.435347+0000","last_unstale":"2024-02-13T21:03:31.435642+0000","last_undegraded":"2024-02-13T21:03:31.435642+0000","last_fullsized":"2024-02-13T21:03:31.435642+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-13T21:01:51.041319+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-13T21:01:51.041319+0000","last_clean_scrub_stamp":"2024-02-13T21:01:51.041319+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":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.81100000000000005},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.70799999999999996}]},{"osd":1,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.56200000000000006}]},{"osd":2,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.66100000000000003}]},{"osd":3,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.68999999999999995}]},{"osd":4,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.629}]},{"osd":5,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.67400000000000004}]},{"osd":6,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.71199999999999997},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.69799999999999995}]}]},{"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":5296,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739856,"statfs":{"total":95995035648,"available":95989612544,"internally_reserved":0,"allocated":499712,"data_stored":200081,"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":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.66200000000000003}]},{"osd":1,"last update":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.68500000000000005}]},{"osd":2,"last update":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.61499999999999999}]},{"osd":3,"last update":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.64500000000000002}]},{"osd":4,"last update":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.51500000000000001}]},{"osd":5,"last update":"Tue Feb 13 21:04:14 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.63}]},{"osd":7,"last update":"Tue Feb 13 21:04:33 2024","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.69799999999999995}]}]},{"osd":1,"up_from":14,"seq":60129542186,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":[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":"Tue Feb 13 21:04:32 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.32400000000000001,"15min":0.29899999999999999},"min":{"1min":0.251,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.53600000000000003,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.33000000000000002,"15min":0.31},"min":{"1min":0.23000000000000001,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.38900000000000001}]},{"osd":2,"last update":"Tue Feb 13 21:03:54 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.35799999999999998,"15min":0.34999999999999998},"min":{"1min":0.252,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.35799999999999998,"15min":0.35199999999999998},"min":{"1min":0.25900000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.54500000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.37}]},{"osd":3,"last update":"Tue Feb 13 21:04:15 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.42599999999999999,"15min":0.42699999999999999},"min":{"1min":0.33500000000000002,"5min":0.315,"15min":0.315},"max":{"1min":0.53600000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.41599999999999998,"15min":0.41699999999999998},"min":{"1min":0.32400000000000001,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.55400000000000005,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.41299999999999998}]},{"osd":4,"last update":"Tue Feb 13 21:04:32 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.53400000000000003,"15min":0.52200000000000002},"min":{"1min":0.38500000000000001,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.54500000000000004,"15min":0.53900000000000003},"min":{"1min":0.41199999999999998,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.59799999999999998}]},{"osd":5,"last update":"Tue Feb 13 21:03:54 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.65400000000000003}]},{"osd":6,"last update":"Tue Feb 13 21:04:10 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.61399999999999999}]},{"osd":7,"last update":"Tue Feb 13 21:04:30 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.67300000000000004}]}]},{"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":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":[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":"Tue Feb 13 21:04:33 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.32000000000000001,"15min":0.31},"min":{"1min":0.24199999999999999,"5min":0.17799999999999999,"15min":0.17799999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.34300000000000003,"15min":0.32400000000000001},"min":{"1min":0.20999999999999999,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.36599999999999999}]},{"osd":2,"last update":"Tue Feb 13 21:03:56 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.35399999999999998,"15min":0.34399999999999997},"min":{"1min":0.27700000000000002,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.34699999999999998,"15min":0.33900000000000002},"min":{"1min":0.254,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.34899999999999998}]},{"osd":3,"last update":"Tue Feb 13 21:04:15 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28899999999999998,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.61399999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40000000000000002,"15min":0.39800000000000002},"min":{"1min":0.313,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.56299999999999994,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.39000000000000001}]},{"osd":4,"last update":"Tue Feb 13 21:04:33 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.54500000000000004,"15min":0.54100000000000004},"min":{"1min":0.38400000000000001,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.54600000000000004,"15min":0.53900000000000003},"min":{"1min":0.378,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.60199999999999998}]},{"osd":5,"last update":"Tue Feb 13 21:03:50 2024","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.622},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.58399999999999996}]},{"osd":6,"last update":"Tue Feb 13 21:04:11 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.61499999999999999}]},{"osd":7,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.63200000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378661,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.32000000000000001,"15min":0.316},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.435,"5min":0.47599999999999998,"15min":0.47599999999999998},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.378,"5min":0.33800000000000002,"15min":0.33200000000000002},"min":{"1min":0.24399999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.30299999999999999}]},{"osd":1,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.32900000000000001,"15min":0.32500000000000001},"min":{"1min":0.253,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"last":0.24399999999999999},{"interface":"front","average":{"1min":0.377,"5min":0.34100000000000003,"15min":0.33500000000000002},"min":{"1min":0.28799999999999998,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.28100000000000003}]},{"osd":3,"last update":"Tue Feb 13 21:04:16 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27000000000000002,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.375,"5min":0.39900000000000002,"15min":0.40300000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.48399999999999999,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.34899999999999998}]},{"osd":4,"last update":"Tue Feb 13 21:04:32 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.52500000000000002,"15min":0.52300000000000002},"min":{"1min":0.38900000000000001,"5min":0.308,"15min":0.308},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.79400000000000004,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.40100000000000002}]},{"osd":5,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.41799999999999998}]},{"osd":6,"last update":"Tue Feb 13 21:04:16 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.48599999999999999}]},{"osd":7,"last update":"Tue Feb 13 21:04:32 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.502}]}]},{"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":"Tue Feb 13 21:04:18 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.378,"5min":0.39100000000000001,"15min":0.39300000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.56100000000000005,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.307}]},{"osd":1,"last update":"Tue Feb 13 21:04:18 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.40000000000000002,"15min":0.40100000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.27000000000000002,"5min":0.25,"15min":0.25},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.33300000000000002}]},{"osd":2,"last update":"Tue Feb 13 21:04:18 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.438,"15min":0.442},"min":{"1min":0.30099999999999999,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.59499999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.41099999999999998,"15min":0.41299999999999998},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.38300000000000001}]},{"osd":4,"last update":"Tue Feb 13 21:03:34 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.48599999999999999}]},{"osd":5,"last update":"Tue Feb 13 21:03:51 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.432},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.47199999999999998}]},{"osd":6,"last update":"Tue Feb 13 21:04:11 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.51500000000000001}]},{"osd":7,"last update":"Tue Feb 13 21:04:30 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.53100000000000003}]}]},{"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":"Tue Feb 13 21:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.53300000000000003,"15min":0.53100000000000003},"min":{"1min":0.41399999999999998,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.69799999999999995,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.64800000000000002},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.52000000000000002,"15min":0.51800000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.70799999999999996,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.59899999999999998}]},{"osd":1,"last update":"Tue Feb 13 21:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.51800000000000002,"15min":0.51600000000000001},"min":{"1min":0.38,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.70499999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.53800000000000003,"15min":0.53700000000000003},"min":{"1min":0.39500000000000002,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.58399999999999996}]},{"osd":2,"last update":"Tue Feb 13 21:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.52000000000000002,"15min":0.51000000000000001},"min":{"1min":0.44700000000000001,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.627},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.52600000000000002,"15min":0.52300000000000002},"min":{"1min":0.38700000000000001,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.55500000000000005}]},{"osd":3,"last update":"Tue Feb 13 21:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.52900000000000003,"15min":0.52500000000000002},"min":{"1min":0.45800000000000002,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.66500000000000004,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.495},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.54500000000000004,"15min":0.53600000000000003},"min":{"1min":0.5,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.60999999999999999}]},{"osd":5,"last update":"Tue Feb 13 21:03:50 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.442},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.66100000000000003}]},{"osd":6,"last update":"Tue Feb 13 21:04:11 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.45700000000000002}]},{"osd":7,"last update":"Tue Feb 13 21:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.50700000000000001}]}]},{"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":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.60899999999999999}]},{"osd":1,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.56200000000000006}]},{"osd":2,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.51100000000000001}]},{"osd":3,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.63},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.58499999999999996}]},{"osd":4,"last update":"Tue Feb 13 21:03:52 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.49099999999999999}]},{"osd":6,"last update":"Tue Feb 13 21:04:13 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.45500000000000002}]},{"osd":7,"last update":"Tue Feb 13 21:04:33 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.57199999999999995}]}]}],"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-13T21:04:41.402 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-13T21:04:41.402 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-13T21:04:41.402 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-13T21:04:41.402 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-13T21:04:41.628 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/mon.smithi153/config 2024-02-13T21:04:42.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:40.671476+0000 mgr.smithi153.unkvxi (mgr.14162) 239 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T21:04:42.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:40.671476+0000 mgr.smithi153.unkvxi (mgr.14162) 239 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T21:04:43.070 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:41.435570+0000 mgr.smithi153.unkvxi (mgr.14162) 240 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:43.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:41.435570+0000 mgr.smithi153.unkvxi (mgr.14162) 240 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:43.517 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:04:44.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:43.519012+0000 mon.smithi153 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.153:0/889779767' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-13T21:04:44.195 INFO:teuthology.orchestra.run.smithi153.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-13T21:04:44.196 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-13T21:04:44.196 INFO:tasks.cephadm:Setup complete, yielding 2024-02-13T21:04:44.197 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T21:04:44.207 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:04:44.208 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-13T21:04:44.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:43.519012+0000 mon.smithi153 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.153:0/889779767' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-13T21:04:45.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:43.435880+0000 mgr.smithi153.unkvxi (mgr.14162) 241 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:45.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:43.435880+0000 mgr.smithi153.unkvxi (mgr.14162) 241 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:46.251 INFO:teuthology.orchestra.run.smithi153.stdout:Backend: cephadm 2024-02-13T21:04:46.251 INFO:teuthology.orchestra.run.smithi153.stdout:Available: Yes 2024-02-13T21:04:46.251 INFO:teuthology.orchestra.run.smithi153.stdout:Paused: No 2024-02-13T21:04:46.947 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-13T21:04:47.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:45.436247+0000 mgr.smithi153.unkvxi (mgr.14162) 242 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:47.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:45.436247+0000 mgr.smithi153.unkvxi (mgr.14162) 242 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:48.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:46.252379+0000 mgr.smithi153.unkvxi (mgr.14162) 243 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:04:48.321 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:46.252379+0000 mgr.smithi153.unkvxi (mgr.14162) 243 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:04:49.063 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (3m) 100s ago 5m 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (5m) 100s ago 5m 16.2.4 8d91d370c2b8 36ae96ba4321 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (4m) 82s ago 4m 16.2.4 8d91d370c2b8 0804cdd6f2e9 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (3m) 100s ago 5m 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:9283 running (6m) 100s ago 6m 16.2.4 8d91d370c2b8 5e2742fe758c 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (4m) 82s ago 4m 16.2.4 8d91d370c2b8 187a637c16ff 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (6m) 100s ago 7m 16.2.4 8d91d370c2b8 8fc20fd23ea0 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (4m) 82s ago 4m 16.2.4 8d91d370c2b8 7e95ab3309a6 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (4m) 100s ago 4m 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (4m) 82s ago 4m 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (3m) 100s ago 3m 16.2.4 8d91d370c2b8 1d16610c9778 2024-02-13T21:04:49.064 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (3m) 100s ago 3m 16.2.4 8d91d370c2b8 eb91e0a29504 2024-02-13T21:04:49.065 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (3m) 100s ago 3m 16.2.4 8d91d370c2b8 04c52d79a742 2024-02-13T21:04:49.065 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (2m) 100s ago 2m 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:04:49.065 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (2m) 82s ago 2m 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:04:49.065 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (2m) 82s ago 2m 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:04:49.065 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (105s) 82s ago 104s 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:04:49.065 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (85s) 82s ago 85s 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:04:49.065 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (3m) 100s ago 4m 2.18.1 de242295e225 5e99fbbc4a53 2024-02-13T21:04:49.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:47.436520+0000 mgr.smithi153.unkvxi (mgr.14162) 244 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:49.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:47.436520+0000 mgr.smithi153.unkvxi (mgr.14162) 244 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:49.772 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-13T21:04:50.426 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:49.058377+0000 mgr.smithi153.unkvxi (mgr.14162) 245 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:04:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:49.058377+0000 mgr.smithi153.unkvxi (mgr.14162) 245 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:04:51.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:49.436831+0000 mgr.smithi153.unkvxi (mgr.14162) 246 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:51.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:49.436831+0000 mgr.smithi153.unkvxi (mgr.14162) 246 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:51.918 INFO:teuthology.orchestra.run.smithi153.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-13T21:04:51.918 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager 1/1 103s ago 6m count:1 2024-02-13T21:04:51.918 INFO:teuthology.orchestra.run.smithi153.stdout:crash 2/2 103s ago 6m * 2024-02-13T21:04:51.918 INFO:teuthology.orchestra.run.smithi153.stdout:grafana 1/1 103s ago 6m count:1 2024-02-13T21:04:51.918 INFO:teuthology.orchestra.run.smithi153.stdout:mgr 2/2 103s ago 6m count:2 2024-02-13T21:04:51.918 INFO:teuthology.orchestra.run.smithi153.stdout:mon 2/2 103s ago 5m smithi153:172.21.15.153=smithi153;smithi160:172.21.15.160=smithi160;count:2 2024-02-13T21:04:51.918 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter 2/2 103s ago 6m * 2024-02-13T21:04:51.918 INFO:teuthology.orchestra.run.smithi153.stdout:osd.unmanaged 8/8 103s ago - 2024-02-13T21:04:51.919 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus 1/1 103s ago 6m count:1 2024-02-13T21:04:52.570 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-13T21:04:53.203 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:51.437313+0000 mgr.smithi153.unkvxi (mgr.14162) 247 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:53.203 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:51.916216+0000 mgr.smithi153.unkvxi (mgr.14162) 248 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:04:53.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:51.437313+0000 mgr.smithi153.unkvxi (mgr.14162) 247 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:51.916216+0000 mgr.smithi153.unkvxi (mgr.14162) 248 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:04:54.698 INFO:teuthology.orchestra.run.smithi153.stdout:HOST ADDR LABELS STATUS 2024-02-13T21:04:54.698 INFO:teuthology.orchestra.run.smithi153.stdout:smithi153 172.21.15.153 2024-02-13T21:04:54.698 INFO:teuthology.orchestra.run.smithi153.stdout:smithi160 smithi160 2024-02-13T21:04:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:53.437930+0000 mgr.smithi153.unkvxi (mgr.14162) 249 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:55.466 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-13T21:04:55.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:53.437930+0000 mgr.smithi153.unkvxi (mgr.14162) 249 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:56.139 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:54.698236+0000 mgr.smithi153.unkvxi (mgr.14162) 250 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:04:56.139 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:55.232937+0000 mon.smithi153 (mon.0) 518 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:04:56.139 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:55.239526+0000 mon.smithi153 (mon.0) 519 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:04:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:54.698236+0000 mgr.smithi153.unkvxi (mgr.14162) 250 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:04:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:55.232937+0000 mon.smithi153 (mon.0) 518 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:04:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:55.239526+0000 mon.smithi153 (mon.0) 519 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:04:57.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:55.438373+0000 mgr.smithi153.unkvxi (mgr.14162) 251 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:57.468 INFO:teuthology.orchestra.run.smithi153.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-13T21:04:57.468 INFO:teuthology.orchestra.run.smithi153.stdout:smithi153 /dev/nvme0n1 ssd CVFT623300MV400BGN 400G Unknown N/A N/A No 2024-02-13T21:04:57.468 INFO:teuthology.orchestra.run.smithi153.stdout:smithi160 /dev/nvme0n1 ssd CVFT623300JY400BGN 400G Unknown N/A N/A No 2024-02-13T21:04:57.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:55.438373+0000 mgr.smithi153.unkvxi (mgr.14162) 251 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:58.164 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-13T21:04:58.174 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:04:58.175 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-13T21:04:58.204 INFO:teuthology.orchestra.run.smithi153.stderr:+ systemctl stop nfs-server 2024-02-13T21:04:58.211 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi160.front.sepia.ceph.com 2024-02-13T21:04:58.212 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-13T21:04:58.248 INFO:teuthology.orchestra.run.smithi160.stderr:+ systemctl stop nfs-server 2024-02-13T21:04:58.257 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T21:04:58.266 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:04:58.266 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-13T21:04:59.422 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:57.438667+0000 mgr.smithi153.unkvxi (mgr.14162) 252 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:59.422 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:04:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:04:57.468784+0000 mgr.smithi153.unkvxi (mgr.14162) 253 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:04:59.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:57.438667+0000 mgr.smithi153.unkvxi (mgr.14162) 252 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:04:59.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:04:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:04:57.468784+0000 mgr.smithi153.unkvxi (mgr.14162) 253 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:01.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:04:59.438939+0000 mgr.smithi153.unkvxi (mgr.14162) 254 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:05:01.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:00.682868+0000 mon.smithi153 (mon.0) 520 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-13T21:05:01.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:04:59.438939+0000 mgr.smithi153.unkvxi (mgr.14162) 254 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:05:01.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:00.682868+0000 mon.smithi153 (mon.0) 520 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T21:05:02.033+0000 7f63e8275700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:00.682375+0000 mgr.smithi153.unkvxi (mgr.14162) 255 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:01.031617+0000 mon.smithi153 (mon.0) 521 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:01.031683+0000 mon.smithi153 (mon.0) 522 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:01.032887+0000 mon.smithi153 (mon.0) 523 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:01.439466+0000 mgr.smithi153.unkvxi (mgr.14162) 256 : cluster [DBG] pgmap v225: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:02.032906+0000 mon.smithi153 (mon.0) 524 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:02.033141+0000 mon.smithi153 (mon.0) 525 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:02.034036+0000 mon.smithi153 (mon.0) 526 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:02.034815+0000 mon.smithi153 (mon.0) 527 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:05:02.378 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:02.034846+0000 mon.smithi153 (mon.0) 528 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:02.049485+0000 mon.smithi153 (mon.0) 529 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:02.049937+0000 mon.smithi153 (mon.0) 530 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:02.050031+0000 mon.smithi153 (mon.0) 531 : cluster [DBG] fsmap foofs:0 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:02.052012+0000 mgr.smithi153.unkvxi (mgr.14162) 257 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:02.057229+0000 mon.smithi153 (mon.0) 532 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:02.057877+0000 mon.smithi153 (mon.0) 533 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:02.065432+0000 mon.smithi153 (mon.0) 534 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:02.071911+0000 mon.smithi153 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:02.072657+0000 mon.smithi153 (mon.0) 536 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.wgrttk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:02.075762+0000 mon.smithi153 (mon.0) 537 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.wgrttk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:02.076412+0000 mon.smithi153 (mon.0) 538 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:05:02.379 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:02.077047+0000 mgr.smithi153.unkvxi (mgr.14162) 258 : cephadm [INF] Deploying daemon mds.foofs.smithi160.wgrttk on smithi160 2024-02-13T21:05:02.592 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:00.682375+0000 mgr.smithi153.unkvxi (mgr.14162) 255 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:02.592 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:01.031617+0000 mon.smithi153 (mon.0) 521 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:01.031683+0000 mon.smithi153 (mon.0) 522 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:01.032887+0000 mon.smithi153 (mon.0) 523 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:01.439466+0000 mgr.smithi153.unkvxi (mgr.14162) 256 : cluster [DBG] pgmap v225: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:02.032906+0000 mon.smithi153 (mon.0) 524 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:02.033141+0000 mon.smithi153 (mon.0) 525 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:02.034036+0000 mon.smithi153 (mon.0) 526 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:02.034815+0000 mon.smithi153 (mon.0) 527 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:02.034846+0000 mon.smithi153 (mon.0) 528 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:02.049485+0000 mon.smithi153 (mon.0) 529 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:02.049937+0000 mon.smithi153 (mon.0) 530 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:02.050031+0000 mon.smithi153 (mon.0) 531 : cluster [DBG] fsmap foofs:0 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:02.052012+0000 mgr.smithi153.unkvxi (mgr.14162) 257 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:02.057229+0000 mon.smithi153 (mon.0) 532 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:02.057877+0000 mon.smithi153 (mon.0) 533 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:02.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:02.065432+0000 mon.smithi153 (mon.0) 534 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:02.594 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:02.071911+0000 mon.smithi153 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:02.594 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:02.072657+0000 mon.smithi153 (mon.0) 536 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.wgrttk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T21:05:02.594 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:02.075762+0000 mon.smithi153 (mon.0) 537 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.wgrttk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-13T21:05:02.594 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:02.076412+0000 mon.smithi153 (mon.0) 538 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:05:02.594 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:02.077047+0000 mgr.smithi153.unkvxi (mgr.14162) 258 : cephadm [INF] Deploying daemon mds.foofs.smithi160.wgrttk on smithi160 2024-02-13T21:05:02.779 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-13T21:05:02.789 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-13T21:05:02.789 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T21:05:04.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:03.051943+0000 mon.smithi153 (mon.0) 539 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-13T21:05:04.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:03.051943+0000 mon.smithi153 (mon.0) 539 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-13T21:05:04.878 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:05:04.878 INFO:teuthology.orchestra.run.smithi153.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T20:58:44.783304Z", "last_refresh": "2024-02-13T21:03:08.461115Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T20:58:31.834772Z", "last_refresh": "2024-02-13T21:03:08.461209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T20:58:41.341150Z", "last_refresh": "2024-02-13T21:03:08.461269Z", "running": 1, "size": 1}}, {"events": ["2024-02-13T21:05:02.057379Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T21:05:02.052028Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T20:58:30.462747Z", "last_refresh": "2024-02-13T21:03:08.461052Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T20:59:42.269449Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi153:172.21.15.153=smithi153", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T20:59:42.264256Z", "last_refresh": "2024-02-13T21:03:08.460923Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T20:58:42.587987Z", "last_refresh": "2024-02-13T21:03:08.461327Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-02-13T21:03:08.461457Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T20:58:39.950393Z", "last_refresh": "2024-02-13T21:03:08.461385Z", "running": 1, "size": 1}}] 2024-02-13T21:05:05.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:03.439904+0000 mgr.smithi153.unkvxi (mgr.14162) 259 : cluster [DBG] pgmap v229: 65 pgs: 4 creating+peering, 1 active+clean, 60 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:05:05.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:04.056259+0000 mon.smithi153 (mon.0) 540 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-13T21:05:05.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:04.511970+0000 mon.smithi153 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:05.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:04.512764+0000 mon.smithi153 (mon.0) 542 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.vofwhm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T21:05:05.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:04.515246+0000 mon.smithi153 (mon.0) 543 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.vofwhm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-13T21:05:05.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:04.515840+0000 mon.smithi153 (mon.0) 544 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:05:05.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:03.439904+0000 mgr.smithi153.unkvxi (mgr.14162) 259 : cluster [DBG] pgmap v229: 65 pgs: 4 creating+peering, 1 active+clean, 60 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:05:05.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:04.056259+0000 mon.smithi153 (mon.0) 540 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-13T21:05:05.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:04.511970+0000 mon.smithi153 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:05.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:04.512764+0000 mon.smithi153 (mon.0) 542 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.vofwhm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T21:05:05.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:04.515246+0000 mon.smithi153 (mon.0) 543 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.vofwhm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-13T21:05:05.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:04.515840+0000 mon.smithi153 (mon.0) 544 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:05:05.701 INFO:tasks.cephadm:mds.foofs has 1/2 2024-02-13T21:05:06.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:04.516495+0000 mgr.smithi153.unkvxi (mgr.14162) 260 : cephadm [INF] Deploying daemon mds.foofs.smithi153.vofwhm on smithi153 2024-02-13T21:05:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:04.876718+0000 mgr.smithi153.unkvxi (mgr.14162) 261 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T21:05:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:05.058816+0000 mon.smithi153 (mon.0) 545 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3232596241,v1:172.21.15.160:6833/3232596241] up:boot 2024-02-13T21:05:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:05.058868+0000 mon.smithi153 (mon.0) 546 : cluster [INF] daemon mds.foofs.smithi160.wgrttk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-13T21:05:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:05.058920+0000 mon.smithi153 (mon.0) 547 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-13T21:05:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:05.058939+0000 mon.smithi153 (mon.0) 548 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-13T21:05:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:05.058956+0000 mon.smithi153 (mon.0) 549 : cluster [INF] Cluster is now healthy 2024-02-13T21:05:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:05.059136+0000 mon.smithi153 (mon.0) 550 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-13T21:05:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:05.059219+0000 mon.smithi153 (mon.0) 551 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:05:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:05.061282+0000 mon.smithi153 (mon.0) 552 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:creating} 2024-02-13T21:05:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:05.074121+0000 mon.smithi153 (mon.0) 553 : cluster [INF] daemon mds.foofs.smithi160.wgrttk is now active in filesystem foofs as rank 0 2024-02-13T21:05:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:04.516495+0000 mgr.smithi153.unkvxi (mgr.14162) 260 : cephadm [INF] Deploying daemon mds.foofs.smithi153.vofwhm on smithi153 2024-02-13T21:05:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:04.876718+0000 mgr.smithi153.unkvxi (mgr.14162) 261 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T21:05:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:05.058816+0000 mon.smithi153 (mon.0) 545 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3232596241,v1:172.21.15.160:6833/3232596241] up:boot 2024-02-13T21:05:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:05.058868+0000 mon.smithi153 (mon.0) 546 : cluster [INF] daemon mds.foofs.smithi160.wgrttk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-13T21:05:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:05.058920+0000 mon.smithi153 (mon.0) 547 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-13T21:05:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:05.058939+0000 mon.smithi153 (mon.0) 548 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-13T21:05:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:05.058956+0000 mon.smithi153 (mon.0) 549 : cluster [INF] Cluster is now healthy 2024-02-13T21:05:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:05.059136+0000 mon.smithi153 (mon.0) 550 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-13T21:05:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:05.059219+0000 mon.smithi153 (mon.0) 551 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:05:06.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:05.061282+0000 mon.smithi153 (mon.0) 552 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:creating} 2024-02-13T21:05:06.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:05.074121+0000 mon.smithi153 (mon.0) 553 : cluster [INF] daemon mds.foofs.smithi160.wgrttk is now active in filesystem foofs as rank 0 2024-02-13T21:05:06.702 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T21:05:07.327 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:05.440451+0000 mgr.smithi153.unkvxi (mgr.14162) 262 : cluster [DBG] pgmap v231: 65 pgs: 4 creating+peering, 56 active+clean, 5 unknown; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:05:07.327 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:06.067282+0000 mon.smithi153 (mon.0) 554 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3232596241,v1:172.21.15.160:6833/3232596241] up:active 2024-02-13T21:05:07.327 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:06.067329+0000 mon.smithi153 (mon.0) 555 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 2024-02-13T21:05:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:05.440451+0000 mgr.smithi153.unkvxi (mgr.14162) 262 : cluster [DBG] pgmap v231: 65 pgs: 4 creating+peering, 56 active+clean, 5 unknown; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:05:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:06.067282+0000 mon.smithi153 (mon.0) 554 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3232596241,v1:172.21.15.160:6833/3232596241] up:active 2024-02-13T21:05:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:06.067329+0000 mon.smithi153 (mon.0) 555 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 2024-02-13T21:05:08.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:07.440815+0000 mgr.smithi153.unkvxi (mgr.14162) 263 : cluster [DBG] pgmap v232: 65 pgs: 65 active+clean; 22 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:05:08.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:07.607032+0000 mon.smithi153 (mon.0) 556 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:08.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:07.607690+0000 mon.smithi153 (mon.0) 557 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:07.440815+0000 mgr.smithi153.unkvxi (mgr.14162) 263 : cluster [DBG] pgmap v232: 65 pgs: 65 active+clean; 22 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-13T21:05:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:07.607032+0000 mon.smithi153 (mon.0) 556 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:07.607690+0000 mon.smithi153 (mon.0) 557 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:09.081 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:05:09.081 INFO:teuthology.orchestra.run.smithi153.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T20:58:44.783304Z", "last_refresh": "2024-02-13T21:03:08.461115Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T20:58:31.834772Z", "last_refresh": "2024-02-13T21:03:08.461209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T20:58:41.341150Z", "last_refresh": "2024-02-13T21:03:08.461269Z", "running": 1, "size": 1}}, {"events": ["2024-02-13T21:05:02.057379Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T21:05:02.052028Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T20:58:30.462747Z", "last_refresh": "2024-02-13T21:03:08.461052Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T20:59:42.269449Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi153:172.21.15.153=smithi153", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T20:59:42.264256Z", "last_refresh": "2024-02-13T21:03:08.460923Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T20:58:42.587987Z", "last_refresh": "2024-02-13T21:03:08.461327Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-02-13T21:03:08.461457Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T20:58:39.950393Z", "last_refresh": "2024-02-13T21:03:08.461385Z", "running": 1, "size": 1}}] 2024-02-13T21:05:09.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:09.079441+0000 mgr.smithi153.unkvxi (mgr.14162) 264 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T21:05:09.931 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-13T21:05:09.931 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T21:05:09.941 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:05:09.941 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-13T21:05:10.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:09.079441+0000 mgr.smithi153.unkvxi (mgr.14162) 264 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T21:05:10.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:09.441280+0000 mgr.smithi153.unkvxi (mgr.14162) 265 : cluster [DBG] pgmap v233: 65 pgs: 65 active+clean; 770 B data, 44 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s wr, 8 op/s 2024-02-13T21:05:10.922 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:09.681596+0000 mon.smithi153 (mon.0) 558 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:11.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:09.441280+0000 mgr.smithi153.unkvxi (mgr.14162) 265 : cluster [DBG] pgmap v233: 65 pgs: 65 active+clean; 770 B data, 44 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s wr, 8 op/s 2024-02-13T21:05:11.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:09.681596+0000 mon.smithi153 (mon.0) 558 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:12.694 INFO:teuthology.orchestra.run.smithi153.stderr:Invalid command: missing required parameter clusterid() 2024-02-13T21:05:12.694 INFO:teuthology.orchestra.run.smithi153.stderr:nfs cluster create [] : Create an NFS Cluster 2024-02-13T21:05:12.694 INFO:teuthology.orchestra.run.smithi153.stderr:Error EINVAL: invalid command 2024-02-13T21:05:12.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:11.441726+0000 mgr.smithi153.unkvxi (mgr.14162) 266 : cluster [DBG] pgmap v234: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s wr, 6 op/s 2024-02-13T21:05:12.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:11.690305+0000 mon.smithi153 (mon.0) 559 : cluster [DBG] mds.? [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:boot 2024-02-13T21:05:12.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:11.691051+0000 mon.smithi153 (mon.0) 560 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:05:12.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:11.691156+0000 mon.smithi153 (mon.0) 561 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:05:12.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:11.695877+0000 mon.smithi153 (mon.0) 562 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:05:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:11.441726+0000 mgr.smithi153.unkvxi (mgr.14162) 266 : cluster [DBG] pgmap v234: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s wr, 6 op/s 2024-02-13T21:05:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:11.690305+0000 mon.smithi153 (mon.0) 559 : cluster [DBG] mds.? [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:boot 2024-02-13T21:05:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:11.691051+0000 mon.smithi153 (mon.0) 560 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:05:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:11.691156+0000 mon.smithi153 (mon.0) 561 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:05:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:11.695877+0000 mon.smithi153 (mon.0) 562 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:05:14.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:13.017949+0000 mgr.smithi153.unkvxi (mgr.14162) 267 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:14.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:13.018965+0000 mon.smithi153 (mon.0) 563 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-13T21:05:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:13.017949+0000 mgr.smithi153.unkvxi (mgr.14162) 267 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:14.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:13.018965+0000 mon.smithi153 (mon.0) 563 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-13T21:05:14.999 INFO:teuthology.orchestra.run.smithi153.stdout:NFS Cluster Created Successfully 2024-02-13T21:05:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:13.442108+0000 mgr.smithi153.unkvxi (mgr.14162) 268 : cluster [DBG] pgmap v235: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 4 op/s 2024-02-13T21:05:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:13.975093+0000 mon.smithi153 (mon.0) 564 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-13T21:05:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:13.975148+0000 mon.smithi153 (mon.0) 565 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-13T21:05:15.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:13.975976+0000 mon.smithi153 (mon.0) 566 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-13T21:05:15.343 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:13.442108+0000 mgr.smithi153.unkvxi (mgr.14162) 268 : cluster [DBG] pgmap v235: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 4 op/s 2024-02-13T21:05:15.343 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:13.975093+0000 mon.smithi153 (mon.0) 564 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-13T21:05:15.343 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:13.975148+0000 mon.smithi153 (mon.0) 565 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-13T21:05:15.343 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:13.975976+0000 mon.smithi153 (mon.0) 566 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-13T21:05:15.671 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-13T21:05:16.246 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:14.977523+0000 mon.smithi153 (mon.0) 567 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-13T21:05:16.246 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:14.977679+0000 mon.smithi153 (mon.0) 568 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-13T21:05:16.246 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:14.997158+0000 mgr.smithi153.unkvxi (mgr.14162) 269 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-13T21:05:16.246 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:15.000373+0000 mon.smithi153 (mon.0) 569 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:16.247 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:15.898260+0000 mon.smithi153 (mon.0) 570 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:16.247 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:15.902322+0000 mon.smithi153 (mon.0) 571 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:16.247 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:15.912049+0000 mon.smithi153 (mon.0) 572 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi153", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-13T21:05:16.247 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:15.915565+0000 mon.smithi153 (mon.0) 573 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi153", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-13T21:05:16.247 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:15.917504+0000 mon.smithi153 (mon.0) 574 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi153-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:05:16.247 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:15.921066+0000 mon.smithi153 (mon.0) 575 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi153-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T21:05:16.247 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:15.923518+0000 mon.smithi153 (mon.0) 576 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:05:16.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:14.977523+0000 mon.smithi153 (mon.0) 567 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-13T21:05:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:14.977679+0000 mon.smithi153 (mon.0) 568 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-13T21:05:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:14.997158+0000 mgr.smithi153.unkvxi (mgr.14162) 269 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-13T21:05:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:15.000373+0000 mon.smithi153 (mon.0) 569 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:15.898260+0000 mon.smithi153 (mon.0) 570 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:15.902322+0000 mon.smithi153 (mon.0) 571 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:15.912049+0000 mon.smithi153 (mon.0) 572 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi153", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-13T21:05:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:15.915565+0000 mon.smithi153 (mon.0) 573 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi153", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-13T21:05:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:15.917504+0000 mon.smithi153 (mon.0) 574 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi153-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:05:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:15.921066+0000 mon.smithi153 (mon.0) 575 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi153-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T21:05:16.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:15.923518+0000 mon.smithi153 (mon.0) 576 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:05:17.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:15.442465+0000 mgr.smithi153.unkvxi (mgr.14162) 270 : cluster [DBG] pgmap v238: 97 pgs: 17 creating+peering, 15 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2024-02-13T21:05:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:15.905669+0000 mgr.smithi153.unkvxi (mgr.14162) 271 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-02-13T21:05:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:15.911793+0000 mgr.smithi153.unkvxi (mgr.14162) 272 : cephadm [INF] Creating key for client.nfs.foo.smithi153 2024-02-13T21:05:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:15.917212+0000 mgr.smithi153.unkvxi (mgr.14162) 273 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:05:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:15.917276+0000 mgr.smithi153.unkvxi (mgr.14162) 274 : cephadm [INF] Creating key for client.nfs.foo.smithi153-rgw 2024-02-13T21:05:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:15.924263+0000 mgr.smithi153.unkvxi (mgr.14162) 275 : cephadm [INF] Deploying daemon nfs.foo.smithi153 on smithi153 2024-02-13T21:05:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:15.989232+0000 mon.smithi153 (mon.0) 577 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-13T21:05:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:16.002481+0000 mon.smithi153 (mon.0) 578 : cluster [DBG] mds.? [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:standby 2024-02-13T21:05:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:16.002542+0000 mon.smithi153 (mon.0) 579 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:05:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:15.442465+0000 mgr.smithi153.unkvxi (mgr.14162) 270 : cluster [DBG] pgmap v238: 97 pgs: 17 creating+peering, 15 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2024-02-13T21:05:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:15.905669+0000 mgr.smithi153.unkvxi (mgr.14162) 271 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-02-13T21:05:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:15.911793+0000 mgr.smithi153.unkvxi (mgr.14162) 272 : cephadm [INF] Creating key for client.nfs.foo.smithi153 2024-02-13T21:05:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:15.917212+0000 mgr.smithi153.unkvxi (mgr.14162) 273 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:05:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:15.917276+0000 mgr.smithi153.unkvxi (mgr.14162) 274 : cephadm [INF] Creating key for client.nfs.foo.smithi153-rgw 2024-02-13T21:05:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:15.924263+0000 mgr.smithi153.unkvxi (mgr.14162) 275 : cephadm [INF] Deploying daemon nfs.foo.smithi153 on smithi153 2024-02-13T21:05:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:15.989232+0000 mon.smithi153 (mon.0) 577 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-13T21:05:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:16.002481+0000 mon.smithi153 (mon.0) 578 : cluster [DBG] mds.? [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:standby 2024-02-13T21:05:17.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:16.002542+0000 mon.smithi153 (mon.0) 579 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:05:18.355 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:17.013313+0000 mon.smithi153 (mon.0) 580 : cluster [DBG] mgrmap e19: smithi153.unkvxi(active, since 6m), standbys: smithi160.twbahe 2024-02-13T21:05:18.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:17.013313+0000 mon.smithi153 (mon.0) 580 : cluster [DBG] mgrmap e19: smithi153.unkvxi(active, since 6m), standbys: smithi160.twbahe 2024-02-13T21:05:18.834 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:05:18.835 INFO:teuthology.orchestra.run.smithi153.stdout: "bind": "/fake", 2024-02-13T21:05:18.835 INFO:teuthology.orchestra.run.smithi153.stdout: "fs": "foofs", 2024-02-13T21:05:18.835 INFO:teuthology.orchestra.run.smithi153.stdout: "path": "/", 2024-02-13T21:05:18.835 INFO:teuthology.orchestra.run.smithi153.stdout: "cluster": "foo", 2024-02-13T21:05:18.835 INFO:teuthology.orchestra.run.smithi153.stdout: "mode": "RW" 2024-02-13T21:05:18.835 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:05:19.314 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:17.442807+0000 mgr.smithi153.unkvxi (mgr.14162) 276 : cluster [DBG] pgmap v240: 97 pgs: 17 creating+peering, 5 unknown, 75 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-02-13T21:05:19.314 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:18.320680+0000 mon.smithi153 (mon.0) 581 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 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-13T21:05:19.314 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:18.324278+0000 mon.smithi153 (mon.0) 582 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 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-13T21:05:19.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:17.442807+0000 mgr.smithi153.unkvxi (mgr.14162) 276 : cluster [DBG] pgmap v240: 97 pgs: 17 creating+peering, 5 unknown, 75 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-02-13T21:05:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:18.320680+0000 mon.smithi153 (mon.0) 581 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 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-13T21:05:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:18.324278+0000 mon.smithi153 (mon.0) 582 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 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-13T21:05:19.730 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-13T21:05:20.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:18.301890+0000 mgr.smithi153.unkvxi (mgr.14162) 277 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:20.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:18.301890+0000 mgr.smithi153.unkvxi (mgr.14162) 277 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:21.317 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:19.443276+0000 mgr.smithi153.unkvxi (mgr.14162) 278 : cluster [DBG] pgmap v241: 97 pgs: 12 creating+peering, 85 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-02-13T21:05:21.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:19.443276+0000 mgr.smithi153.unkvxi (mgr.14162) 278 : cluster [DBG] pgmap v241: 97 pgs: 12 creating+peering, 85 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:21.444002+0000 mgr.smithi153.unkvxi (mgr.14162) 279 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 137 B/s rd, 548 B/s wr, 1 op/s 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:21.460956+0000 mon.smithi153 (mon.0) 583 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:21.461622+0000 mgr.smithi153.unkvxi (mgr.14162) 280 : cephadm [INF] Creating key for client.nfs.foo.smithi160 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:21.461821+0000 mon.smithi153 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi160", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:21.464201+0000 mon.smithi153 (mon.0) 585 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi160", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:21.465168+0000 mgr.smithi153.unkvxi (mgr.14162) 281 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:21.465227+0000 mgr.smithi153.unkvxi (mgr.14162) 282 : cephadm [INF] Creating key for client.nfs.foo.smithi160-rgw 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:21.465393+0000 mon.smithi153 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi160-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:21.467890+0000 mon.smithi153 (mon.0) 587 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi160-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:21.468696+0000 mon.smithi153 (mon.0) 588 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:05:22.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:21.469213+0000 mgr.smithi153.unkvxi (mgr.14162) 283 : cephadm [INF] Deploying daemon nfs.foo.smithi160 on smithi160 2024-02-13T21:05:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:21.444002+0000 mgr.smithi153.unkvxi (mgr.14162) 279 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 137 B/s rd, 548 B/s wr, 1 op/s 2024-02-13T21:05:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:21.460956+0000 mon.smithi153 (mon.0) 583 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:21.461622+0000 mgr.smithi153.unkvxi (mgr.14162) 280 : cephadm [INF] Creating key for client.nfs.foo.smithi160 2024-02-13T21:05:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:21.461821+0000 mon.smithi153 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi160", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-13T21:05:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:21.464201+0000 mon.smithi153 (mon.0) 585 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi160", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-13T21:05:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:21.465168+0000 mgr.smithi153.unkvxi (mgr.14162) 281 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:05:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:21.465227+0000 mgr.smithi153.unkvxi (mgr.14162) 282 : cephadm [INF] Creating key for client.nfs.foo.smithi160-rgw 2024-02-13T21:05:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:21.465393+0000 mon.smithi153 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi160-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:05:22.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:21.467890+0000 mon.smithi153 (mon.0) 587 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi160-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T21:05:22.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:21.468696+0000 mon.smithi153 (mon.0) 588 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:05:22.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:21.469213+0000 mgr.smithi153.unkvxi (mgr.14162) 283 : cephadm [INF] Deploying daemon nfs.foo.smithi160 on smithi160 2024-02-13T21:05:24.244 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:22.832929+0000 mgr.smithi153.unkvxi (mgr.14162) 284 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:22.832929+0000 mgr.smithi153.unkvxi (mgr.14162) 284 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:25.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:23.444362+0000 mgr.smithi153.unkvxi (mgr.14162) 285 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 120 B/s rd, 483 B/s wr, 0 op/s 2024-02-13T21:05:25.333 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:23.444362+0000 mgr.smithi153.unkvxi (mgr.14162) 285 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 120 B/s rd, 483 B/s wr, 0 op/s 2024-02-13T21:05:25.469 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo 2/2 - 10s count:2 2024-02-13T21:05:26.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:24.134684+0000 mgr.smithi153.unkvxi (mgr.14162) 286 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:26.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:25.448533+0000 mon.smithi153 (mon.0) 589 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:26.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:25.449272+0000 mon.smithi153 (mon.0) 590 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:26.235 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-13T21:05:26.245 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:05:26.246 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-13T21:05:26.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:24.134684+0000 mgr.smithi153.unkvxi (mgr.14162) 286 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:26.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:25.448533+0000 mon.smithi153 (mon.0) 589 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:26.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:25.449272+0000 mon.smithi153 (mon.0) 590 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:26.276 INFO:teuthology.orchestra.run.smithi153.stderr:+ mkdir /mnt/foo 2024-02-13T21:05:26.288 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-13T21:05:26.354 INFO:teuthology.orchestra.run.smithi153.stderr:++ hostname 2024-02-13T21:05:26.355 INFO:teuthology.orchestra.run.smithi153.stderr:+ mount -t nfs smithi153:/fake /mnt/foo -o sync 2024-02-13T21:05:27.055 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-13T21:05:27.125 INFO:teuthology.orchestra.run.smithi153.stderr:+ echo test 2024-02-13T21:05:27.133 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-13T21:05:27.200 INFO:teuthology.orchestra.run.smithi153.stderr:+ sync 2024-02-13T21:05:27.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:25.444949+0000 mgr.smithi153.unkvxi (mgr.14162) 287 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-13T21:05:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:25.455035+0000 mgr.smithi153.unkvxi (mgr.14162) 288 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:27.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:25.444949+0000 mgr.smithi153.unkvxi (mgr.14162) 287 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-13T21:05:27.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:25.455035+0000 mgr.smithi153.unkvxi (mgr.14162) 288 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:27.621 INFO:teuthology.run_tasks:Running task parallel... 2024-02-13T21:05:27.670 INFO:teuthology.task.parallel:starting parallel... 2024-02-13T21:05:27.671 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-13T21:05:27.691 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-13T21:05:27.691 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:05:27.691 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-13T21:05:27.692 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-13T21:05:27.692 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-13T21:05:27.693 INFO:teuthology.task.exec:Executing custom commands... 2024-02-13T21:05:27.693 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:05:27.693 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-13T21:05:27.755 INFO:teuthology.orchestra.run.smithi153.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-13T21:05:27.755 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:05:27.755 INFO:teuthology.orchestra.run.smithi153.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-13T21:05:27.774 INFO:teuthology.orchestra.run.smithi153.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-13T21:05:27.875 INFO:teuthology.orchestra.run.smithi153.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-13T21:05:27.876 INFO:teuthology.orchestra.run.smithi153.stdout:releasing clients 2024-02-13T21:05:28.874 INFO:teuthology.orchestra.run.smithi153.stdout: 5 302 55.67 MB/sec warmup 1 sec latency 10.825 ms 2024-02-13T21:05:29.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:27.445489+0000 mgr.smithi153.unkvxi (mgr.14162) 289 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-13T21:05:29.199 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:28.320036+0000 mon.smithi153 (mon.0) 591 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:29.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:27.445489+0000 mgr.smithi153.unkvxi (mgr.14162) 289 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-13T21:05:29.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:28.320036+0000 mon.smithi153 (mon.0) 591 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:29.874 INFO:teuthology.orchestra.run.smithi153.stdout: 5 715 53.12 MB/sec warmup 2 sec latency 9.125 ms 2024-02-13T21:05:30.874 INFO:teuthology.orchestra.run.smithi153.stdout: 5 2002 44.16 MB/sec warmup 3 sec latency 11.879 ms 2024-02-13T21:05:31.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:29.445991+0000 mgr.smithi153.unkvxi (mgr.14162) 290 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 29 MiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.4 MiB/s wr, 49 op/s 2024-02-13T21:05:31.437 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:29.445991+0000 mgr.smithi153.unkvxi (mgr.14162) 290 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 29 MiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.4 MiB/s wr, 49 op/s 2024-02-13T21:05:31.791 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-13T21:05:31.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 3399 45.02 MB/sec warmup 4 sec latency 7.637 ms 2024-02-13T21:05:32.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 4479 40.96 MB/sec warmup 5 sec latency 16.247 ms 2024-02-13T21:05:33.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:31.446554+0000 mgr.smithi153.unkvxi (mgr.14162) 291 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 87 MiB data, 381 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 7.6 MiB/s wr, 356 op/s 2024-02-13T21:05:33.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:31.446554+0000 mgr.smithi153.unkvxi (mgr.14162) 291 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 87 MiB data, 381 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 7.6 MiB/s wr, 356 op/s 2024-02-13T21:05:33.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 5890 39.01 MB/sec warmup 6 sec latency 13.725 ms 2024-02-13T21:05:34.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 7230 41.44 MB/sec warmup 7 sec latency 12.852 ms 2024-02-13T21:05:35.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:33.446989+0000 mgr.smithi153.unkvxi (mgr.14162) 292 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 87 MiB data, 381 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 7.6 MiB/s wr, 355 op/s 2024-02-13T21:05:35.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:33.446989+0000 mgr.smithi153.unkvxi (mgr.14162) 292 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 87 MiB data, 381 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 7.6 MiB/s wr, 355 op/s 2024-02-13T21:05:35.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 8183 38.05 MB/sec warmup 8 sec latency 21.303 ms 2024-02-13T21:05:36.175 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-13T21:05:36.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 9480 36.80 MB/sec warmup 9 sec latency 17.158 ms 2024-02-13T21:05:37.017 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:35.447595+0000 mgr.smithi153.unkvxi (mgr.14162) 293 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 146 MiB data, 622 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 15 MiB/s wr, 1.00k op/s 2024-02-13T21:05:37.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:35.447595+0000 mgr.smithi153.unkvxi (mgr.14162) 293 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 146 MiB data, 622 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 15 MiB/s wr, 1.00k op/s 2024-02-13T21:05:37.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 10871 38.86 MB/sec warmup 10 sec latency 13.109 ms 2024-02-13T21:05:38.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:37.426825+0000 mon.smithi153 (mon.0) 592 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:38.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:37.448100+0000 mgr.smithi153.unkvxi (mgr.14162) 294 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 148 MiB data, 672 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 16 MiB/s wr, 1.03k op/s 2024-02-13T21:05:38.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:38.164657+0000 mon.smithi153 (mon.0) 593 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:38.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:38.169511+0000 mon.smithi153 (mon.0) 594 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:38.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:37.426825+0000 mon.smithi153 (mon.0) 592 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:38.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:37.448100+0000 mgr.smithi153.unkvxi (mgr.14162) 294 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 148 MiB data, 672 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 16 MiB/s wr, 1.03k op/s 2024-02-13T21:05:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:38.164657+0000 mon.smithi153 (mon.0) 593 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:38.169511+0000 mon.smithi153 (mon.0) 594 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:38.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 11864 36.80 MB/sec warmup 11 sec latency 14.635 ms 2024-02-13T21:05:39.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:38.475060+0000 mon.smithi153 (mon.0) 595 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:39.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:38.475060+0000 mon.smithi153 (mon.0) 595 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:39.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 13254 36.25 MB/sec warmup 12 sec latency 10.274 ms 2024-02-13T21:05:40.520 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-13T21:05:40.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 14474 37.34 MB/sec warmup 13 sec latency 17.532 ms 2024-02-13T21:05:41.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:39.448633+0000 mgr.smithi153.unkvxi (mgr.14162) 295 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 161 MiB data, 758 MiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 21 MiB/s wr, 1.49k op/s 2024-02-13T21:05:41.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:39.748680+0000 mon.smithi153 (mon.0) 596 : audit [INF] from='client.? 172.21.15.153:0/4114423604' entity='client.admin' 2024-02-13T21:05:41.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:39.753496+0000 mon.smithi153 (mon.0) 597 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:41.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:39.760968+0000 mon.smithi153 (mon.0) 598 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:41.087 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:39.448633+0000 mgr.smithi153.unkvxi (mgr.14162) 295 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 161 MiB data, 758 MiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 21 MiB/s wr, 1.49k op/s 2024-02-13T21:05:41.087 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:39.748680+0000 mon.smithi153 (mon.0) 596 : audit [INF] from='client.? 172.21.15.153:0/4114423604' entity='client.admin' 2024-02-13T21:05:41.087 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:39.753496+0000 mon.smithi153 (mon.0) 597 : audit [DBG] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:41.087 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:39.760968+0000 mon.smithi153 (mon.0) 598 : audit [INF] from='mgr.14162 172.21.15.153:0/2260027511' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:41.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 15339 35.63 MB/sec warmup 14 sec latency 25.943 ms 2024-02-13T21:05:42.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 16719 35.20 MB/sec warmup 15 sec latency 22.884 ms 2024-02-13T21:05:42.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:41.449226+0000 mgr.smithi153.unkvxi (mgr.14162) 296 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 165 MiB data, 817 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 21 MiB/s wr, 1.69k op/s 2024-02-13T21:05:43.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:41.449226+0000 mgr.smithi153.unkvxi (mgr.14162) 296 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 165 MiB data, 817 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 21 MiB/s wr, 1.69k op/s 2024-02-13T21:05:43.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 18072 36.36 MB/sec warmup 16 sec latency 15.592 ms 2024-02-13T21:05:44.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:43.137604+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='client.? 172.21.15.153:0/3781401309' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-13T21:05:44.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:43.138063+0000 mon.smithi153 (mon.0) 599 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-13T21:05:44.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:43.137604+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='client.? 172.21.15.153:0/3781401309' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-13T21:05:44.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:43.138063+0000 mon.smithi153 (mon.0) 599 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-13T21:05:44.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 18936 34.99 MB/sec warmup 17 sec latency 63.703 ms 2024-02-13T21:05:45.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:43.987805+0000 mon.smithi153 (mon.0) 600 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-13T21:05:45.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:43.987901+0000 mon.smithi153 (mon.0) 601 : cluster [DBG] mgrmap e20: smithi153.unkvxi(active, since 6m), standbys: smithi160.twbahe 2024-02-13T21:05:45.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:43.987805+0000 mon.smithi153 (mon.0) 600 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-13T21:05:45.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:43.987901+0000 mon.smithi153 (mon.0) 601 : cluster [DBG] mgrmap e20: smithi153.unkvxi(active, since 6m), standbys: smithi160.twbahe 2024-02-13T21:05:45.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 20058 34.22 MB/sec warmup 18 sec latency 53.340 ms 2024-02-13T21:05:46.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 21041 34.40 MB/sec warmup 19 sec latency 55.852 ms 2024-02-13T21:05:47.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 21795 33.93 MB/sec warmup 20 sec latency 66.512 ms 2024-02-13T21:05:48.093 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-13T21:05:48.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 22645 33.07 MB/sec warmup 21 sec latency 24.258 ms 2024-02-13T21:05:49.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 23829 32.66 MB/sec warmup 22 sec latency 16.829 ms 2024-02-13T21:05:50.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 25003 33.32 MB/sec warmup 23 sec latency 18.600 ms 2024-02-13T21:05:51.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:50.664865+0000 mon.smithi153 (mon.0) 602 : cluster [DBG] Standby manager daemon smithi160.twbahe restarted 2024-02-13T21:05:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:50.664996+0000 mon.smithi153 (mon.0) 603 : cluster [DBG] Standby manager daemon smithi160.twbahe started 2024-02-13T21:05:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:50.666902+0000 mon.smithi160 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.160:0/192191632' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/crt"}]: dispatch 2024-02-13T21:05:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:50.668558+0000 mon.smithi160 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.160:0/192191632' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:05:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:50.672447+0000 mon.smithi160 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.160:0/192191632' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/key"}]: dispatch 2024-02-13T21:05:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:50.672858+0000 mon.smithi160 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.160:0/192191632' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:05:51.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:50.664865+0000 mon.smithi153 (mon.0) 602 : cluster [DBG] Standby manager daemon smithi160.twbahe restarted 2024-02-13T21:05:51.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:50.664996+0000 mon.smithi153 (mon.0) 603 : cluster [DBG] Standby manager daemon smithi160.twbahe started 2024-02-13T21:05:51.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:50.666902+0000 mon.smithi160 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.160:0/192191632' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/crt"}]: dispatch 2024-02-13T21:05:51.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:50.668558+0000 mon.smithi160 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.160:0/192191632' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:05:51.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:50.672447+0000 mon.smithi160 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.160:0/192191632' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/key"}]: dispatch 2024-02-13T21:05:51.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:50.672858+0000 mon.smithi160 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.160:0/192191632' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:05:51.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 25809 32.47 MB/sec warmup 24 sec latency 21.239 ms 2024-02-13T21:05:51.980 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:50.723445+0000 mon.smithi153 (mon.0) 604 : cluster [DBG] mgrmap e21: smithi153.unkvxi(active, since 6m), standbys: smithi160.twbahe 2024-02-13T21:05:51.980 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:51.141578+0000 mon.smithi153 (mon.0) 605 : cluster [INF] Active manager daemon smithi153.unkvxi restarted 2024-02-13T21:05:51.980 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:51.142249+0000 mon.smithi153 (mon.0) 606 : cluster [INF] Activating manager daemon smithi153.unkvxi 2024-02-13T21:05:51.980 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:51.149308+0000 mon.smithi153 (mon.0) 607 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-13T21:05:52.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:50.723445+0000 mon.smithi153 (mon.0) 604 : cluster [DBG] mgrmap e21: smithi153.unkvxi(active, since 6m), standbys: smithi160.twbahe 2024-02-13T21:05:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:51.141578+0000 mon.smithi153 (mon.0) 605 : cluster [INF] Active manager daemon smithi153.unkvxi restarted 2024-02-13T21:05:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:51.142249+0000 mon.smithi153 (mon.0) 606 : cluster [INF] Activating manager daemon smithi153.unkvxi 2024-02-13T21:05:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:51.149308+0000 mon.smithi153 (mon.0) 607 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-13T21:05:52.761 INFO:teuthology.orchestra.run.smithi153.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T21:05:52.875 INFO:teuthology.orchestra.run.smithi153.stdout: 5 27012 32.20 MB/sec warmup 25 sec latency 21.728 ms 2024-02-13T21:05:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:51.741567+0000 mon.smithi153 (mon.0) 608 : cluster [DBG] mgrmap e22: smithi153.unkvxi(active, starting, since 0.599464s), standbys: smithi160.twbahe 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.743056+0000 mon.smithi153 (mon.0) 609 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.743180+0000 mon.smithi153 (mon.0) 610 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.743542+0000 mon.smithi153 (mon.0) 611 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.744226+0000 mon.smithi153 (mon.0) 612 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.744722+0000 mon.smithi153 (mon.0) 613 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi153.unkvxi", "id": "smithi153.unkvxi"}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.744957+0000 mon.smithi153 (mon.0) 614 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi160.twbahe", "id": "smithi160.twbahe"}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.745402+0000 mon.smithi153 (mon.0) 615 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.745698+0000 mon.smithi153 (mon.0) 616 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.745966+0000 mon.smithi153 (mon.0) 617 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.746222+0000 mon.smithi153 (mon.0) 618 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.746439+0000 mon.smithi153 (mon.0) 619 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.746666+0000 mon.smithi153 (mon.0) 620 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:05:53.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.746859+0000 mon.smithi153 (mon.0) 621 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:05:53.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.747185+0000 mon.smithi153 (mon.0) 622 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:05:53.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.747434+0000 mon.smithi153 (mon.0) 623 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T21:05:53.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.747636+0000 mon.smithi153 (mon.0) 624 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T21:05:53.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.747989+0000 mon.smithi153 (mon.0) 625 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T21:05:53.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:51.762572+0000 mon.smithi153 (mon.0) 626 : cluster [INF] Manager daemon smithi153.unkvxi is now available 2024-02-13T21:05:53.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.906756+0000 mon.smithi153 (mon.0) 627 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:53.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.910627+0000 mon.smithi153 (mon.0) 628 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:53.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.936895+0000 mon.smithi153 (mon.0) 629 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:05:53.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:51.942915+0000 mon.smithi153 (mon.0) 630 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:05:53.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:51.741567+0000 mon.smithi153 (mon.0) 608 : cluster [DBG] mgrmap e22: smithi153.unkvxi(active, starting, since 0.599464s), standbys: smithi160.twbahe 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.743056+0000 mon.smithi153 (mon.0) 609 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.743180+0000 mon.smithi153 (mon.0) 610 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.743542+0000 mon.smithi153 (mon.0) 611 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.744226+0000 mon.smithi153 (mon.0) 612 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.744722+0000 mon.smithi153 (mon.0) 613 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi153.unkvxi", "id": "smithi153.unkvxi"}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.744957+0000 mon.smithi153 (mon.0) 614 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi160.twbahe", "id": "smithi160.twbahe"}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.745402+0000 mon.smithi153 (mon.0) 615 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.745698+0000 mon.smithi153 (mon.0) 616 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.745966+0000 mon.smithi153 (mon.0) 617 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.746222+0000 mon.smithi153 (mon.0) 618 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.746439+0000 mon.smithi153 (mon.0) 619 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.746666+0000 mon.smithi153 (mon.0) 620 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:05:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.746859+0000 mon.smithi153 (mon.0) 621 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:05:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.747185+0000 mon.smithi153 (mon.0) 622 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:05:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.747434+0000 mon.smithi153 (mon.0) 623 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T21:05:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.747636+0000 mon.smithi153 (mon.0) 624 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T21:05:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.747989+0000 mon.smithi153 (mon.0) 625 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T21:05:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:51.762572+0000 mon.smithi153 (mon.0) 626 : cluster [INF] Manager daemon smithi153.unkvxi is now available 2024-02-13T21:05:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.906756+0000 mon.smithi153 (mon.0) 627 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.910627+0000 mon.smithi153 (mon.0) 628 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:05:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.936895+0000 mon.smithi153 (mon.0) 629 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:05:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:51.942915+0000 mon.smithi153 (mon.0) 630 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:05:53.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 28302 32.78 MB/sec warmup 26 sec latency 13.752 ms 2024-02-13T21:05:54.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:52.750750+0000 mon.smithi153 (mon.0) 631 : cluster [DBG] mgrmap e23: smithi153.unkvxi(active, since 1.60864s), standbys: smithi160.twbahe 2024-02-13T21:05:54.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:05:52.755237+0000 mgr.smithi153.unkvxi (mgr.14564) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T21:05:54.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:52.758395+0000 mgr.smithi153.unkvxi (mgr.14564) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 204 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-13T21:05:54.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:52.759360+0000 mon.smithi153 (mon.0) 632 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:54.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:52.750750+0000 mon.smithi153 (mon.0) 631 : cluster [DBG] mgrmap e23: smithi153.unkvxi(active, since 1.60864s), standbys: smithi160.twbahe 2024-02-13T21:05:54.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:05:52.755237+0000 mgr.smithi153.unkvxi (mgr.14564) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T21:05:54.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:52.758395+0000 mgr.smithi153.unkvxi (mgr.14564) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 204 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-13T21:05:54.178 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:52.759360+0000 mon.smithi153 (mon.0) 632 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:54.206 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-13T21:05:54.207 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:05:54.207 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-02-13T21:05:54.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 29128 32.28 MB/sec warmup 27 sec latency 25.012 ms 2024-02-13T21:05:55.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:53.746630+0000 mgr.smithi153.unkvxi (mgr.14564) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 204 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-13T21:05:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:53.984375+0000 mon.smithi153 (mon.0) 633 : cluster [DBG] mgrmap e24: smithi153.unkvxi(active, since 2s), standbys: smithi160.twbahe 2024-02-13T21:05:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:53.746630+0000 mgr.smithi153.unkvxi (mgr.14564) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 204 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-13T21:05:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:53.984375+0000 mon.smithi153 (mon.0) 633 : cluster [DBG] mgrmap e24: smithi153.unkvxi(active, since 2s), standbys: smithi160.twbahe 2024-02-13T21:05:55.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 30015 31.90 MB/sec warmup 28 sec latency 19.601 ms 2024-02-13T21:05:56.624 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:55.453082+0000 mon.smithi153 (mon.0) 634 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:56.624 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:55.746956+0000 mgr.smithi153.unkvxi (mgr.14564) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 204 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-13T21:05:56.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:55.453082+0000 mon.smithi153 (mon.0) 634 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:05:56.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:55.746956+0000 mgr.smithi153.unkvxi (mgr.14564) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 204 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-13T21:05:56.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 31135 31.64 MB/sec warmup 29 sec latency 15.376 ms 2024-02-13T21:05:57.446 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:05:57.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 32128 31.95 MB/sec warmup 30 sec latency 28.545 ms 2024-02-13T21:05:58.299 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-02-13T21:05:58.299 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (5m) 20s ago 6m 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (6m) 20s ago 6m 16.2.4 8d91d370c2b8 36ae96ba4321 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (5m) 2s ago 5m 16.2.4 8d91d370c2b8 0804cdd6f2e9 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (4m) 20s ago 6m 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (51s) 20s ago 50s 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (54s) 2s ago 53s 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:9283 running (8m) 20s ago 8m 16.2.4 8d91d370c2b8 5e2742fe758c 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (5m) 2s ago 5m 16.2.4 8d91d370c2b8 187a637c16ff 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (8m) 20s ago 8m 16.2.4 8d91d370c2b8 8fc20fd23ea0 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (5m) 2s ago 5m 16.2.4 8d91d370c2b8 7e95ab3309a6 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.smithi153 smithi153 *:2049 running (37s) 20s ago 36s 3.5 8d91d370c2b8 1187ad14d5b6 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.smithi160 smithi160 *:2049 running (33s) 2s ago 32s 3.5 8d91d370c2b8 6a80e50f143d 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (6m) 20s ago 6m 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (5m) 2s ago 5m 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (5m) 20s ago 5m 16.2.4 8d91d370c2b8 1d16610c9778 2024-02-13T21:05:58.300 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (4m) 20s ago 4m 16.2.4 8d91d370c2b8 eb91e0a29504 2024-02-13T21:05:58.301 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (4m) 20s ago 4m 16.2.4 8d91d370c2b8 04c52d79a742 2024-02-13T21:05:58.301 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (3m) 20s ago 3m 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:05:58.301 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (3m) 2s ago 3m 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:05:58.301 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (3m) 2s ago 3m 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:05:58.301 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (2m) 2s ago 2m 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:05:58.301 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (2m) 2s ago 2m 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:05:58.301 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (4m) 20s ago 5m 2.18.1 de242295e225 5e99fbbc4a53 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:05:58.809 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:05:58.810 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:05:58.810 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-02-13T21:05:58.810 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:05:58.810 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:05:58.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 32947 31.33 MB/sec warmup 31 sec latency 20.111 ms 2024-02-13T21:05:59.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:57.429485+0000 mgr.smithi153.unkvxi (mgr.14564) 6 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:59.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:57.747279+0000 mgr.smithi153.unkvxi (mgr.14564) 7 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 204 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-13T21:05:59.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:57.870213+0000 mgr.smithi153.unkvxi (mgr.14564) 8 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:59.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:58.807718+0000 mon.smithi153 (mon.0) 635 : audit [DBG] from='client.? 172.21.15.153:0/2124299122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:05:59.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:57.429485+0000 mgr.smithi153.unkvxi (mgr.14564) 6 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:57.747279+0000 mgr.smithi153.unkvxi (mgr.14564) 7 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 204 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail 2024-02-13T21:05:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:57.870213+0000 mgr.smithi153.unkvxi (mgr.14564) 8 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:05:59.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:58.807718+0000 mon.smithi153 (mon.0) 635 : audit [DBG] from='client.? 172.21.15.153:0/2124299122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:05:59.301 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:05:59.301 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-13T21:05:59.301 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:05:59.301 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [], 2024-02-13T21:05:59.301 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "", 2024-02-13T21:05:59.302 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "" 2024-02-13T21:05:59.302 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:05:59.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 34088 31.13 MB/sec warmup 32 sec latency 16.857 ms 2024-02-13T21:06:00.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:05:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:58.291478+0000 mgr.smithi153.unkvxi (mgr.14564) 9 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:00.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:05:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:58.291478+0000 mgr.smithi153.unkvxi (mgr.14564) 9 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:00.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 35442 31.71 MB/sec warmup 33 sec latency 20.691 ms 2024-02-13T21:06:01.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:05:59.301734+0000 mgr.smithi153.unkvxi (mgr.14564) 10 : audit [DBG] from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:01.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:05:59.747850+0000 mgr.smithi153.unkvxi (mgr.14564) 11 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 217 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 989 op/s 2024-02-13T21:06:01.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:00.505314+0000 mon.smithi153 (mon.0) 636 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:06:01.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:00.870004+0000 mon.smithi153 (mon.0) 637 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:06:01.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:05:59.301734+0000 mgr.smithi153.unkvxi (mgr.14564) 10 : audit [DBG] from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:01.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:05:59.747850+0000 mgr.smithi153.unkvxi (mgr.14564) 11 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 217 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 989 op/s 2024-02-13T21:06:01.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:00.505314+0000 mon.smithi153 (mon.0) 636 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:06:01.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:00.870004+0000 mon.smithi153 (mon.0) 637 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:06:01.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 36383 31.34 MB/sec warmup 34 sec latency 31.188 ms 2024-02-13T21:06:02.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:06:00.874334+0000 mgr.smithi153.unkvxi (mgr.14564) 12 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T21:06:02.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:06:00.874334+0000 mgr.smithi153.unkvxi (mgr.14564) 12 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T21:06:02.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 37270 31.03 MB/sec warmup 35 sec latency 28.821 ms 2024-02-13T21:06:03.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:01.751151+0000 mgr.smithi153.unkvxi (mgr.14564) 13 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 217 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 8.8 MiB/s wr, 769 op/s 2024-02-13T21:06:03.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:01.751151+0000 mgr.smithi153.unkvxi (mgr.14564) 13 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 217 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 8.8 MiB/s wr, 769 op/s 2024-02-13T21:06:03.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 38130 30.74 MB/sec warmup 36 sec latency 17.158 ms 2024-02-13T21:06:04.876 INFO:teuthology.orchestra.run.smithi153.stdout: 5 38915 30.78 MB/sec warmup 37 sec latency 29.184 ms 2024-02-13T21:06:05.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:03.751741+0000 mgr.smithi153.unkvxi (mgr.14564) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.26k op/s 2024-02-13T21:06:05.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:03.751741+0000 mgr.smithi153.unkvxi (mgr.14564) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.26k op/s 2024-02-13T21:06:05.877 INFO:teuthology.orchestra.run.smithi153.stdout: 5 39585 30.45 MB/sec warmup 38 sec latency 29.340 ms 2024-02-13T21:06:06.880 INFO:teuthology.orchestra.run.smithi153.stdout: 5 40197 29.94 MB/sec warmup 39 sec latency 25.972 ms 2024-02-13T21:06:07.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:05.752123+0000 mgr.smithi153.unkvxi (mgr.14564) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-13T21:06:07.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:05.752123+0000 mgr.smithi153.unkvxi (mgr.14564) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-13T21:06:07.880 INFO:teuthology.orchestra.run.smithi153.stdout: 5 41029 29.64 MB/sec warmup 40 sec latency 28.271 ms 2024-02-13T21:06:08.880 INFO:teuthology.orchestra.run.smithi153.stdout: 5 41723 29.36 MB/sec warmup 41 sec latency 40.042 ms 2024-02-13T21:06:09.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:07.752609+0000 mgr.smithi153.unkvxi (mgr.14564) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 236 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-02-13T21:06:09.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:07.752609+0000 mgr.smithi153.unkvxi (mgr.14564) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 236 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-02-13T21:06:09.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 42620 29.58 MB/sec warmup 42 sec latency 26.903 ms 2024-02-13T21:06:10.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 43352 29.18 MB/sec warmup 43 sec latency 21.099 ms 2024-02-13T21:06:11.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:09.753167+0000 mgr.smithi153.unkvxi (mgr.14564) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 17 MiB/s wr, 1.57k op/s 2024-02-13T21:06:11.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:09.753167+0000 mgr.smithi153.unkvxi (mgr.14564) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 17 MiB/s wr, 1.57k op/s 2024-02-13T21:06:11.880 INFO:teuthology.orchestra.run.smithi153.stdout: 5 44420 29.08 MB/sec warmup 44 sec latency 16.610 ms 2024-02-13T21:06:12.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 45576 29.16 MB/sec warmup 45 sec latency 28.517 ms 2024-02-13T21:06:13.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:11.753552+0000 mgr.smithi153.unkvxi (mgr.14564) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 997 op/s 2024-02-13T21:06:13.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:11.753552+0000 mgr.smithi153.unkvxi (mgr.14564) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 997 op/s 2024-02-13T21:06:13.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 46482 29.26 MB/sec warmup 46 sec latency 12.284 ms 2024-02-13T21:06:14.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 47221 28.87 MB/sec warmup 47 sec latency 30.989 ms 2024-02-13T21:06:15.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:13.754084+0000 mgr.smithi153.unkvxi (mgr.14564) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 252 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.50k op/s 2024-02-13T21:06:15.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:13.754084+0000 mgr.smithi153.unkvxi (mgr.14564) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 252 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.50k op/s 2024-02-13T21:06:15.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 48295 28.73 MB/sec warmup 48 sec latency 20.562 ms 2024-02-13T21:06:16.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 49558 29.09 MB/sec warmup 49 sec latency 25.774 ms 2024-02-13T21:06:17.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:15.754481+0000 mgr.smithi153.unkvxi (mgr.14564) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 252 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 919 op/s 2024-02-13T21:06:17.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:15.754481+0000 mgr.smithi153.unkvxi (mgr.14564) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 252 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 919 op/s 2024-02-13T21:06:17.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 50469 28.93 MB/sec warmup 50 sec latency 26.357 ms 2024-02-13T21:06:18.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 51547 28.86 MB/sec warmup 51 sec latency 15.633 ms 2024-02-13T21:06:19.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:17.754935+0000 mgr.smithi153.unkvxi (mgr.14564) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 269 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.26k op/s 2024-02-13T21:06:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:17.754935+0000 mgr.smithi153.unkvxi (mgr.14564) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 269 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.26k op/s 2024-02-13T21:06:19.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 52434 28.70 MB/sec warmup 52 sec latency 38.983 ms 2024-02-13T21:06:20.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 53279 28.82 MB/sec warmup 53 sec latency 22.605 ms 2024-02-13T21:06:21.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:19.755424+0000 mgr.smithi153.unkvxi (mgr.14564) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2024-02-13T21:06:21.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:19.755424+0000 mgr.smithi153.unkvxi (mgr.14564) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2024-02-13T21:06:21.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 54045 28.56 MB/sec warmup 54 sec latency 16.943 ms 2024-02-13T21:06:22.881 INFO:teuthology.orchestra.run.smithi153.stdout: 5 54877 28.41 MB/sec warmup 55 sec latency 25.182 ms 2024-02-13T21:06:23.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:21.756427+0000 mgr.smithi153.unkvxi (mgr.14564) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.05k op/s 2024-02-13T21:06:23.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:21.756427+0000 mgr.smithi153.unkvxi (mgr.14564) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.05k op/s 2024-02-13T21:06:23.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 55664 28.17 MB/sec warmup 56 sec latency 26.904 ms 2024-02-13T21:06:24.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 56619 28.34 MB/sec warmup 57 sec latency 35.464 ms 2024-02-13T21:06:25.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:23.756920+0000 mgr.smithi153.unkvxi (mgr.14564) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 291 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 17 MiB/s wr, 1.55k op/s 2024-02-13T21:06:25.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:23.756920+0000 mgr.smithi153.unkvxi (mgr.14564) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 291 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 17 MiB/s wr, 1.55k op/s 2024-02-13T21:06:25.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 57449 28.21 MB/sec warmup 58 sec latency 18.600 ms 2024-02-13T21:06:26.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 58338 28.05 MB/sec warmup 59 sec latency 16.624 ms 2024-02-13T21:06:27.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:25.757303+0000 mgr.smithi153.unkvxi (mgr.14564) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 291 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-02-13T21:06:27.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:25.757303+0000 mgr.smithi153.unkvxi (mgr.14564) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 291 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-02-13T21:06:27.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 59010 27.79 MB/sec warmup 60 sec latency 25.780 ms 2024-02-13T21:06:28.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:27.414488+0000 mon.smithi153 (mon.0) 638 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:06:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:06:27.414910+0000 mgr.smithi153.unkvxi (mgr.14564) 26 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-13T21:06:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:06:27.414998+0000 mgr.smithi153.unkvxi (mgr.14564) 27 : 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-13T21:06:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:27.415781+0000 mon.smithi153 (mon.0) 639 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:06:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:06:27.416572+0000 mgr.smithi153.unkvxi (mgr.14564) 28 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi153.unkvxi) 2024-02-13T21:06:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:06:27.728836+0000 mgr.smithi153.unkvxi (mgr.14564) 29 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi160 2024-02-13T21:06:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:27.757657+0000 mgr.smithi153.unkvxi (mgr.14564) 30 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 294 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-02-13T21:06:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:27.414488+0000 mon.smithi153 (mon.0) 638 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:06:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:06:27.414910+0000 mgr.smithi153.unkvxi (mgr.14564) 26 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-13T21:06:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:06:27.414998+0000 mgr.smithi153.unkvxi (mgr.14564) 27 : 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-13T21:06:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:27.415781+0000 mon.smithi153 (mon.0) 639 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:06:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:06:27.416572+0000 mgr.smithi153.unkvxi (mgr.14564) 28 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi153.unkvxi) 2024-02-13T21:06:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:06:27.728836+0000 mgr.smithi153.unkvxi (mgr.14564) 29 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi160 2024-02-13T21:06:28.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:27.757657+0000 mgr.smithi153.unkvxi (mgr.14564) 30 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 294 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-02-13T21:06:28.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 59550 27.65 MB/sec warmup 61 sec latency 30.457 ms 2024-02-13T21:06:29.742 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:06:29.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 60426 27.78 MB/sec warmup 62 sec latency 36.557 ms 2024-02-13T21:06:30.521 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-02-13T21:06:30.521 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (5m) 30s ago 7m 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:06:30.521 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (7m) 30s ago 7m 16.2.4 8d91d370c2b8 36ae96ba4321 2024-02-13T21:06:30.521 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (6m) 35s ago 6m 16.2.4 8d91d370c2b8 0804cdd6f2e9 2024-02-13T21:06:30.521 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (5m) 30s ago 6m 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (83s) 30s ago 82s 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (86s) 35s ago 86s 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:9283 running (8m) 30s ago 8m 16.2.4 8d91d370c2b8 5e2742fe758c 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (6m) 35s ago 6m 16.2.4 8d91d370c2b8 187a637c16ff 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (8m) 30s ago 8m 16.2.4 8d91d370c2b8 8fc20fd23ea0 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (6m) 35s ago 6m 16.2.4 8d91d370c2b8 7e95ab3309a6 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.smithi153 smithi153 *:2049 running (69s) 30s ago 69s 3.5 8d91d370c2b8 1187ad14d5b6 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.smithi160 smithi160 *:2049 running (65s) 35s ago 65s 3.5 8d91d370c2b8 6a80e50f143d 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (6m) 30s ago 6m 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (5m) 35s ago 5m 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (5m) 30s ago 5m 16.2.4 8d91d370c2b8 1d16610c9778 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (5m) 30s ago 5m 16.2.4 8d91d370c2b8 eb91e0a29504 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (4m) 30s ago 4m 16.2.4 8d91d370c2b8 04c52d79a742 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (4m) 30s ago 4m 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:06:30.522 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (4m) 35s ago 4m 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:06:30.523 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (3m) 35s ago 3m 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:06:30.523 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (3m) 35s ago 3m 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:06:30.523 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (3m) 35s ago 3m 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:06:30.523 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (5m) 30s ago 6m 2.18.1 de242295e225 5e99fbbc4a53 2024-02-13T21:06:30.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 61127 27.52 MB/sec warmup 63 sec latency 22.158 ms 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:06:30.957 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:06:30.958 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-02-13T21:06:30.958 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:06:30.958 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:06:31.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:29.725613+0000 mgr.smithi153.unkvxi (mgr.14564) 31 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:31.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:29.758213+0000 mgr.smithi153.unkvxi (mgr.14564) 32 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-13T21:06:31.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:29.725613+0000 mgr.smithi153.unkvxi (mgr.14564) 31 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:31.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:29.758213+0000 mgr.smithi153.unkvxi (mgr.14564) 32 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-13T21:06:31.350 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:06:31.351 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:06:31.351 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:06:31.351 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [], 2024-02-13T21:06:31.351 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-13T21:06:31.351 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc image on host smithi160" 2024-02-13T21:06:31.351 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:06:31.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 61815 27.33 MB/sec warmup 64 sec latency 21.909 ms 2024-02-13T21:06:32.081 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:30.127272+0000 mgr.smithi153.unkvxi (mgr.14564) 33 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:32.081 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:30.512794+0000 mgr.smithi153.unkvxi (mgr.14564) 34 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:32.081 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:30.958053+0000 mon.smithi160 (mon.1) 23 : audit [DBG] from='client.? 172.21.15.153:0/1113912863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:06:32.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:30.127272+0000 mgr.smithi153.unkvxi (mgr.14564) 33 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:32.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:30.512794+0000 mgr.smithi153.unkvxi (mgr.14564) 34 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:32.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:30.958053+0000 mon.smithi160 (mon.1) 23 : audit [DBG] from='client.? 172.21.15.153:0/1113912863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:06:32.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 62715 27.20 MB/sec warmup 65 sec latency 37.227 ms 2024-02-13T21:06:33.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:31.351835+0000 mgr.smithi153.unkvxi (mgr.14564) 35 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:33.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:31.758547+0000 mgr.smithi153.unkvxi (mgr.14564) 36 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 964 op/s 2024-02-13T21:06:33.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:31.351835+0000 mgr.smithi153.unkvxi (mgr.14564) 35 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:06:33.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:31.758547+0000 mgr.smithi153.unkvxi (mgr.14564) 36 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 964 op/s 2024-02-13T21:06:33.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 63716 27.36 MB/sec warmup 66 sec latency 13.652 ms 2024-02-13T21:06:34.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 64389 27.26 MB/sec warmup 67 sec latency 31.277 ms 2024-02-13T21:06:35.256 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:33.759218+0000 mgr.smithi153.unkvxi (mgr.14564) 37 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 301 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2024-02-13T21:06:35.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:33.759218+0000 mgr.smithi153.unkvxi (mgr.14564) 37 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 301 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2024-02-13T21:06:35.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 65035 27.05 MB/sec warmup 68 sec latency 27.997 ms 2024-02-13T21:06:36.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 65775 26.85 MB/sec warmup 69 sec latency 35.665 ms 2024-02-13T21:06:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:35.759549+0000 mgr.smithi153.unkvxi (mgr.14564) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 301 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.0 MiB/s wr, 882 op/s 2024-02-13T21:06:37.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:35.759549+0000 mgr.smithi153.unkvxi (mgr.14564) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 301 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.0 MiB/s wr, 882 op/s 2024-02-13T21:06:37.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 66551 26.76 MB/sec warmup 70 sec latency 45.668 ms 2024-02-13T21:06:38.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 67336 26.85 MB/sec warmup 71 sec latency 26.030 ms 2024-02-13T21:06:39.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:37.760031+0000 mgr.smithi153.unkvxi (mgr.14564) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.20k op/s 2024-02-13T21:06:39.443 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:37.760031+0000 mgr.smithi153.unkvxi (mgr.14564) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.20k op/s 2024-02-13T21:06:39.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 67760 26.66 MB/sec warmup 72 sec latency 122.458 ms 2024-02-13T21:06:40.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 68228 26.37 MB/sec warmup 73 sec latency 28.704 ms 2024-02-13T21:06:41.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:39.760721+0000 mgr.smithi153.unkvxi (mgr.14564) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-13T21:06:41.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:39.760721+0000 mgr.smithi153.unkvxi (mgr.14564) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-13T21:06:41.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 68963 26.23 MB/sec warmup 74 sec latency 31.337 ms 2024-02-13T21:06:42.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 69795 26.14 MB/sec warmup 75 sec latency 47.238 ms 2024-02-13T21:06:43.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:41.761109+0000 mgr.smithi153.unkvxi (mgr.14564) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.9 MiB/s wr, 850 op/s 2024-02-13T21:06:43.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:41.761109+0000 mgr.smithi153.unkvxi (mgr.14564) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.9 MiB/s wr, 850 op/s 2024-02-13T21:06:43.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 70645 26.21 MB/sec warmup 76 sec latency 17.486 ms 2024-02-13T21:06:44.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 71299 26.17 MB/sec warmup 77 sec latency 24.208 ms 2024-02-13T21:06:45.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:43.761754+0000 mgr.smithi153.unkvxi (mgr.14564) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2024-02-13T21:06:45.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:43.761754+0000 mgr.smithi153.unkvxi (mgr.14564) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2024-02-13T21:06:45.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 71667 25.89 MB/sec warmup 78 sec latency 42.626 ms 2024-02-13T21:06:46.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 72047 25.65 MB/sec warmup 79 sec latency 59.426 ms 2024-02-13T21:06:47.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:45.762055+0000 mgr.smithi153.unkvxi (mgr.14564) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 879 op/s 2024-02-13T21:06:47.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:45.762055+0000 mgr.smithi153.unkvxi (mgr.14564) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.6 MiB/s wr, 879 op/s 2024-02-13T21:06:47.882 INFO:teuthology.orchestra.run.smithi153.stdout: 5 72705 25.52 MB/sec warmup 80 sec latency 31.886 ms 2024-02-13T21:06:48.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 73369 25.38 MB/sec warmup 81 sec latency 26.638 ms 2024-02-13T21:06:49.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:47.762424+0000 mgr.smithi153.unkvxi (mgr.14564) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.04k op/s 2024-02-13T21:06:49.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:47.762424+0000 mgr.smithi153.unkvxi (mgr.14564) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.04k op/s 2024-02-13T21:06:49.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 74223 25.46 MB/sec warmup 82 sec latency 21.027 ms 2024-02-13T21:06:50.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 75065 25.46 MB/sec warmup 83 sec latency 17.967 ms 2024-02-13T21:06:51.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:49.762896+0000 mgr.smithi153.unkvxi (mgr.14564) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.9 MiB/s wr, 905 op/s 2024-02-13T21:06:51.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:49.762896+0000 mgr.smithi153.unkvxi (mgr.14564) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.9 MiB/s wr, 905 op/s 2024-02-13T21:06:51.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 75856 25.33 MB/sec warmup 84 sec latency 18.562 ms 2024-02-13T21:06:52.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:51.768158+0000 mon.smithi153 (mon.0) 640 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-13T21:06:52.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:51.768454+0000 mon.smithi153 (mon.0) 641 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-02-13T21:06:52.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:51.768727+0000 mon.smithi153 (mon.0) 642 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-13T21:06:52.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:51.768943+0000 mon.smithi153 (mon.0) 643 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-13T21:06:52.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:51.940976+0000 mon.smithi153 (mon.0) 644 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:06:52.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:51.952742+0000 mon.smithi153 (mon.0) 645 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:06:52.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:51.768158+0000 mon.smithi153 (mon.0) 640 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-13T21:06:52.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:51.768454+0000 mon.smithi153 (mon.0) 641 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-02-13T21:06:52.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:51.768727+0000 mon.smithi153 (mon.0) 642 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-13T21:06:52.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:51.768943+0000 mon.smithi153 (mon.0) 643 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-13T21:06:52.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:51.940976+0000 mon.smithi153 (mon.0) 644 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:06:52.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:51.952742+0000 mon.smithi153 (mon.0) 645 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:06:52.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 76434 25.17 MB/sec warmup 85 sec latency 40.078 ms 2024-02-13T21:06:53.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:51.763206+0000 mgr.smithi153.unkvxi (mgr.14564) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 788 op/s 2024-02-13T21:06:53.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:52.019058+0000 mon.smithi153 (mon.0) 646 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2024-02-13T21:06:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:52.019146+0000 mon.smithi153 (mon.0) 647 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2024-02-13T21:06:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:52.019203+0000 mon.smithi153 (mon.0) 648 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-02-13T21:06:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:52.019255+0000 mon.smithi153 (mon.0) 649 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2024-02-13T21:06:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:52.019301+0000 mon.smithi153 (mon.0) 650 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-13T21:06:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:52.020428+0000 mon.smithi153 (mon.0) 651 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-13T21:06:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:52.021427+0000 mon.smithi153 (mon.0) 652 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:06:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:06:52.990525+0000 mon.smithi153 (mon.0) 653 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T21:06:53.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:52.990625+0000 mon.smithi153 (mon.0) 654 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-13T21:06:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:51.763206+0000 mgr.smithi153.unkvxi (mgr.14564) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 788 op/s 2024-02-13T21:06:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:52.019058+0000 mon.smithi153 (mon.0) 646 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]': finished 2024-02-13T21:06:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:52.019146+0000 mon.smithi153 (mon.0) 647 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2024-02-13T21:06:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:52.019203+0000 mon.smithi153 (mon.0) 648 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-02-13T21:06:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:52.019255+0000 mon.smithi153 (mon.0) 649 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2024-02-13T21:06:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:52.019301+0000 mon.smithi153 (mon.0) 650 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-13T21:06:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:52.020428+0000 mon.smithi153 (mon.0) 651 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-13T21:06:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:52.021427+0000 mon.smithi153 (mon.0) 652 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:06:53.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:06:52.990525+0000 mon.smithi153 (mon.0) 653 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T21:06:53.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:52.990625+0000 mon.smithi153 (mon.0) 654 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-13T21:06:53.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 77086 25.07 MB/sec warmup 86 sec latency 26.018 ms 2024-02-13T21:06:54.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 77625 25.02 MB/sec warmup 87 sec latency 58.533 ms 2024-02-13T21:06:55.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:53.763549+0000 mgr.smithi153.unkvxi (mgr.14564) 47 : cluster [DBG] pgmap v36: 97 pgs: 3 peering, 94 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-13T21:06:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:53.991661+0000 mon.smithi153 (mon.0) 655 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-13T21:06:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:54.017157+0000 mon.smithi153 (mon.0) 656 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-13T21:06:55.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:53.763549+0000 mgr.smithi153.unkvxi (mgr.14564) 47 : cluster [DBG] pgmap v36: 97 pgs: 3 peering, 94 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-13T21:06:55.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:53.991661+0000 mon.smithi153 (mon.0) 655 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-13T21:06:55.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:54.017157+0000 mon.smithi153 (mon.0) 656 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-13T21:06:55.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 78143 24.99 MB/sec warmup 88 sec latency 30.460 ms 2024-02-13T21:06:56.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:55.024287+0000 mon.smithi153 (mon.0) 657 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-13T21:06:56.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:55.024287+0000 mon.smithi153 (mon.0) 657 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-13T21:06:56.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 78628 24.82 MB/sec warmup 89 sec latency 33.943 ms 2024-02-13T21:06:57.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:55.763882+0000 mgr.smithi153.unkvxi (mgr.14564) 48 : cluster [DBG] pgmap v39: 97 pgs: 3 peering, 94 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2024-02-13T21:06:57.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:56.028394+0000 mon.smithi153 (mon.0) 658 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-13T21:06:57.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:55.763882+0000 mgr.smithi153.unkvxi (mgr.14564) 48 : cluster [DBG] pgmap v39: 97 pgs: 3 peering, 94 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2024-02-13T21:06:57.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:56.028394+0000 mon.smithi153 (mon.0) 658 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-13T21:06:57.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 79524 24.75 MB/sec warmup 90 sec latency 20.898 ms 2024-02-13T21:06:58.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 80191 24.61 MB/sec warmup 91 sec latency 30.937 ms 2024-02-13T21:06:59.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:06:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:57.764409+0000 mgr.smithi153.unkvxi (mgr.14564) 49 : cluster [DBG] pgmap v41: 97 pgs: 93 active+clean, 1 active+clean+wait, 3 peering; 331 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.1 MiB/s wr, 560 op/s; 2.5 MiB/s, 4 keys/s, 1 objects/s recovering 2024-02-13T21:06:59.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:06:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:57.764409+0000 mgr.smithi153.unkvxi (mgr.14564) 49 : cluster [DBG] pgmap v41: 97 pgs: 93 active+clean, 1 active+clean+wait, 3 peering; 331 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.1 MiB/s wr, 560 op/s; 2.5 MiB/s, 4 keys/s, 1 objects/s recovering 2024-02-13T21:06:59.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 80788 24.53 MB/sec warmup 92 sec latency 28.077 ms 2024-02-13T21:07:00.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:06:59.764915+0000 mgr.smithi153.unkvxi (mgr.14564) 50 : cluster [DBG] pgmap v42: 97 pgs: 96 active+clean, 1 active+clean+wait; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 7.8 MiB/s wr, 709 op/s; 2.0 MiB/s, 3 keys/s, 1 objects/s recovering 2024-02-13T21:07:00.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:00.029859+0000 mon.smithi153 (mon.0) 659 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-02-13T21:07:00.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:00.029892+0000 mon.smithi153 (mon.0) 660 : cluster [INF] Cluster is now healthy 2024-02-13T21:07:00.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:06:59.764915+0000 mgr.smithi153.unkvxi (mgr.14564) 50 : cluster [DBG] pgmap v42: 97 pgs: 96 active+clean, 1 active+clean+wait; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 7.8 MiB/s wr, 709 op/s; 2.0 MiB/s, 3 keys/s, 1 objects/s recovering 2024-02-13T21:07:00.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:00.029859+0000 mon.smithi153 (mon.0) 659 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-02-13T21:07:00.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:00.029892+0000 mon.smithi153 (mon.0) 660 : cluster [INF] Cluster is now healthy 2024-02-13T21:07:00.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 81630 24.65 MB/sec warmup 93 sec latency 19.207 ms 2024-02-13T21:07:01.736 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:07:01.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 82177 24.52 MB/sec warmup 94 sec latency 30.253 ms 2024-02-13T21:07:02.529 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-02-13T21:07:02.529 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (6m) 62s ago 7m 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:07:02.529 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (7m) 62s ago 7m 16.2.4 8d91d370c2b8 36ae96ba4321 2024-02-13T21:07:02.529 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 0804cdd6f2e9 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (5m) 62s ago 7m 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (115s) 62s ago 114s 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (118s) 67s ago 118s 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:9283 running (9m) 62s ago 9m 16.2.4 8d91d370c2b8 5e2742fe758c 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 187a637c16ff 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (9m) 62s ago 9m 16.2.4 8d91d370c2b8 8fc20fd23ea0 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 7e95ab3309a6 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.smithi153 smithi153 *:2049 running (101s) 62s ago 101s 3.5 8d91d370c2b8 1187ad14d5b6 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.smithi160 smithi160 *:2049 running (97s) 67s ago 97s 3.5 8d91d370c2b8 6a80e50f143d 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (7m) 62s ago 7m 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (6m) 67s ago 6m 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (6m) 62s ago 6m 16.2.4 8d91d370c2b8 1d16610c9778 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (5m) 62s ago 5m 16.2.4 8d91d370c2b8 eb91e0a29504 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (5m) 62s ago 5m 16.2.4 8d91d370c2b8 04c52d79a742 2024-02-13T21:07:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (4m) 62s ago 4m 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:07:02.531 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (4m) 67s ago 4m 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:07:02.531 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (4m) 67s ago 4m 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:07:02.531 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (3m) 67s ago 3m 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:07:02.531 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (3m) 67s ago 3m 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:07:02.531 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (5m) 62s ago 7m 2.18.1 de242295e225 5e99fbbc4a53 2024-02-13T21:07:02.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 82923 24.41 MB/sec warmup 95 sec latency 18.862 ms 2024-02-13T21:07:02.967 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:07:02.967 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:07:02.967 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:07:02.967 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:07:02.967 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:07:02.967 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:07:02.967 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:07:02.967 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:07:02.967 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-13T21:07:02.967 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:07:02.968 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:07:02.968 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:07:02.968 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:07:02.968 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:07:02.968 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-02-13T21:07:02.968 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:07:02.968 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:07:03.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:01.721668+0000 mgr.smithi153.unkvxi (mgr.14564) 51 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:03.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:01.765276+0000 mgr.smithi153.unkvxi (mgr.14564) 52 : cluster [DBG] pgmap v43: 97 pgs: 96 active+clean, 1 active+clean+wait; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 6.1 MiB/s wr, 547 op/s; 1.5 MiB/s, 2 keys/s, 1 objects/s recovering 2024-02-13T21:07:03.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:01.933894+0000 mon.smithi153 (mon.0) 661 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:07:03.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:01.721668+0000 mgr.smithi153.unkvxi (mgr.14564) 51 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:03.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:01.765276+0000 mgr.smithi153.unkvxi (mgr.14564) 52 : cluster [DBG] pgmap v43: 97 pgs: 96 active+clean, 1 active+clean+wait; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 6.1 MiB/s wr, 547 op/s; 1.5 MiB/s, 2 keys/s, 1 objects/s recovering 2024-02-13T21:07:03.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:01.933894+0000 mon.smithi153 (mon.0) 661 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:07:03.432 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:07:03.432 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:07:03.432 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:07:03.432 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [], 2024-02-13T21:07:03.432 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-13T21:07:03.432 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc image on host smithi160" 2024-02-13T21:07:03.433 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:07:03.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 83779 24.33 MB/sec warmup 96 sec latency 35.406 ms 2024-02-13T21:07:04.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:02.122526+0000 mgr.smithi153.unkvxi (mgr.14564) 53 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:04.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:02.520893+0000 mgr.smithi153.unkvxi (mgr.14564) 54 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:04.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:02.968303+0000 mon.smithi153 (mon.0) 662 : audit [DBG] from='client.? 172.21.15.153:0/2467397466' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:07:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:02.122526+0000 mgr.smithi153.unkvxi (mgr.14564) 53 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:02.520893+0000 mgr.smithi153.unkvxi (mgr.14564) 54 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:02.968303+0000 mon.smithi153 (mon.0) 662 : audit [DBG] from='client.? 172.21.15.153:0/2467397466' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:07:04.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 84552 24.38 MB/sec warmup 97 sec latency 32.521 ms 2024-02-13T21:07:05.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:03.433286+0000 mgr.smithi153.unkvxi (mgr.14564) 55 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:05.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:03.765851+0000 mgr.smithi153.unkvxi (mgr.14564) 56 : cluster [DBG] pgmap v44: 97 pgs: 1 active+clean+wait, 96 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.02k op/s; 1.4 MiB/s, 2 keys/s, 0 objects/s recovering 2024-02-13T21:07:05.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:03.433286+0000 mgr.smithi153.unkvxi (mgr.14564) 55 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:05.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:03.765851+0000 mgr.smithi153.unkvxi (mgr.14564) 56 : cluster [DBG] pgmap v44: 97 pgs: 1 active+clean+wait, 96 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.02k op/s; 1.4 MiB/s, 2 keys/s, 0 objects/s recovering 2024-02-13T21:07:05.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 85094 24.34 MB/sec warmup 98 sec latency 30.159 ms 2024-02-13T21:07:06.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 85391 24.18 MB/sec warmup 99 sec latency 46.165 ms 2024-02-13T21:07:07.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:05.766290+0000 mgr.smithi153.unkvxi (mgr.14564) 57 : cluster [DBG] pgmap v45: 97 pgs: 1 active+clean+wait, 96 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 9.7 MiB/s wr, 895 op/s; 1.2 MiB/s, 1 keys/s, 0 objects/s recovering 2024-02-13T21:07:07.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:05.766290+0000 mgr.smithi153.unkvxi (mgr.14564) 57 : cluster [DBG] pgmap v45: 97 pgs: 1 active+clean+wait, 96 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 9.7 MiB/s wr, 895 op/s; 1.2 MiB/s, 1 keys/s, 0 objects/s recovering 2024-02-13T21:07:07.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 85673 24.00 MB/sec warmup 100 sec latency 52.821 ms 2024-02-13T21:07:08.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 86218 23.86 MB/sec warmup 101 sec latency 39.468 ms 2024-02-13T21:07:09.000 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:07.766684+0000 mgr.smithi153.unkvxi (mgr.14564) 58 : cluster [DBG] pgmap v46: 97 pgs: 1 active+clean+wait, 96 active+clean; 325 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.9 MiB/s wr, 928 op/s; 1.0 MiB/s, 1 keys/s, 0 objects/s recovering 2024-02-13T21:07:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:07.766684+0000 mgr.smithi153.unkvxi (mgr.14564) 58 : cluster [DBG] pgmap v46: 97 pgs: 1 active+clean+wait, 96 active+clean; 325 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.9 MiB/s wr, 928 op/s; 1.0 MiB/s, 1 keys/s, 0 objects/s recovering 2024-02-13T21:07:09.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 86835 23.77 MB/sec warmup 102 sec latency 39.300 ms 2024-02-13T21:07:10.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 87568 23.67 MB/sec warmup 103 sec latency 28.402 ms 2024-02-13T21:07:11.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:09.767196+0000 mgr.smithi153.unkvxi (mgr.14564) 59 : cluster [DBG] pgmap v47: 97 pgs: 1 active+clean+wait, 96 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.5 MiB/s wr, 844 op/s 2024-02-13T21:07:11.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:09.769998+0000 mgr.smithi153.unkvxi (mgr.14564) 60 : cephadm [INF] Upgrade: Updating mgr.smithi160.twbahe 2024-02-13T21:07:11.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:09.775567+0000 mon.smithi153 (mon.0) 663 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:07:11.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:09.776757+0000 mon.smithi153 (mon.0) 664 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.twbahe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:07:11.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:09.777938+0000 mon.smithi153 (mon.0) 665 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:07:11.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:09.779518+0000 mon.smithi153 (mon.0) 666 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:11.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:09.780459+0000 mgr.smithi153.unkvxi (mgr.14564) 61 : cephadm [INF] Deploying daemon mgr.smithi160.twbahe on smithi160 2024-02-13T21:07:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:09.767196+0000 mgr.smithi153.unkvxi (mgr.14564) 59 : cluster [DBG] pgmap v47: 97 pgs: 1 active+clean+wait, 96 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.5 MiB/s wr, 844 op/s 2024-02-13T21:07:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:09.769998+0000 mgr.smithi153.unkvxi (mgr.14564) 60 : cephadm [INF] Upgrade: Updating mgr.smithi160.twbahe 2024-02-13T21:07:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:09.775567+0000 mon.smithi153 (mon.0) 663 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:07:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:09.776757+0000 mon.smithi153 (mon.0) 664 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.twbahe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:07:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:09.777938+0000 mon.smithi153 (mon.0) 665 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:07:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:09.779518+0000 mon.smithi153 (mon.0) 666 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:11.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:09.780459+0000 mgr.smithi153.unkvxi (mgr.14564) 61 : cephadm [INF] Deploying daemon mgr.smithi160.twbahe on smithi160 2024-02-13T21:07:11.883 INFO:teuthology.orchestra.run.smithi153.stdout: 5 88272 23.69 MB/sec warmup 104 sec latency 21.601 ms 2024-02-13T21:07:12.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 89109 23.75 MB/sec warmup 105 sec latency 57.283 ms 2024-02-13T21:07:13.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:11.767557+0000 mgr.smithi153.unkvxi (mgr.14564) 62 : cluster [DBG] pgmap v48: 97 pgs: 1 active+clean+wait, 96 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 712 op/s 2024-02-13T21:07:13.231 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:11.767557+0000 mgr.smithi153.unkvxi (mgr.14564) 62 : cluster [DBG] pgmap v48: 97 pgs: 1 active+clean+wait, 96 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 712 op/s 2024-02-13T21:07:13.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 89785 23.63 MB/sec warmup 106 sec latency 26.653 ms 2024-02-13T21:07:14.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:13.344188+0000 mon.smithi153 (mon.0) 667 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:07:14.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:13.345154+0000 mon.smithi153 (mon.0) 668 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:07:14.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:13.768210+0000 mgr.smithi153.unkvxi (mgr.14564) 63 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-02-13T21:07:14.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:13.344188+0000 mon.smithi153 (mon.0) 667 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:07:14.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:13.345154+0000 mon.smithi153 (mon.0) 668 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:07:14.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:13.768210+0000 mgr.smithi153.unkvxi (mgr.14564) 63 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-02-13T21:07:14.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 90522 23.55 MB/sec warmup 107 sec latency 35.159 ms 2024-02-13T21:07:15.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 91177 23.47 MB/sec warmup 108 sec latency 30.344 ms 2024-02-13T21:07:16.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 91847 23.49 MB/sec warmup 109 sec latency 22.860 ms 2024-02-13T21:07:17.085 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:15.768567+0000 mgr.smithi153.unkvxi (mgr.14564) 64 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.6 MiB/s wr, 721 op/s 2024-02-13T21:07:17.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:15.768567+0000 mgr.smithi153.unkvxi (mgr.14564) 64 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 327 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.6 MiB/s wr, 721 op/s 2024-02-13T21:07:17.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 92655 23.54 MB/sec warmup 110 sec latency 27.273 ms 2024-02-13T21:07:18.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:17.365032+0000 mon.smithi153 (mon.0) 669 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:07:18.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:17.719842+0000 mon.smithi153 (mon.0) 670 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:07:18.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:17.725322+0000 mon.smithi153 (mon.0) 671 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:07:18.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:17.726524+0000 mgr.smithi153.unkvxi (mgr.14564) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi153.unkvxi) 2024-02-13T21:07:18.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:17.729681+0000 mgr.smithi153.unkvxi (mgr.14564) 66 : cephadm [INF] Failing over to other MGR 2024-02-13T21:07:18.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:17.729972+0000 mon.smithi153 (mon.0) 672 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr fail", "who": "smithi153.unkvxi"}]: dispatch 2024-02-13T21:07:18.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:17.734058+0000 mon.smithi153 (mon.0) 673 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-13T21:07:18.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:17.768998+0000 mgr.smithi153.unkvxi (mgr.14564) 67 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 328 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.9 MiB/s wr, 1k op/s 2024-02-13T21:07:18.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:17.365032+0000 mon.smithi153 (mon.0) 669 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:07:18.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:17.719842+0000 mon.smithi153 (mon.0) 670 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' 2024-02-13T21:07:18.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:17.725322+0000 mon.smithi153 (mon.0) 671 : audit [DBG] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:07:18.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:17.726524+0000 mgr.smithi153.unkvxi (mgr.14564) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi153.unkvxi) 2024-02-13T21:07:18.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:17.729681+0000 mgr.smithi153.unkvxi (mgr.14564) 66 : cephadm [INF] Failing over to other MGR 2024-02-13T21:07:18.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:17.729972+0000 mon.smithi153 (mon.0) 672 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr fail", "who": "smithi153.unkvxi"}]: dispatch 2024-02-13T21:07:18.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:17.734058+0000 mon.smithi153 (mon.0) 673 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-13T21:07:18.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:17.768998+0000 mgr.smithi153.unkvxi (mgr.14564) 67 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 328 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.9 MiB/s wr, 1k op/s 2024-02-13T21:07:18.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 93295 23.42 MB/sec warmup 111 sec latency 20.157 ms 2024-02-13T21:07:19.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 93819 23.31 MB/sec warmup 112 sec latency 38.132 ms 2024-02-13T21:07:19.999 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:18.723888+0000 mon.smithi153 (mon.0) 674 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "mgr fail", "who": "smithi153.unkvxi"}]': finished 2024-02-13T21:07:19.999 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:18.723945+0000 mon.smithi153 (mon.0) 675 : cluster [DBG] mgrmap e25: smithi160.twbahe(active, starting, since 0.993027s) 2024-02-13T21:07:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:18.723888+0000 mon.smithi153 (mon.0) 674 : audit [INF] from='mgr.14564 172.21.15.153:0/4139347264' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "mgr fail", "who": "smithi153.unkvxi"}]': finished 2024-02-13T21:07:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:18.723945+0000 mon.smithi153 (mon.0) 675 : cluster [DBG] mgrmap e25: smithi160.twbahe(active, starting, since 0.993027s) 2024-02-13T21:07:20.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 94391 23.20 MB/sec warmup 113 sec latency 29.189 ms 2024-02-13T21:07:20.982 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:20.334713+0000 mon.smithi153 (mon.0) 676 : cluster [INF] Active manager daemon smithi160.twbahe restarted 2024-02-13T21:07:20.982 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:20.335362+0000 mon.smithi153 (mon.0) 677 : cluster [INF] Activating manager daemon smithi160.twbahe 2024-02-13T21:07:20.982 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.335919+0000 mon.smithi160 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/crt"}]: dispatch 2024-02-13T21:07:20.982 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:20.338623+0000 mon.smithi153 (mon.0) 678 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-13T21:07:20.983 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.339692+0000 mon.smithi160 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:07:20.983 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.341014+0000 mon.smithi160 (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/key"}]: dispatch 2024-02-13T21:07:20.983 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.341542+0000 mon.smithi160 (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:07:21.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:20.334713+0000 mon.smithi153 (mon.0) 676 : cluster [INF] Active manager daemon smithi160.twbahe restarted 2024-02-13T21:07:21.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:20.335362+0000 mon.smithi153 (mon.0) 677 : cluster [INF] Activating manager daemon smithi160.twbahe 2024-02-13T21:07:21.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.335919+0000 mon.smithi160 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/crt"}]: dispatch 2024-02-13T21:07:21.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:20.338623+0000 mon.smithi153 (mon.0) 678 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-13T21:07:21.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.339692+0000 mon.smithi160 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:07:21.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.341014+0000 mon.smithi160 (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/key"}]: dispatch 2024-02-13T21:07:21.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.341542+0000 mon.smithi160 (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:07:21.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 94764 23.08 MB/sec warmup 114 sec latency 42.586 ms 2024-02-13T21:07:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:20.730472+0000 mon.smithi153 (mon.0) 679 : cluster [DBG] mgrmap e26: smithi160.twbahe(active, starting, since 0.3953s) 2024-02-13T21:07:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.735124+0000 mon.smithi160 (mon.1) 28 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T21:07:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.735283+0000 mon.smithi160 (mon.1) 29 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:07:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.736273+0000 mon.smithi160 (mon.1) 30 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:07:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.736563+0000 mon.smithi160 (mon.1) 31 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.736824+0000 mon.smithi160 (mon.1) 32 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mgr metadata", "who": "smithi160.twbahe", "id": "smithi160.twbahe"}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.737080+0000 mon.smithi160 (mon.1) 33 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.737327+0000 mon.smithi160 (mon.1) 34 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.737490+0000 mon.smithi160 (mon.1) 35 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.737719+0000 mon.smithi160 (mon.1) 36 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.738027+0000 mon.smithi160 (mon.1) 37 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.738313+0000 mon.smithi160 (mon.1) 38 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.738610+0000 mon.smithi160 (mon.1) 39 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.738807+0000 mon.smithi160 (mon.1) 40 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.743051+0000 mon.smithi160 (mon.1) 41 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.743318+0000 mon.smithi160 (mon.1) 42 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.743904+0000 mon.smithi160 (mon.1) 43 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:20.772636+0000 mon.smithi153 (mon.0) 680 : cluster [INF] Manager daemon smithi160.twbahe is now available 2024-02-13T21:07:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.792615+0000 mon.smithi153 (mon.0) 681 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:22.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:20.796479+0000 mgr.smithi160.twbahe (mgr.24453) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-13T21:07:22.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.913400+0000 mon.smithi160 (mon.1) 44 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:07:22.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.917644+0000 mon.smithi160 (mon.1) 45 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:07:22.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.955331+0000 mon.smithi153 (mon.0) 682 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:22.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.989320+0000 mon.smithi160 (mon.1) 46 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.twbahe/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:07:22.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:20.989730+0000 mon.smithi153 (mon.0) 683 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.twbahe/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:07:22.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:21.002651+0000 mon.smithi160 (mon.1) 47 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.twbahe/trash_purge_schedule"}]: dispatch 2024-02-13T21:07:22.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:21.003168+0000 mon.smithi153 (mon.0) 684 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.twbahe/trash_purge_schedule"}]: dispatch 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:20.730472+0000 mon.smithi153 (mon.0) 679 : cluster [DBG] mgrmap e26: smithi160.twbahe(active, starting, since 0.3953s) 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.735124+0000 mon.smithi160 (mon.1) 28 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.735283+0000 mon.smithi160 (mon.1) 29 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.736273+0000 mon.smithi160 (mon.1) 30 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.736563+0000 mon.smithi160 (mon.1) 31 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.736824+0000 mon.smithi160 (mon.1) 32 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mgr metadata", "who": "smithi160.twbahe", "id": "smithi160.twbahe"}]: dispatch 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.737080+0000 mon.smithi160 (mon.1) 33 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.737327+0000 mon.smithi160 (mon.1) 34 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.737490+0000 mon.smithi160 (mon.1) 35 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.737719+0000 mon.smithi160 (mon.1) 36 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:07:22.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.738027+0000 mon.smithi160 (mon.1) 37 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.738313+0000 mon.smithi160 (mon.1) 38 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.738610+0000 mon.smithi160 (mon.1) 39 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.738807+0000 mon.smithi160 (mon.1) 40 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.743051+0000 mon.smithi160 (mon.1) 41 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.743318+0000 mon.smithi160 (mon.1) 42 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.743904+0000 mon.smithi160 (mon.1) 43 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:20.772636+0000 mon.smithi153 (mon.0) 680 : cluster [INF] Manager daemon smithi160.twbahe is now available 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.792615+0000 mon.smithi153 (mon.0) 681 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:20.796479+0000 mgr.smithi160.twbahe (mgr.24453) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.913400+0000 mon.smithi160 (mon.1) 44 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.917644+0000 mon.smithi160 (mon.1) 45 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.955331+0000 mon.smithi153 (mon.0) 682 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.989320+0000 mon.smithi160 (mon.1) 46 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.twbahe/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:20.989730+0000 mon.smithi153 (mon.0) 683 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.twbahe/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:07:22.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:21.002651+0000 mon.smithi160 (mon.1) 47 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.twbahe/trash_purge_schedule"}]: dispatch 2024-02-13T21:07:22.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:21.003168+0000 mon.smithi153 (mon.0) 684 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.twbahe/trash_purge_schedule"}]: dispatch 2024-02-13T21:07:22.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:21.740362+0000 mon.smithi153 (mon.0) 685 : cluster [DBG] mgrmap e27: smithi160.twbahe(active, since 1.40519s) 2024-02-13T21:07:22.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:21.760122+0000 mgr.smithi160.twbahe (mgr.24453) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:07:22.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 95123 23.00 MB/sec warmup 115 sec latency 38.900 ms 2024-02-13T21:07:23.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:21.740362+0000 mon.smithi153 (mon.0) 685 : cluster [DBG] mgrmap e27: smithi160.twbahe(active, since 1.40519s) 2024-02-13T21:07:23.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:21.760122+0000 mgr.smithi160.twbahe (mgr.24453) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:07:23.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:22.742949+0000 mgr.smithi160.twbahe (mgr.24453) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:07:23.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:22.745323+0000 mon.smithi153 (mon.0) 686 : cluster [DBG] mgrmap e28: smithi160.twbahe(active, since 2s) 2024-02-13T21:07:23.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 95517 22.95 MB/sec warmup 116 sec latency 41.752 ms 2024-02-13T21:07:24.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:22.742949+0000 mgr.smithi160.twbahe (mgr.24453) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:07:24.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:22.745323+0000 mon.smithi153 (mon.0) 686 : cluster [DBG] mgrmap e28: smithi160.twbahe(active, since 2s) 2024-02-13T21:07:24.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 96066 22.93 MB/sec warmup 117 sec latency 29.108 ms 2024-02-13T21:07:25.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 96580 22.79 MB/sec warmup 118 sec latency 27.076 ms 2024-02-13T21:07:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:24.743299+0000 mgr.smithi160.twbahe (mgr.24453) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:07:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:25.316113+0000 mon.smithi153 (mon.0) 687 : cluster [DBG] Standby manager daemon smithi153.unkvxi started 2024-02-13T21:07:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:25.319617+0000 mon.smithi153 (mon.0) 688 : audit [DBG] from='mgr.? 172.21.15.153:0/2994746143' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.unkvxi/crt"}]: dispatch 2024-02-13T21:07:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:25.320035+0000 mon.smithi153 (mon.0) 689 : audit [DBG] from='mgr.? 172.21.15.153:0/2994746143' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:07:26.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:25.322491+0000 mon.smithi153 (mon.0) 690 : audit [DBG] from='mgr.? 172.21.15.153:0/2994746143' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.unkvxi/key"}]: dispatch 2024-02-13T21:07:26.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:25.323787+0000 mon.smithi153 (mon.0) 691 : audit [DBG] from='mgr.? 172.21.15.153:0/2994746143' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:07:26.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:24.743299+0000 mgr.smithi160.twbahe (mgr.24453) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:07:26.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:25.316113+0000 mon.smithi153 (mon.0) 687 : cluster [DBG] Standby manager daemon smithi153.unkvxi started 2024-02-13T21:07:26.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:25.319617+0000 mon.smithi153 (mon.0) 688 : audit [DBG] from='mgr.? 172.21.15.153:0/2994746143' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.unkvxi/crt"}]: dispatch 2024-02-13T21:07:26.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:25.320035+0000 mon.smithi153 (mon.0) 689 : audit [DBG] from='mgr.? 172.21.15.153:0/2994746143' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:07:26.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:25.322491+0000 mon.smithi153 (mon.0) 690 : audit [DBG] from='mgr.? 172.21.15.153:0/2994746143' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.unkvxi/key"}]: dispatch 2024-02-13T21:07:26.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:25.323787+0000 mon.smithi153 (mon.0) 691 : audit [DBG] from='mgr.? 172.21.15.153:0/2994746143' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:07:26.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 97154 22.71 MB/sec warmup 119 sec latency 39.032 ms 2024-02-13T21:07:27.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:25.758224+0000 mon.smithi160 (mon.1) 48 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mgr metadata", "who": "smithi153.unkvxi", "id": "smithi153.unkvxi"}]: dispatch 2024-02-13T21:07:27.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:25.758662+0000 mon.smithi153 (mon.0) 692 : cluster [DBG] mgrmap e29: smithi160.twbahe(active, since 5s), standbys: smithi153.unkvxi 2024-02-13T21:07:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:25.758224+0000 mon.smithi160 (mon.1) 48 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mgr metadata", "who": "smithi153.unkvxi", "id": "smithi153.unkvxi"}]: dispatch 2024-02-13T21:07:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:25.758662+0000 mon.smithi153 (mon.0) 692 : cluster [DBG] mgrmap e29: smithi160.twbahe(active, since 5s), standbys: smithi153.unkvxi 2024-02-13T21:07:28.141 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:26.743625+0000 mgr.smithi160.twbahe (mgr.24453) 5 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 316 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 410 B/s rd, 1.1 MiB/s wr, 37 op/s 2024-02-13T21:07:28.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:26.743625+0000 mgr.smithi160.twbahe (mgr.24453) 5 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 316 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 410 B/s rd, 1.1 MiB/s wr, 37 op/s 2024-02-13T21:07:28.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 98897 32.23 MB/sec execute 1 sec latency 71.184 ms 2024-02-13T21:07:29.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 99506 28.57 MB/sec execute 2 sec latency 66.342 ms 2024-02-13T21:07:29.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:28.617987+0000 mon.smithi153 (mon.0) 693 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:29.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:28.744168+0000 mgr.smithi160.twbahe (mgr.24453) 6 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.6 MiB/s wr, 503 op/s 2024-02-13T21:07:30.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:28.617987+0000 mon.smithi153 (mon.0) 693 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:30.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:28.744168+0000 mgr.smithi160.twbahe (mgr.24453) 6 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.6 MiB/s wr, 503 op/s 2024-02-13T21:07:30.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 99894 21.57 MB/sec execute 3 sec latency 237.011 ms 2024-02-13T21:07:30.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:29.646872+0000 mon.smithi153 (mon.0) 694 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:30.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:30.030790+0000 mon.smithi153 (mon.0) 695 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:30.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:30.052521+0000 mon.smithi160 (mon.1) 49 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-13T21:07:30.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:30.052915+0000 mon.smithi153 (mon.0) 696 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-13T21:07:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:29.646872+0000 mon.smithi153 (mon.0) 694 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:30.030790+0000 mon.smithi153 (mon.0) 695 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:30.052521+0000 mon.smithi160 (mon.1) 49 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-13T21:07:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:30.052915+0000 mon.smithi153 (mon.0) 696 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-13T21:07:31.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100357 18.18 MB/sec execute 4 sec latency 27.634 ms 2024-02-13T21:07:32.426 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:30.744506+0000 mgr.smithi160.twbahe (mgr.24453) 7 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.4 MiB/s wr, 391 op/s 2024-02-13T21:07:32.426 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:31.032160+0000 mon.smithi153 (mon.0) 697 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-13T21:07:32.426 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:31.032235+0000 mon.smithi153 (mon.0) 698 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-13T21:07:32.426 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:31.033352+0000 mon.smithi160 (mon.1) 50 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' 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-13T21:07:32.426 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:31.033889+0000 mon.smithi153 (mon.0) 699 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:32.426 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:31.036692+0000 mon.smithi160 (mon.1) 51 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:07:32.426 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:31.036983+0000 mon.smithi160 (mon.1) 52 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-13T21:07:32.426 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:31.037484+0000 mon.smithi153 (mon.0) 700 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:07:32.426 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:31.038059+0000 mon.smithi153 (mon.0) 701 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-13T21:07:32.452 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:30.744506+0000 mgr.smithi160.twbahe (mgr.24453) 7 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.4 MiB/s wr, 391 op/s 2024-02-13T21:07:32.452 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:31.032160+0000 mon.smithi153 (mon.0) 697 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-13T21:07:32.452 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:31.032235+0000 mon.smithi153 (mon.0) 698 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-13T21:07:32.452 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:31.033352+0000 mon.smithi160 (mon.1) 50 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' 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-13T21:07:32.452 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:31.033889+0000 mon.smithi153 (mon.0) 699 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:32.452 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:31.036692+0000 mon.smithi160 (mon.1) 51 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:07:32.452 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:31.036983+0000 mon.smithi160 (mon.1) 52 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-13T21:07:32.452 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:31.037484+0000 mon.smithi153 (mon.0) 700 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:07:32.453 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:31.038059+0000 mon.smithi153 (mon.0) 701 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-13T21:07:32.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 15.11 MB/sec execute 5 sec latency 328.652 ms 2024-02-13T21:07:33.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:32.034027+0000 mon.smithi153 (mon.0) 702 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T21:07:33.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:32.034099+0000 mon.smithi153 (mon.0) 703 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-13T21:07:33.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:32.034210+0000 mon.smithi153 (mon.0) 704 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-13T21:07:33.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:32.042957+0000 mgr.smithi160.twbahe (mgr.24453) 8 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-13T21:07:33.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:32.083558+0000 mgr.smithi160.twbahe (mgr.24453) 9 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-13T21:07:33.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:32.083667+0000 mgr.smithi160.twbahe (mgr.24453) 10 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi153', 'nfs.foo.smithi160'] 2024-02-13T21:07:33.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:32.083756+0000 mgr.smithi160.twbahe (mgr.24453) 11 : cephadm [INF] Remove daemons nfs.foo.smithi153 nfs.foo.smithi160 2024-02-13T21:07:33.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:32.084228+0000 mgr.smithi160.twbahe (mgr.24453) 12 : cephadm [INF] Removing daemon nfs.foo.smithi153 from smithi153 -- ports [2049] 2024-02-13T21:07:33.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:32.084636+0000 mgr.smithi160.twbahe (mgr.24453) 13 : cephadm [INF] Removing daemon nfs.foo.smithi160 from smithi160 -- ports [2049] 2024-02-13T21:07:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:32.034027+0000 mon.smithi153 (mon.0) 702 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T21:07:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:32.034099+0000 mon.smithi153 (mon.0) 703 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-13T21:07:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:32.034210+0000 mon.smithi153 (mon.0) 704 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-13T21:07:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:32.042957+0000 mgr.smithi160.twbahe (mgr.24453) 8 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-13T21:07:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:32.083558+0000 mgr.smithi160.twbahe (mgr.24453) 9 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-13T21:07:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:32.083667+0000 mgr.smithi160.twbahe (mgr.24453) 10 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi153', 'nfs.foo.smithi160'] 2024-02-13T21:07:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:32.083756+0000 mgr.smithi160.twbahe (mgr.24453) 11 : cephadm [INF] Remove daemons nfs.foo.smithi153 nfs.foo.smithi160 2024-02-13T21:07:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:32.084228+0000 mgr.smithi160.twbahe (mgr.24453) 12 : cephadm [INF] Removing daemon nfs.foo.smithi153 from smithi153 -- ports [2049] 2024-02-13T21:07:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:32.084636+0000 mgr.smithi160.twbahe (mgr.24453) 13 : cephadm [INF] Removing daemon nfs.foo.smithi160 from smithi160 -- ports [2049] 2024-02-13T21:07:33.745 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:07:33.887 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 12.60 MB/sec execute 6 sec latency 1328.693 ms 2024-02-13T21:07:34.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:32.745051+0000 mgr.smithi160.twbahe (mgr.24453) 14 : cluster [DBG] pgmap v11: 129 pgs: 32 creating+peering, 97 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.00k op/s 2024-02-13T21:07:34.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:33.052532+0000 mon.smithi153 (mon.0) 705 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-13T21:07:34.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:33.052883+0000 mon.smithi153 (mon.0) 706 : cluster [DBG] mgrmap e30: smithi160.twbahe(active, since 12s), standbys: smithi153.unkvxi 2024-02-13T21:07:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:32.745051+0000 mgr.smithi160.twbahe (mgr.24453) 14 : cluster [DBG] pgmap v11: 129 pgs: 32 creating+peering, 97 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.00k op/s 2024-02-13T21:07:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:33.052532+0000 mon.smithi153 (mon.0) 705 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-13T21:07:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:33.052883+0000 mon.smithi153 (mon.0) 706 : cluster [DBG] mgrmap e30: smithi160.twbahe(active, since 12s), standbys: smithi153.unkvxi 2024-02-13T21:07:34.323 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:07:34.323 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (6m) 5s ago 8m 17.3M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:07:34.323 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (8m) 5s ago 8m 6400k - 16.2.4 8d91d370c2b8 36ae96ba4321 2024-02-13T21:07:34.323 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (7m) 4s ago 7m 6395k - 16.2.4 8d91d370c2b8 0804cdd6f2e9 2024-02-13T21:07:34.323 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (6m) 5s ago 7m 33.8M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:07:34.324 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (2m) 5s ago 2m 11.9M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:07:34.324 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (2m) 4s ago 2m 40.5M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:07:34.324 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:9283 running (9m) 5s ago 9m 176M - 16.2.4 8d91d370c2b8 5e2742fe758c 2024-02-13T21:07:34.324 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (21s) 4s ago 7m 413M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5147e09dfff9 2024-02-13T21:07:34.324 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (9m) 5s ago 9m 55.7M 2048M 16.2.4 8d91d370c2b8 8fc20fd23ea0 2024-02-13T21:07:34.324 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (7m) 4s ago 7m 49.1M 2048M 16.2.4 8d91d370c2b8 7e95ab3309a6 2024-02-13T21:07:34.324 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.smithi153 smithi153 *:2049 running (2m) 5s ago 2m 244M - 3.5 8d91d370c2b8 1187ad14d5b6 2024-02-13T21:07:34.324 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.smithi160 smithi160 *:2049 running (2m) 4s ago 2m 78.6M - 3.5 8d91d370c2b8 6a80e50f143d 2024-02-13T21:07:34.324 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (7m) 5s ago 7m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:07:34.324 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (6m) 4s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:07:34.325 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (6m) 5s ago 6m 371M 4096M 16.2.4 8d91d370c2b8 1d16610c9778 2024-02-13T21:07:34.325 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (6m) 5s ago 6m 286M 4096M 16.2.4 8d91d370c2b8 eb91e0a29504 2024-02-13T21:07:34.325 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (5m) 5s ago 5m 227M 4096M 16.2.4 8d91d370c2b8 04c52d79a742 2024-02-13T21:07:34.325 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (5m) 5s ago 5m 334M 4096M 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:07:34.325 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (5m) 4s ago 5m 359M 4096M 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:07:34.325 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (4m) 4s ago 4m 372M 4096M 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:07:34.325 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (4m) 4s ago 4m 310M 4096M 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:07:34.325 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (4m) 4s ago 4m 461M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:07:34.325 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (6m) 5s ago 7m 40.5M - 2.18.1 de242295e225 5e99fbbc4a53 2024-02-13T21:07:34.671 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:07:34.671 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:07:34.671 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:07:34.671 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:07:34.672 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:07:34.672 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-13T21:07:34.672 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-02-13T21:07:34.672 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:07:34.672 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:07:34.672 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-13T21:07:34.672 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:07:34.673 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:07:34.673 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:07:34.673 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:07:34.673 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:07:34.673 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-13T21:07:34.673 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13 2024-02-13T21:07:34.673 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:07:34.674 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:07:34.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 10.80 MB/sec execute 7 sec latency 2328.723 ms 2024-02-13T21:07:34.968 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:07:34.969 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:07:34.969 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:07:34.969 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:07:34.969 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [], 2024-02-13T21:07:34.969 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "1/23 daemons upgraded", 2024-02-13T21:07:34.969 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "", 2024-02-13T21:07:34.969 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:07:34.969 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:07:35.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:33.733713+0000 mgr.smithi160.twbahe (mgr.24453) 15 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:35.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:34.027663+0000 mgr.smithi160.twbahe (mgr.24453) 16 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:35.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:34.672230+0000 mon.smithi153 (mon.0) 707 : audit [DBG] from='client.? 172.21.15.153:0/1047090126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:07:35.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:33.733713+0000 mgr.smithi160.twbahe (mgr.24453) 15 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:35.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:34.027663+0000 mgr.smithi160.twbahe (mgr.24453) 16 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:35.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:34.672230+0000 mon.smithi153 (mon.0) 707 : audit [DBG] from='client.? 172.21.15.153:0/1047090126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:07:35.885 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 9.45 MB/sec execute 8 sec latency 3328.783 ms 2024-02-13T21:07:36.269 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:34.313784+0000 mgr.smithi160.twbahe (mgr.24453) 17 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:36.269 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:34.745509+0000 mgr.smithi160.twbahe (mgr.24453) 18 : cluster [DBG] pgmap v13: 129 pgs: 32 creating+peering, 97 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 7.9 MiB/s wr, 750 op/s 2024-02-13T21:07:36.269 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:34.968730+0000 mgr.smithi160.twbahe (mgr.24453) 19 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:34.313784+0000 mgr.smithi160.twbahe (mgr.24453) 17 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:34.745509+0000 mgr.smithi160.twbahe (mgr.24453) 18 : cluster [DBG] pgmap v13: 129 pgs: 32 creating+peering, 97 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 7.9 MiB/s wr, 750 op/s 2024-02-13T21:07:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:34.968730+0000 mgr.smithi160.twbahe (mgr.24453) 19 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:07:36.884 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 8.40 MB/sec execute 9 sec latency 4328.885 ms 2024-02-13T21:07:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:36.779970+0000 mon.smithi160 (mon.1) 53 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153"}]: dispatch 2024-02-13T21:07:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:36.780530+0000 mon.smithi153 (mon.0) 708 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153"}]: dispatch 2024-02-13T21:07:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:36.783553+0000 mon.smithi153 (mon.0) 709 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153"}]': finished 2024-02-13T21:07:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:36.785361+0000 mon.smithi160 (mon.1) 54 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153-rgw"}]: dispatch 2024-02-13T21:07:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:36.785803+0000 mon.smithi153 (mon.0) 710 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153-rgw"}]: dispatch 2024-02-13T21:07:37.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:36.788536+0000 mon.smithi153 (mon.0) 711 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153-rgw"}]': finished 2024-02-13T21:07:37.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:36.779970+0000 mon.smithi160 (mon.1) 53 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153"}]: dispatch 2024-02-13T21:07:37.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:36.780530+0000 mon.smithi153 (mon.0) 708 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153"}]: dispatch 2024-02-13T21:07:37.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:36.783553+0000 mon.smithi153 (mon.0) 709 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153"}]': finished 2024-02-13T21:07:37.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:36.785361+0000 mon.smithi160 (mon.1) 54 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153-rgw"}]: dispatch 2024-02-13T21:07:37.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:36.785803+0000 mon.smithi153 (mon.0) 710 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153-rgw"}]: dispatch 2024-02-13T21:07:37.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:36.788536+0000 mon.smithi153 (mon.0) 711 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi153-rgw"}]': finished 2024-02-13T21:07:37.885 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 7.56 MB/sec execute 10 sec latency 5328.989 ms 2024-02-13T21:07:38.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:36.746106+0000 mgr.smithi160.twbahe (mgr.24453) 20 : cluster [DBG] pgmap v14: 129 pgs: 28 creating+peering, 101 active+clean; 324 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 8.0 MiB/s wr, 760 op/s 2024-02-13T21:07:38.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:36.779632+0000 mgr.smithi160.twbahe (mgr.24453) 21 : cephadm [INF] Removing key for client.nfs.foo.smithi153 2024-02-13T21:07:38.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:36.785129+0000 mgr.smithi160.twbahe (mgr.24453) 22 : cephadm [INF] Removing key for client.nfs.foo.smithi153-rgw 2024-02-13T21:07:38.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:36.746106+0000 mgr.smithi160.twbahe (mgr.24453) 20 : cluster [DBG] pgmap v14: 129 pgs: 28 creating+peering, 101 active+clean; 324 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 8.0 MiB/s wr, 760 op/s 2024-02-13T21:07:38.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:36.779632+0000 mgr.smithi160.twbahe (mgr.24453) 21 : cephadm [INF] Removing key for client.nfs.foo.smithi153 2024-02-13T21:07:38.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:36.785129+0000 mgr.smithi160.twbahe (mgr.24453) 22 : cephadm [INF] Removing key for client.nfs.foo.smithi153-rgw 2024-02-13T21:07:38.885 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 6.87 MB/sec execute 11 sec latency 6329.074 ms 2024-02-13T21:07:39.885 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 6.30 MB/sec execute 12 sec latency 7329.147 ms 2024-02-13T21:07:40.390 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:38.746676+0000 mgr.smithi160.twbahe (mgr.24453) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 6.8 MiB/s wr, 671 op/s 2024-02-13T21:07:40.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:38.746676+0000 mgr.smithi160.twbahe (mgr.24453) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 6.8 MiB/s wr, 671 op/s 2024-02-13T21:07:40.885 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 5.81 MB/sec execute 13 sec latency 8329.230 ms 2024-02-13T21:07:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:40.219050+0000 mgr.smithi160.twbahe (mgr.24453) 24 : cephadm [INF] Removing key for client.nfs.foo.smithi160 2024-02-13T21:07:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.219349+0000 mon.smithi160 (mon.1) 55 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160"}]: dispatch 2024-02-13T21:07:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.219956+0000 mon.smithi153 (mon.0) 712 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160"}]: dispatch 2024-02-13T21:07:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.224208+0000 mon.smithi153 (mon.0) 713 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160"}]': finished 2024-02-13T21:07:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:40.224781+0000 mgr.smithi160.twbahe (mgr.24453) 25 : cephadm [INF] Removing key for client.nfs.foo.smithi160-rgw 2024-02-13T21:07:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.224953+0000 mon.smithi160 (mon.1) 56 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160-rgw"}]: dispatch 2024-02-13T21:07:41.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.225296+0000 mon.smithi153 (mon.0) 714 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160-rgw"}]: dispatch 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.228582+0000 mon.smithi153 (mon.0) 715 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160-rgw"}]': finished 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.232609+0000 mon.smithi153 (mon.0) 716 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.233141+0000 mon.smithi160 (mon.1) 57 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.233657+0000 mgr.smithi160.twbahe (mgr.24453) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.257416+0000 mon.smithi160 (mon.1) 58 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' 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-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.258013+0000 mon.smithi153 (mon.0) 717 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.261887+0000 mon.smithi153 (mon.0) 718 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.269955+0000 mon.smithi153 (mon.0) 719 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.275282+0000 mon.smithi153 (mon.0) 720 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.282174+0000 mon.smithi153 (mon.0) 721 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.290114+0000 mon.smithi153 (mon.0) 722 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.299901+0000 mon.smithi153 (mon.0) 723 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.301978+0000 mon.smithi160 (mon.1) 59 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:07:41.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.302313+0000 mon.smithi153 (mon.0) 724 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.307185+0000 mon.smithi153 (mon.0) 725 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.307957+0000 mon.smithi160 (mon.1) 60 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' 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-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.308271+0000 mon.smithi153 (mon.0) 726 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.313286+0000 mon.smithi153 (mon.0) 727 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.314276+0000 mon.smithi160 (mon.1) 61 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.354076+0000 mon.smithi160 (mon.1) 62 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.354427+0000 mon.smithi153 (mon.0) 728 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.359738+0000 mon.smithi153 (mon.0) 729 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.404949+0000 mon.smithi160 (mon.1) 63 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.405528+0000 mon.smithi153 (mon.0) 730 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.410860+0000 mon.smithi153 (mon.0) 731 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T21:07:41.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:40.416715+0000 mon.smithi160 (mon.1) 64 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:40.219050+0000 mgr.smithi160.twbahe (mgr.24453) 24 : cephadm [INF] Removing key for client.nfs.foo.smithi160 2024-02-13T21:07:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.219349+0000 mon.smithi160 (mon.1) 55 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160"}]: dispatch 2024-02-13T21:07:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.219956+0000 mon.smithi153 (mon.0) 712 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160"}]: dispatch 2024-02-13T21:07:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.224208+0000 mon.smithi153 (mon.0) 713 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160"}]': finished 2024-02-13T21:07:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:40.224781+0000 mgr.smithi160.twbahe (mgr.24453) 25 : cephadm [INF] Removing key for client.nfs.foo.smithi160-rgw 2024-02-13T21:07:41.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.224953+0000 mon.smithi160 (mon.1) 56 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160-rgw"}]: dispatch 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.225296+0000 mon.smithi153 (mon.0) 714 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160-rgw"}]: dispatch 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.228582+0000 mon.smithi153 (mon.0) 715 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi160-rgw"}]': finished 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.232609+0000 mon.smithi153 (mon.0) 716 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.233141+0000 mon.smithi160 (mon.1) 57 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.233657+0000 mgr.smithi160.twbahe (mgr.24453) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.257416+0000 mon.smithi160 (mon.1) 58 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' 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-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.258013+0000 mon.smithi153 (mon.0) 717 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.261887+0000 mon.smithi153 (mon.0) 718 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.269955+0000 mon.smithi153 (mon.0) 719 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.275282+0000 mon.smithi153 (mon.0) 720 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.282174+0000 mon.smithi153 (mon.0) 721 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.290114+0000 mon.smithi153 (mon.0) 722 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.299901+0000 mon.smithi153 (mon.0) 723 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:41.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.301978+0000 mon.smithi160 (mon.1) 59 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.302313+0000 mon.smithi153 (mon.0) 724 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.307185+0000 mon.smithi153 (mon.0) 725 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.307957+0000 mon.smithi160 (mon.1) 60 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' 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-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.308271+0000 mon.smithi153 (mon.0) 726 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.313286+0000 mon.smithi153 (mon.0) 727 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.314276+0000 mon.smithi160 (mon.1) 61 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.354076+0000 mon.smithi160 (mon.1) 62 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.354427+0000 mon.smithi153 (mon.0) 728 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.359738+0000 mon.smithi153 (mon.0) 729 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.404949+0000 mon.smithi160 (mon.1) 63 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.405528+0000 mon.smithi153 (mon.0) 730 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.410860+0000 mon.smithi153 (mon.0) 731 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T21:07:41.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:40.416715+0000 mon.smithi160 (mon.1) 64 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:41.885 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 5.40 MB/sec execute 14 sec latency 9329.324 ms 2024-02-13T21:07:42.294 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:40.266168+0000 mgr.smithi160.twbahe (mgr.24453) 27 : cephadm [INF] Done migrating nfs.foo 2024-02-13T21:07:42.294 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:40.266230+0000 mgr.smithi160.twbahe (mgr.24453) 28 : cephadm [INF] Done migrating all NFS services 2024-02-13T21:07:42.294 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:40.301694+0000 mgr.smithi160.twbahe (mgr.24453) 29 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi153.prvyyv 2024-02-13T21:07:42.294 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:40.307781+0000 mgr.smithi160.twbahe (mgr.24453) 30 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-13T21:07:42.294 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:40.404418+0000 mgr.smithi160.twbahe (mgr.24453) 31 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:07:42.294 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:40.404552+0000 mgr.smithi160.twbahe (mgr.24453) 32 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi153.prvyyv-rgw 2024-02-13T21:07:42.295 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:40.417401+0000 mgr.smithi160.twbahe (mgr.24453) 33 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi153.prvyyv on smithi153 2024-02-13T21:07:42.295 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:40.747339+0000 mgr.smithi160.twbahe (mgr.24453) 34 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 584 KiB/s wr, 78 op/s 2024-02-13T21:07:42.295 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:41.420417+0000 mon.smithi153 (mon.0) 732 : cluster [DBG] mgrmap e31: smithi160.twbahe(active, since 21s), standbys: smithi153.unkvxi 2024-02-13T21:07:42.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:40.266168+0000 mgr.smithi160.twbahe (mgr.24453) 27 : cephadm [INF] Done migrating nfs.foo 2024-02-13T21:07:42.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:40.266230+0000 mgr.smithi160.twbahe (mgr.24453) 28 : cephadm [INF] Done migrating all NFS services 2024-02-13T21:07:42.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:40.301694+0000 mgr.smithi160.twbahe (mgr.24453) 29 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi153.prvyyv 2024-02-13T21:07:42.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:40.307781+0000 mgr.smithi160.twbahe (mgr.24453) 30 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-13T21:07:42.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:40.404418+0000 mgr.smithi160.twbahe (mgr.24453) 31 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:07:42.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:40.404552+0000 mgr.smithi160.twbahe (mgr.24453) 32 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi153.prvyyv-rgw 2024-02-13T21:07:42.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:40.417401+0000 mgr.smithi160.twbahe (mgr.24453) 33 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi153.prvyyv on smithi153 2024-02-13T21:07:42.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:40.747339+0000 mgr.smithi160.twbahe (mgr.24453) 34 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 584 KiB/s wr, 78 op/s 2024-02-13T21:07:42.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:41.420417+0000 mon.smithi153 (mon.0) 732 : cluster [DBG] mgrmap e31: smithi160.twbahe(active, since 21s), standbys: smithi153.unkvxi 2024-02-13T21:07:42.885 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 5.04 MB/sec execute 15 sec latency 10329.438 ms 2024-02-13T21:07:43.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 4.72 MB/sec execute 16 sec latency 11329.547 ms 2024-02-13T21:07:44.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:42.748141+0000 mgr.smithi160.twbahe (mgr.24453) 35 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 510 KiB/s wr, 69 op/s 2024-02-13T21:07:44.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:43.967989+0000 mon.smithi153 (mon.0) 733 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:44.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:43.970509+0000 mon.smithi160 (mon.1) 65 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:07:44.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:43.970828+0000 mon.smithi153 (mon.0) 734 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:07:44.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:43.975496+0000 mon.smithi153 (mon.0) 735 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-13T21:07:44.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:43.977463+0000 mon.smithi160 (mon.1) 66 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' 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-13T21:07:44.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:43.977765+0000 mon.smithi153 (mon.0) 736 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:44.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:43.983753+0000 mon.smithi153 (mon.0) 737 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:44.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:43.985151+0000 mon.smithi160 (mon.1) 67 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:44.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:42.748141+0000 mgr.smithi160.twbahe (mgr.24453) 35 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 510 KiB/s wr, 69 op/s 2024-02-13T21:07:44.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:43.967989+0000 mon.smithi153 (mon.0) 733 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:44.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:43.970509+0000 mon.smithi160 (mon.1) 65 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:07:44.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:43.970828+0000 mon.smithi153 (mon.0) 734 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:07:44.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:43.975496+0000 mon.smithi153 (mon.0) 735 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-13T21:07:44.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:43.977463+0000 mon.smithi160 (mon.1) 66 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' 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-13T21:07:44.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:43.977765+0000 mon.smithi153 (mon.0) 736 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:44.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:43.983753+0000 mon.smithi153 (mon.0) 737 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 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-13T21:07:44.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:43.985151+0000 mon.smithi160 (mon.1) 67 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:44.885 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 4.45 MB/sec execute 17 sec latency 12329.625 ms 2024-02-13T21:07:45.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:43.970226+0000 mgr.smithi160.twbahe (mgr.24453) 36 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.figyug 2024-02-13T21:07:45.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:43.977165+0000 mgr.smithi160.twbahe (mgr.24453) 37 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-13T21:07:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:43.970226+0000 mgr.smithi160.twbahe (mgr.24453) 36 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.figyug 2024-02-13T21:07:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:43.977165+0000 mgr.smithi160.twbahe (mgr.24453) 37 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-13T21:07:45.885 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 4.20 MB/sec execute 18 sec latency 13329.718 ms 2024-02-13T21:07:46.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:44.748756+0000 mgr.smithi160.twbahe (mgr.24453) 38 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 436 KiB/s wr, 59 op/s 2024-02-13T21:07:46.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:44.748756+0000 mgr.smithi160.twbahe (mgr.24453) 38 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 436 KiB/s wr, 59 op/s 2024-02-13T21:07:46.885 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 3.98 MB/sec execute 19 sec latency 14329.779 ms 2024-02-13T21:07:47.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:46.874236+0000 mon.smithi160 (mon.1) 68 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:07:47.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:46.874742+0000 mon.smithi153 (mon.0) 738 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:07:47.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:46.879388+0000 mon.smithi153 (mon.0) 739 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T21:07:47.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:46.931396+0000 mon.smithi160 (mon.1) 69 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:07:47.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:46.932029+0000 mon.smithi153 (mon.0) 740 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:07:47.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:46.935624+0000 mon.smithi153 (mon.0) 741 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T21:07:47.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:46.936800+0000 mon.smithi160 (mon.1) 70 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:47.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:46.874236+0000 mon.smithi160 (mon.1) 68 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:07:47.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:46.874742+0000 mon.smithi153 (mon.0) 738 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:07:47.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:46.879388+0000 mon.smithi153 (mon.0) 739 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T21:07:47.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:46.931396+0000 mon.smithi160 (mon.1) 69 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:07:47.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:46.932029+0000 mon.smithi153 (mon.0) 740 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:07:47.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:46.935624+0000 mon.smithi153 (mon.0) 741 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T21:07:47.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:46.936800+0000 mon.smithi160 (mon.1) 70 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:47.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 3.78 MB/sec execute 20 sec latency 15329.866 ms 2024-02-13T21:07:48.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:46.749476+0000 mgr.smithi160.twbahe (mgr.24453) 39 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 425 KiB/s wr, 59 op/s 2024-02-13T21:07:48.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:46.930919+0000 mgr.smithi160.twbahe (mgr.24453) 40 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:07:48.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:46.931040+0000 mgr.smithi160.twbahe (mgr.24453) 41 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.figyug-rgw 2024-02-13T21:07:48.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:46.937610+0000 mgr.smithi160.twbahe (mgr.24453) 42 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi160.figyug on smithi160 2024-02-13T21:07:48.445 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:46.749476+0000 mgr.smithi160.twbahe (mgr.24453) 39 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 425 KiB/s wr, 59 op/s 2024-02-13T21:07:48.446 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:46.930919+0000 mgr.smithi160.twbahe (mgr.24453) 40 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:07:48.446 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:46.931040+0000 mgr.smithi160.twbahe (mgr.24453) 41 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.figyug-rgw 2024-02-13T21:07:48.446 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:46.937610+0000 mgr.smithi160.twbahe (mgr.24453) 42 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi160.figyug on smithi160 2024-02-13T21:07:48.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 3.60 MB/sec execute 21 sec latency 16329.969 ms 2024-02-13T21:07:49.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 3.44 MB/sec execute 22 sec latency 17330.059 ms 2024-02-13T21:07:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:48.750197+0000 mgr.smithi160.twbahe (mgr.24453) 43 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 363 KiB/s wr, 54 op/s 2024-02-13T21:07:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:49.363705+0000 mon.smithi153 (mon.0) 742 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:49.366135+0000 mon.smithi160 (mon.1) 71 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:07:50.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:48.750197+0000 mgr.smithi160.twbahe (mgr.24453) 43 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 363 KiB/s wr, 54 op/s 2024-02-13T21:07:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:49.363705+0000 mon.smithi153 (mon.0) 742 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:49.366135+0000 mon.smithi160 (mon.1) 71 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:07:50.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 3.29 MB/sec execute 23 sec latency 18330.115 ms 2024-02-13T21:07:51.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 3.15 MB/sec execute 24 sec latency 19330.179 ms 2024-02-13T21:07:52.246 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:50.750544+0000 mgr.smithi160.twbahe (mgr.24453) 44 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.3 KiB/s wr, 3 op/s 2024-02-13T21:07:52.246 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:50.987869+0000 mon.smithi153 (mon.0) 743 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:52.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:50.750544+0000 mgr.smithi160.twbahe (mgr.24453) 44 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.3 KiB/s wr, 3 op/s 2024-02-13T21:07:52.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:50.987869+0000 mon.smithi153 (mon.0) 743 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:52.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 3.02 MB/sec execute 25 sec latency 20330.220 ms 2024-02-13T21:07:53.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.91 MB/sec execute 26 sec latency 21330.245 ms 2024-02-13T21:07:54.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:52.751157+0000 mgr.smithi160.twbahe (mgr.24453) 45 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 3.3 KiB/s wr, 5 op/s 2024-02-13T21:07:54.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:53.538672+0000 mon.smithi153 (mon.0) 744 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:54.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:52.751157+0000 mgr.smithi160.twbahe (mgr.24453) 45 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 3.3 KiB/s wr, 5 op/s 2024-02-13T21:07:54.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:53.538672+0000 mon.smithi153 (mon.0) 744 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:54.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.80 MB/sec execute 27 sec latency 22330.275 ms 2024-02-13T21:07:55.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.70 MB/sec execute 28 sec latency 23330.327 ms 2024-02-13T21:07:56.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:54.751556+0000 mgr.smithi160.twbahe (mgr.24453) 46 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 2.3 KiB/s wr, 4 op/s 2024-02-13T21:07:56.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:55.642249+0000 mon.smithi153 (mon.0) 745 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:55.644851+0000 mon.smithi160 (mon.1) 72 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:55.645734+0000 mon.smithi160 (mon.1) 73 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:07:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:55.650100+0000 mon.smithi153 (mon.0) 746 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:56.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:07:55.659068+0000 mon.smithi153 (mon.0) 747 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:54.751556+0000 mgr.smithi160.twbahe (mgr.24453) 46 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 2.3 KiB/s wr, 4 op/s 2024-02-13T21:07:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:55.642249+0000 mon.smithi153 (mon.0) 745 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:55.644851+0000 mon.smithi160 (mon.1) 72 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:07:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:55.645734+0000 mon.smithi160 (mon.1) 73 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:07:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:55.650100+0000 mon.smithi153 (mon.0) 746 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:07:55.659068+0000 mon.smithi153 (mon.0) 747 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:07:56.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.61 MB/sec execute 29 sec latency 24330.396 ms 2024-02-13T21:07:57.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:55.646455+0000 mgr.smithi160.twbahe (mgr.24453) 47 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:07:57.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:55.663425+0000 mgr.smithi160.twbahe (mgr.24453) 48 : cephadm [INF] Reconfiguring prometheus.smithi153 (dependencies changed)... 2024-02-13T21:07:57.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:07:55.672347+0000 mgr.smithi160.twbahe (mgr.24453) 49 : cephadm [INF] Reconfiguring daemon prometheus.smithi153 on smithi153 2024-02-13T21:07:57.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:55.646455+0000 mgr.smithi160.twbahe (mgr.24453) 47 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:07:57.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:55.663425+0000 mgr.smithi160.twbahe (mgr.24453) 48 : cephadm [INF] Reconfiguring prometheus.smithi153 (dependencies changed)... 2024-02-13T21:07:57.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:07:55.672347+0000 mgr.smithi160.twbahe (mgr.24453) 49 : cephadm [INF] Reconfiguring daemon prometheus.smithi153 on smithi153 2024-02-13T21:07:57.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.52 MB/sec execute 30 sec latency 25330.441 ms 2024-02-13T21:07:58.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:07:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:56.751986+0000 mgr.smithi160.twbahe (mgr.24453) 50 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 2.4 KiB/s wr, 5 op/s 2024-02-13T21:07:58.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:07:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:56.751986+0000 mgr.smithi160.twbahe (mgr.24453) 50 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 2.4 KiB/s wr, 5 op/s 2024-02-13T21:07:58.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.44 MB/sec execute 31 sec latency 26330.473 ms 2024-02-13T21:07:59.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.36 MB/sec execute 32 sec latency 27330.539 ms 2024-02-13T21:08:00.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:07:58.752797+0000 mgr.smithi160.twbahe (mgr.24453) 51 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2024-02-13T21:08:00.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:07:58.752797+0000 mgr.smithi160.twbahe (mgr.24453) 51 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2024-02-13T21:08:00.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.29 MB/sec execute 33 sec latency 28330.566 ms 2024-02-13T21:08:01.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.22 MB/sec execute 34 sec latency 29330.653 ms 2024-02-13T21:08:02.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:00.753260+0000 mgr.smithi160.twbahe (mgr.24453) 52 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-13T21:08:02.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:00.753260+0000 mgr.smithi160.twbahe (mgr.24453) 52 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-13T21:08:02.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.16 MB/sec execute 35 sec latency 30330.742 ms 2024-02-13T21:08:03.886 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.10 MB/sec execute 36 sec latency 31330.802 ms 2024-02-13T21:08:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:02.754199+0000 mgr.smithi160.twbahe (mgr.24453) 53 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-13T21:08:04.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:02.754199+0000 mgr.smithi160.twbahe (mgr.24453) 53 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-13T21:08:04.887 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 2.04 MB/sec execute 37 sec latency 32330.899 ms 2024-02-13T21:08:05.294 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:08:05.873 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:08:05.873 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (7m) 10s ago 8m 17.3M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:08:05.873 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (8m) 10s ago 8m 6400k - 16.2.4 8d91d370c2b8 36ae96ba4321 2024-02-13T21:08:05.873 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (7m) 12s ago 7m 6395k - 16.2.4 8d91d370c2b8 0804cdd6f2e9 2024-02-13T21:08:05.873 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (6m) 10s ago 8m 33.8M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (2m) 10s ago 2m 12.2M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (3m) 12s ago 3m 41.0M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:9283 running (10m) 10s ago 10m 359M - 16.2.4 8d91d370c2b8 5e2742fe758c 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (53s) 12s ago 7m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5147e09dfff9 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (10m) 10s ago 10m 51.8M 2048M 16.2.4 8d91d370c2b8 8fc20fd23ea0 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (7m) 12s ago 7m 42.3M 2048M 16.2.4 8d91d370c2b8 7e95ab3309a6 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (22s) 10s ago 21s 51.9M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (17s) 12s ago 16s 14.6M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (8m) 10s ago 8m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (7m) 12s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (7m) 10s ago 7m 381M 4096M 16.2.4 8d91d370c2b8 1d16610c9778 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (6m) 10s ago 6m 290M 4096M 16.2.4 8d91d370c2b8 eb91e0a29504 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (6m) 10s ago 6m 251M 4096M 16.2.4 8d91d370c2b8 04c52d79a742 2024-02-13T21:08:05.874 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (5m) 10s ago 5m 359M 4096M 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:08:05.875 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (5m) 12s ago 5m 374M 4096M 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:08:05.875 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (5m) 12s ago 5m 397M 4096M 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:08:05.875 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (5m) 12s ago 5m 329M 4096M 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:08:05.875 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (4m) 12s ago 4m 484M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:08:05.875 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (6m) 10s ago 8m 44.8M - 2.18.1 de242295e225 5e99fbbc4a53 2024-02-13T21:08:05.887 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.99 MB/sec execute 38 sec latency 33330.963 ms 2024-02-13T21:08:06.228 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:08:06.228 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:08:06.229 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:08:06.229 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:08:06.229 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:08:06.229 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-13T21:08:06.229 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-02-13T21:08:06.229 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:08:06.229 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:08:06.229 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-13T21:08:06.229 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:08:06.229 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:08:06.230 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:08:06.230 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:08:06.230 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:08:06.230 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-13T21:08:06.230 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13 2024-02-13T21:08:06.230 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:08:06.230 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:08:06.299 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:04.754613+0000 mgr.smithi160.twbahe (mgr.24453) 54 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-13T21:08:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:04.754613+0000 mgr.smithi160.twbahe (mgr.24453) 54 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-13T21:08:06.525 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:08:06.525 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:08:06.525 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:08:06.525 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:08:06.525 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [], 2024-02-13T21:08:06.525 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "1/23 daemons upgraded", 2024-02-13T21:08:06.525 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "", 2024-02-13T21:08:06.525 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:08:06.526 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:08:06.887 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.94 MB/sec execute 39 sec latency 34331.061 ms 2024-02-13T21:08:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:05.283305+0000 mgr.smithi160.twbahe (mgr.24453) 55 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:07.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:05.572973+0000 mgr.smithi160.twbahe (mgr.24453) 56 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:07.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:05.864327+0000 mgr.smithi160.twbahe (mgr.24453) 57 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:07.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:06.228982+0000 mon.smithi153 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.153:0/3880566350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:08:07.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:05.283305+0000 mgr.smithi160.twbahe (mgr.24453) 55 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:05.572973+0000 mgr.smithi160.twbahe (mgr.24453) 56 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:05.864327+0000 mgr.smithi160.twbahe (mgr.24453) 57 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:06.228982+0000 mon.smithi153 (mon.0) 748 : audit [DBG] from='client.? 172.21.15.153:0/3880566350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:08:07.887 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.89 MB/sec execute 40 sec latency 35331.135 ms 2024-02-13T21:08:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:06.526077+0000 mgr.smithi160.twbahe (mgr.24453) 58 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:06.755092+0000 mgr.smithi160.twbahe (mgr.24453) 59 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 0 op/s 2024-02-13T21:08:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:07.552948+0000 mon.smithi153 (mon.0) 749 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:07.558467+0000 mon.smithi160 (mon.1) 74 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:08:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:07.560067+0000 mon.smithi160 (mon.1) 75 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T21:08:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:07.563540+0000 mon.smithi153 (mon.0) 750 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:07.568671+0000 mon.smithi160 (mon.1) 76 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:07.575697+0000 mon.smithi153 (mon.0) 751 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:06.526077+0000 mgr.smithi160.twbahe (mgr.24453) 58 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:06.755092+0000 mgr.smithi160.twbahe (mgr.24453) 59 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 0 op/s 2024-02-13T21:08:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:07.552948+0000 mon.smithi153 (mon.0) 749 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:07.558467+0000 mon.smithi160 (mon.1) 74 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:08:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:07.560067+0000 mon.smithi160 (mon.1) 75 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T21:08:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:07.563540+0000 mon.smithi153 (mon.0) 750 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:07.568671+0000 mon.smithi160 (mon.1) 76 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:07.575697+0000 mon.smithi153 (mon.0) 751 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:08.887 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.84 MB/sec execute 41 sec latency 36331.221 ms 2024-02-13T21:08:09.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:07.558949+0000 mgr.smithi160.twbahe (mgr.24453) 60 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:08:09.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:07.560421+0000 mgr.smithi160.twbahe (mgr.24453) 61 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T21:08:09.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:07.577790+0000 mgr.smithi160.twbahe (mgr.24453) 62 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.twbahe) 2024-02-13T21:08:09.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:07.578367+0000 mgr.smithi160.twbahe (mgr.24453) 63 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.twbahe) 2024-02-13T21:08:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:07.558949+0000 mgr.smithi160.twbahe (mgr.24453) 60 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:08:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:07.560421+0000 mgr.smithi160.twbahe (mgr.24453) 61 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T21:08:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:07.577790+0000 mgr.smithi160.twbahe (mgr.24453) 62 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.twbahe) 2024-02-13T21:08:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:07.578367+0000 mgr.smithi160.twbahe (mgr.24453) 63 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.twbahe) 2024-02-13T21:08:09.887 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.80 MB/sec execute 42 sec latency 37331.324 ms 2024-02-13T21:08:10.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:08.755902+0000 mgr.smithi160.twbahe (mgr.24453) 64 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-13T21:08:10.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:09.187526+0000 mgr.smithi160.twbahe (mgr.24453) 65 : cephadm [INF] Upgrade: Updating mgr.smithi153.unkvxi 2024-02-13T21:08:10.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:09.192662+0000 mon.smithi153 (mon.0) 752 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:10.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:09.193650+0000 mon.smithi160 (mon.1) 77 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.unkvxi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:08:10.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:09.193972+0000 mon.smithi153 (mon.0) 753 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.unkvxi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:08:10.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:09.194935+0000 mon.smithi160 (mon.1) 78 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:08:10.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:09.195944+0000 mon.smithi160 (mon.1) 79 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:10.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:09.196706+0000 mgr.smithi160.twbahe (mgr.24453) 66 : cephadm [INF] Deploying daemon mgr.smithi153.unkvxi on smithi153 2024-02-13T21:08:10.587 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:08.755902+0000 mgr.smithi160.twbahe (mgr.24453) 64 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-13T21:08:10.587 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:09.187526+0000 mgr.smithi160.twbahe (mgr.24453) 65 : cephadm [INF] Upgrade: Updating mgr.smithi153.unkvxi 2024-02-13T21:08:10.587 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:09.192662+0000 mon.smithi153 (mon.0) 752 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:10.587 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:09.193650+0000 mon.smithi160 (mon.1) 77 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.unkvxi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:08:10.587 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:09.193972+0000 mon.smithi153 (mon.0) 753 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.unkvxi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:08:10.587 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:09.194935+0000 mon.smithi160 (mon.1) 78 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:08:10.588 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:09.195944+0000 mon.smithi160 (mon.1) 79 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:10.588 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:09.196706+0000 mgr.smithi160.twbahe (mgr.24453) 66 : cephadm [INF] Deploying daemon mgr.smithi153.unkvxi on smithi153 2024-02-13T21:08:10.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.76 MB/sec execute 43 sec latency 38331.415 ms 2024-02-13T21:08:11.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.72 MB/sec execute 44 sec latency 39331.889 ms 2024-02-13T21:08:12.457 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:10.756386+0000 mgr.smithi160.twbahe (mgr.24453) 67 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:10.756386+0000 mgr.smithi160.twbahe (mgr.24453) 67 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:12.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.68 MB/sec execute 45 sec latency 40331.940 ms 2024-02-13T21:08:13.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.64 MB/sec execute 46 sec latency 41331.985 ms 2024-02-13T21:08:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:12.757231+0000 mgr.smithi160.twbahe (mgr.24453) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:12.938753+0000 mon.smithi153 (mon.0) 754 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:12.940653+0000 mon.smithi160 (mon.1) 80 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:14.071 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:12.757231+0000 mgr.smithi160.twbahe (mgr.24453) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:14.071 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:12.938753+0000 mon.smithi153 (mon.0) 754 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:14.071 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:12.940653+0000 mon.smithi160 (mon.1) 80 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:14.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.61 MB/sec execute 47 sec latency 42332.035 ms 2024-02-13T21:08:15.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.57 MB/sec execute 48 sec latency 43332.086 ms 2024-02-13T21:08:16.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:14.757764+0000 mgr.smithi160.twbahe (mgr.24453) 69 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:16.229 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:14.757764+0000 mgr.smithi160.twbahe (mgr.24453) 69 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:16.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.54 MB/sec execute 49 sec latency 44332.144 ms 2024-02-13T21:08:17.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.51 MB/sec execute 50 sec latency 45332.171 ms 2024-02-13T21:08:18.086 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:16.758261+0000 mgr.smithi160.twbahe (mgr.24453) 70 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:08:18.086 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:17.267029+0000 mon.smithi153 (mon.0) 755 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:18.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:16.758261+0000 mgr.smithi160.twbahe (mgr.24453) 70 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:08:18.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:17.267029+0000 mon.smithi153 (mon.0) 755 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:18.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.48 MB/sec execute 51 sec latency 46332.203 ms 2024-02-13T21:08:19.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:18.364465+0000 mon.smithi153 (mon.0) 756 : cluster [DBG] Standby manager daemon smithi153.unkvxi restarted 2024-02-13T21:08:19.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:18.364559+0000 mon.smithi153 (mon.0) 757 : cluster [DBG] Standby manager daemon smithi153.unkvxi started 2024-02-13T21:08:19.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:18.366636+0000 mon.smithi153 (mon.0) 758 : audit [DBG] from='mgr.? 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.unkvxi/crt"}]: dispatch 2024-02-13T21:08:19.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:18.367113+0000 mon.smithi153 (mon.0) 759 : audit [DBG] from='mgr.? 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:08:19.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:18.369073+0000 mon.smithi153 (mon.0) 760 : audit [DBG] from='mgr.? 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.unkvxi/key"}]: dispatch 2024-02-13T21:08:19.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:18.370033+0000 mon.smithi153 (mon.0) 761 : audit [DBG] from='mgr.? 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:08:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:18.364465+0000 mon.smithi153 (mon.0) 756 : cluster [DBG] Standby manager daemon smithi153.unkvxi restarted 2024-02-13T21:08:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:18.364559+0000 mon.smithi153 (mon.0) 757 : cluster [DBG] Standby manager daemon smithi153.unkvxi started 2024-02-13T21:08:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:18.366636+0000 mon.smithi153 (mon.0) 758 : audit [DBG] from='mgr.? 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.unkvxi/crt"}]: dispatch 2024-02-13T21:08:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:18.367113+0000 mon.smithi153 (mon.0) 759 : audit [DBG] from='mgr.? 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:08:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:18.369073+0000 mon.smithi153 (mon.0) 760 : audit [DBG] from='mgr.? 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.unkvxi/key"}]: dispatch 2024-02-13T21:08:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:18.370033+0000 mon.smithi153 (mon.0) 761 : audit [DBG] from='mgr.? 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:08:19.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.45 MB/sec execute 52 sec latency 47332.300 ms 2024-02-13T21:08:20.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:18.758901+0000 mgr.smithi160.twbahe (mgr.24453) 71 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:20.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:19.018710+0000 mon.smithi153 (mon.0) 762 : cluster [DBG] mgrmap e32: smithi160.twbahe(active, since 58s), standbys: smithi153.unkvxi 2024-02-13T21:08:20.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:18.758901+0000 mgr.smithi160.twbahe (mgr.24453) 71 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:20.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:19.018710+0000 mon.smithi153 (mon.0) 762 : cluster [DBG] mgrmap e32: smithi160.twbahe(active, since 58s), standbys: smithi153.unkvxi 2024-02-13T21:08:20.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.43 MB/sec execute 53 sec latency 48332.400 ms 2024-02-13T21:08:21.311 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:20.049334+0000 mon.smithi153 (mon.0) 763 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:21.311 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:20.051230+0000 mon.smithi160 (mon.1) 81 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:20.052124+0000 mon.smithi160 (mon.1) 82 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:20.052814+0000 mgr.smithi160.twbahe (mgr.24453) 72 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:20.056353+0000 mon.smithi153 (mon.0) 764 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:20.064391+0000 mon.smithi153 (mon.0) 765 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:20.068599+0000 mon.smithi160 (mon.1) 83 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:20.070692+0000 mgr.smithi160.twbahe (mgr.24453) 73 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.twbahe) 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:20.071137+0000 mgr.smithi160.twbahe (mgr.24453) 74 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.twbahe) 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:20.073438+0000 mgr.smithi160.twbahe (mgr.24453) 75 : cephadm [INF] Failing over to other MGR 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:20.073680+0000 mon.smithi160 (mon.1) 84 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mgr fail", "who": "smithi160.twbahe"}]: dispatch 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:20.074029+0000 mon.smithi153 (mon.0) 766 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mgr fail", "who": "smithi160.twbahe"}]: dispatch 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:20.076751+0000 mon.smithi153 (mon.0) 767 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-13T21:08:21.312 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:20.669478+0000 mon.smithi153 (mon.0) 768 : cluster [DBG] Standby manager daemon smithi160.twbahe started 2024-02-13T21:08:21.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:20.049334+0000 mon.smithi153 (mon.0) 763 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:21.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:20.051230+0000 mon.smithi160 (mon.1) 81 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:21.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:20.052124+0000 mon.smithi160 (mon.1) 82 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:20.052814+0000 mgr.smithi160.twbahe (mgr.24453) 72 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:20.056353+0000 mon.smithi153 (mon.0) 764 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:20.064391+0000 mon.smithi153 (mon.0) 765 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:20.068599+0000 mon.smithi160 (mon.1) 83 : audit [DBG] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:20.070692+0000 mgr.smithi160.twbahe (mgr.24453) 73 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.twbahe) 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:20.071137+0000 mgr.smithi160.twbahe (mgr.24453) 74 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.twbahe) 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:20.073438+0000 mgr.smithi160.twbahe (mgr.24453) 75 : cephadm [INF] Failing over to other MGR 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:20.073680+0000 mon.smithi160 (mon.1) 84 : audit [INF] from='mgr.24453 172.21.15.160:0/2478680451' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mgr fail", "who": "smithi160.twbahe"}]: dispatch 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:20.074029+0000 mon.smithi153 (mon.0) 766 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "mgr fail", "who": "smithi160.twbahe"}]: dispatch 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:20.076751+0000 mon.smithi153 (mon.0) 767 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-13T21:08:21.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:20.669478+0000 mon.smithi153 (mon.0) 768 : cluster [DBG] Standby manager daemon smithi160.twbahe started 2024-02-13T21:08:21.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.40 MB/sec execute 54 sec latency 49332.481 ms 2024-02-13T21:08:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.073707+0000 mon.smithi153 (mon.0) 769 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "mgr fail", "who": "smithi160.twbahe"}]': finished 2024-02-13T21:08:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:21.073767+0000 mon.smithi153 (mon.0) 770 : cluster [DBG] mgrmap e33: smithi153.unkvxi(active, starting, since 0.999127s), standbys: smithi160.twbahe 2024-02-13T21:08:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.075119+0000 mon.smithi153 (mon.0) 771 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T21:08:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.075572+0000 mon.smithi153 (mon.0) 772 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:08:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.075704+0000 mon.smithi153 (mon.0) 773 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:08:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.075896+0000 mon.smithi153 (mon.0) 774 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:08:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.078744+0000 mon.smithi153 (mon.0) 775 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi153.unkvxi", "id": "smithi153.unkvxi"}]: dispatch 2024-02-13T21:08:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.078952+0000 mon.smithi153 (mon.0) 776 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi160.twbahe", "id": "smithi160.twbahe"}]: dispatch 2024-02-13T21:08:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.079141+0000 mon.smithi153 (mon.0) 777 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.079350+0000 mon.smithi153 (mon.0) 778 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.079561+0000 mon.smithi153 (mon.0) 779 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.079844+0000 mon.smithi153 (mon.0) 780 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.080039+0000 mon.smithi153 (mon.0) 781 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.080256+0000 mon.smithi153 (mon.0) 782 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.080455+0000 mon.smithi153 (mon.0) 783 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.080650+0000 mon.smithi153 (mon.0) 784 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.080870+0000 mon.smithi153 (mon.0) 785 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.081097+0000 mon.smithi153 (mon.0) 786 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.081532+0000 mon.smithi153 (mon.0) 787 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:21.096349+0000 mon.smithi153 (mon.0) 788 : cluster [INF] Manager daemon smithi153.unkvxi is now available 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:21.107583+0000 mgr.smithi153.unkvxi (mgr.14740) 1 : cephadm [INF] inventory: adjusted host smithi160 addr 'smithi160' -> '172.21.15.160' 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.111857+0000 mon.smithi153 (mon.0) 789 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.202153+0000 mon.smithi153 (mon.0) 790 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:22.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.203439+0000 mon.smithi153 (mon.0) 791 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:22.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.257175+0000 mon.smithi153 (mon.0) 792 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:08:22.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:21.261439+0000 mon.smithi153 (mon.0) 793 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:08:22.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.073707+0000 mon.smithi153 (mon.0) 769 : audit [INF] from='mgr.24453 ' entity='mgr.smithi160.twbahe' cmd='[{"prefix": "mgr fail", "who": "smithi160.twbahe"}]': finished 2024-02-13T21:08:22.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:21.073767+0000 mon.smithi153 (mon.0) 770 : cluster [DBG] mgrmap e33: smithi153.unkvxi(active, starting, since 0.999127s), standbys: smithi160.twbahe 2024-02-13T21:08:22.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.075119+0000 mon.smithi153 (mon.0) 771 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.075572+0000 mon.smithi153 (mon.0) 772 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.075704+0000 mon.smithi153 (mon.0) 773 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.075896+0000 mon.smithi153 (mon.0) 774 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.078744+0000 mon.smithi153 (mon.0) 775 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi153.unkvxi", "id": "smithi153.unkvxi"}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.078952+0000 mon.smithi153 (mon.0) 776 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr metadata", "who": "smithi160.twbahe", "id": "smithi160.twbahe"}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.079141+0000 mon.smithi153 (mon.0) 777 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.079350+0000 mon.smithi153 (mon.0) 778 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.079561+0000 mon.smithi153 (mon.0) 779 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.079844+0000 mon.smithi153 (mon.0) 780 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.080039+0000 mon.smithi153 (mon.0) 781 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.080256+0000 mon.smithi153 (mon.0) 782 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.080455+0000 mon.smithi153 (mon.0) 783 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.080650+0000 mon.smithi153 (mon.0) 784 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:08:22.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.080870+0000 mon.smithi153 (mon.0) 785 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T21:08:22.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.081097+0000 mon.smithi153 (mon.0) 786 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T21:08:22.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.081532+0000 mon.smithi153 (mon.0) 787 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T21:08:22.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:21.096349+0000 mon.smithi153 (mon.0) 788 : cluster [INF] Manager daemon smithi153.unkvxi is now available 2024-02-13T21:08:22.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:21.107583+0000 mgr.smithi153.unkvxi (mgr.14740) 1 : cephadm [INF] inventory: adjusted host smithi160 addr 'smithi160' -> '172.21.15.160' 2024-02-13T21:08:22.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.111857+0000 mon.smithi153 (mon.0) 789 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:22.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.202153+0000 mon.smithi153 (mon.0) 790 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:22.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.203439+0000 mon.smithi153 (mon.0) 791 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:22.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.257175+0000 mon.smithi153 (mon.0) 792 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/mirror_snapshot_schedule"}]: dispatch 2024-02-13T21:08:22.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:21.261439+0000 mon.smithi153 (mon.0) 793 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi153.unkvxi/trash_purge_schedule"}]: dispatch 2024-02-13T21:08:22.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.37 MB/sec execute 55 sec latency 50332.506 ms 2024-02-13T21:08:23.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:22.086228+0000 mon.smithi153 (mon.0) 794 : cluster [DBG] mgrmap e34: smithi153.unkvxi(active, since 2s), standbys: smithi160.twbahe 2024-02-13T21:08:23.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:22.094144+0000 mgr.smithi153.unkvxi (mgr.14740) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:08:23.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:22.086228+0000 mon.smithi153 (mon.0) 794 : cluster [DBG] mgrmap e34: smithi153.unkvxi(active, since 2s), standbys: smithi160.twbahe 2024-02-13T21:08:23.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:22.094144+0000 mgr.smithi153.unkvxi (mgr.14740) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:08:23.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.35 MB/sec execute 56 sec latency 51332.550 ms 2024-02-13T21:08:24.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:23.078691+0000 mgr.smithi153.unkvxi (mgr.14740) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:08:24.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:23.092847+0000 mon.smithi153 (mon.0) 795 : cluster [DBG] mgrmap e35: smithi153.unkvxi(active, since 3s), standbys: smithi160.twbahe 2024-02-13T21:08:24.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:23.078691+0000 mgr.smithi153.unkvxi (mgr.14740) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:08:24.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:23.092847+0000 mon.smithi153 (mon.0) 795 : cluster [DBG] mgrmap e35: smithi153.unkvxi(active, since 3s), standbys: smithi160.twbahe 2024-02-13T21:08:24.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.33 MB/sec execute 57 sec latency 52332.589 ms 2024-02-13T21:08:25.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:24.403178+0000 mds.foofs.smithi160.wgrttk (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 32.154727 secs 2024-02-13T21:08:25.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:24.403182+0000 mds.foofs.smithi160.wgrttk (mds.0) 2 : cluster [WRN] slow request 32.154726 seconds old, received at 2024-02-13T21:07:52.248402+0000: client_request(client.14704:4 getattr pAsLsXsFs #0x1000000030c 2024-02-13T21:07:52.248368+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-02-13T21:08:25.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:24.403178+0000 mds.foofs.smithi160.wgrttk (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 32.154727 secs 2024-02-13T21:08:25.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:24.403182+0000 mds.foofs.smithi160.wgrttk (mds.0) 2 : cluster [WRN] slow request 32.154726 seconds old, received at 2024-02-13T21:07:52.248402+0000: client_request(client.14704:4 getattr pAsLsXsFs #0x1000000030c 2024-02-13T21:07:52.248368+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-02-13T21:08:25.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.30 MB/sec execute 58 sec latency 53332.625 ms 2024-02-13T21:08:26.339 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:25.079045+0000 mgr.smithi153.unkvxi (mgr.14740) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:08:26.340 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:25.089952+0000 mon.smithi153 (mon.0) 796 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-02-13T21:08:26.340 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:25.097500+0000 mon.smithi153 (mon.0) 797 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3232596241,v1:172.21.15.160:6833/3232596241] up:active 2024-02-13T21:08:26.340 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:25.097543+0000 mon.smithi153 (mon.0) 798 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:08:26.340 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:25.857372+0000 mon.smithi153 (mon.0) 799 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:26.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:25.079045+0000 mgr.smithi153.unkvxi (mgr.14740) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:08:26.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:25.089952+0000 mon.smithi153 (mon.0) 796 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-02-13T21:08:26.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:25.097500+0000 mon.smithi153 (mon.0) 797 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3232596241,v1:172.21.15.160:6833/3232596241] up:active 2024-02-13T21:08:26.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:25.097543+0000 mon.smithi153 (mon.0) 798 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:08:26.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:25.857372+0000 mon.smithi153 (mon.0) 799 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:26.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.28 MB/sec execute 59 sec latency 54332.704 ms 2024-02-13T21:08:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:26.873238+0000 mon.smithi153 (mon.0) 800 : cluster [DBG] Standby manager daemon smithi160.twbahe restarted 2024-02-13T21:08:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:26.873337+0000 mon.smithi153 (mon.0) 801 : cluster [DBG] Standby manager daemon smithi160.twbahe started 2024-02-13T21:08:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:26.874509+0000 mon.smithi160 (mon.1) 85 : audit [DBG] from='mgr.? 172.21.15.160:0/695376736' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/crt"}]: dispatch 2024-02-13T21:08:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:26.875774+0000 mon.smithi160 (mon.1) 86 : audit [DBG] from='mgr.? 172.21.15.160:0/695376736' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:08:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:26.878056+0000 mon.smithi160 (mon.1) 87 : audit [DBG] from='mgr.? 172.21.15.160:0/695376736' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/key"}]: dispatch 2024-02-13T21:08:27.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:26.878386+0000 mon.smithi160 (mon.1) 88 : audit [DBG] from='mgr.? 172.21.15.160:0/695376736' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:08:27.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:26.873238+0000 mon.smithi153 (mon.0) 800 : cluster [DBG] Standby manager daemon smithi160.twbahe restarted 2024-02-13T21:08:27.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:26.873337+0000 mon.smithi153 (mon.0) 801 : cluster [DBG] Standby manager daemon smithi160.twbahe started 2024-02-13T21:08:27.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:26.874509+0000 mon.smithi160 (mon.1) 85 : audit [DBG] from='mgr.? 172.21.15.160:0/695376736' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/crt"}]: dispatch 2024-02-13T21:08:27.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:26.875774+0000 mon.smithi160 (mon.1) 86 : audit [DBG] from='mgr.? 172.21.15.160:0/695376736' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:08:27.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:26.878056+0000 mon.smithi160 (mon.1) 87 : audit [DBG] from='mgr.? 172.21.15.160:0/695376736' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/key"}]: dispatch 2024-02-13T21:08:27.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:26.878386+0000 mon.smithi160 (mon.1) 88 : audit [DBG] from='mgr.? 172.21.15.160:0/695376736' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:08:27.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.26 MB/sec execute 60 sec latency 55332.747 ms 2024-02-13T21:08:28.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:27.079396+0000 mgr.smithi153.unkvxi (mgr.14740) 5 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:08:28.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:27.107954+0000 mon.smithi153 (mon.0) 802 : cluster [DBG] mgrmap e36: smithi153.unkvxi(active, since 7s), standbys: smithi160.twbahe 2024-02-13T21:08:28.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:27.079396+0000 mgr.smithi153.unkvxi (mgr.14740) 5 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:08:28.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:27.107954+0000 mon.smithi153 (mon.0) 802 : cluster [DBG] mgrmap e36: smithi153.unkvxi(active, since 7s), standbys: smithi160.twbahe 2024-02-13T21:08:28.888 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.24 MB/sec execute 61 sec latency 56332.811 ms 2024-02-13T21:08:29.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:28.354640+0000 mon.smithi153 (mon.0) 803 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:29.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:28.623465+0000 mon.smithi153 (mon.0) 804 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:29.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:28.624141+0000 mon.smithi153 (mon.0) 805 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:08:29.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:28.624676+0000 mgr.smithi153.unkvxi (mgr.14740) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:08:29.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:28.630283+0000 mon.smithi153 (mon.0) 806 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:29.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:28.637632+0000 mon.smithi153 (mon.0) 807 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:29.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:28.640448+0000 mon.smithi153 (mon.0) 808 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:29.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:28.354640+0000 mon.smithi153 (mon.0) 803 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:29.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:28.623465+0000 mon.smithi153 (mon.0) 804 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:29.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:28.624141+0000 mon.smithi153 (mon.0) 805 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:08:29.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:28.624676+0000 mgr.smithi153.unkvxi (mgr.14740) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:08:29.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:28.630283+0000 mon.smithi153 (mon.0) 806 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:29.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:28.637632+0000 mon.smithi153 (mon.0) 807 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:29.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:28.640448+0000 mon.smithi153 (mon.0) 808 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:29.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.22 MB/sec execute 62 sec latency 57332.890 ms 2024-02-13T21:08:30.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:29.080223+0000 mgr.smithi153.unkvxi (mgr.14740) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 293 B/s rd, 0 op/s 2024-02-13T21:08:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:29.403219+0000 mds.foofs.smithi160.wgrttk (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 37.154788 secs 2024-02-13T21:08:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:30.020398+0000 mon.smithi153 (mon.0) 809 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.twbahe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:08:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:30.021468+0000 mon.smithi153 (mon.0) 810 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:08:30.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:30.022441+0000 mon.smithi153 (mon.0) 811 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:30.716 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:29.080223+0000 mgr.smithi153.unkvxi (mgr.14740) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 293 B/s rd, 0 op/s 2024-02-13T21:08:30.716 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:29.403219+0000 mds.foofs.smithi160.wgrttk (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 37.154788 secs 2024-02-13T21:08:30.716 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:30.020398+0000 mon.smithi153 (mon.0) 809 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.twbahe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T21:08:30.716 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:30.021468+0000 mon.smithi153 (mon.0) 810 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T21:08:30.716 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:30.022441+0000 mon.smithi153 (mon.0) 811 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:30.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.20 MB/sec execute 63 sec latency 58332.964 ms 2024-02-13T21:08:31.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:30.019910+0000 mgr.smithi153.unkvxi (mgr.14740) 8 : cephadm [INF] Upgrade: Updating mgr.smithi160.twbahe 2024-02-13T21:08:31.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:30.023182+0000 mgr.smithi153.unkvxi (mgr.14740) 9 : cephadm [INF] Deploying daemon mgr.smithi160.twbahe on smithi160 2024-02-13T21:08:31.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:30.019910+0000 mgr.smithi153.unkvxi (mgr.14740) 8 : cephadm [INF] Upgrade: Updating mgr.smithi160.twbahe 2024-02-13T21:08:31.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:30.023182+0000 mgr.smithi153.unkvxi (mgr.14740) 9 : cephadm [INF] Deploying daemon mgr.smithi160.twbahe on smithi160 2024-02-13T21:08:31.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.18 MB/sec execute 64 sec latency 59333.062 ms 2024-02-13T21:08:32.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:31.080694+0000 mgr.smithi153.unkvxi (mgr.14740) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-02-13T21:08:32.707 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:31.080694+0000 mgr.smithi153.unkvxi (mgr.14740) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-02-13T21:08:32.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.16 MB/sec execute 65 sec latency 60333.145 ms 2024-02-13T21:08:33.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.15 MB/sec execute 66 sec latency 61333.254 ms 2024-02-13T21:08:34.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:33.081430+0000 mgr.smithi153.unkvxi (mgr.14740) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-02-13T21:08:34.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:33.438700+0000 mon.smithi153 (mon.0) 812 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:34.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:33.439812+0000 mon.smithi153 (mon.0) 813 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:34.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:34.403315+0000 mds.foofs.smithi160.wgrttk (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 42.154885 secs 2024-02-13T21:08:34.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:33.081430+0000 mgr.smithi153.unkvxi (mgr.14740) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-02-13T21:08:34.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:33.438700+0000 mon.smithi153 (mon.0) 812 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:34.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:33.439812+0000 mon.smithi153 (mon.0) 813 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:34.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:34.403315+0000 mds.foofs.smithi160.wgrttk (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 42.154885 secs 2024-02-13T21:08:34.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.13 MB/sec execute 67 sec latency 62333.359 ms 2024-02-13T21:08:35.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.11 MB/sec execute 68 sec latency 63333.463 ms 2024-02-13T21:08:36.611 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:35.081960+0000 mgr.smithi153.unkvxi (mgr.14740) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:36.611 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:36.247306+0000 mon.smithi153 (mon.0) 814 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:36.835 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:08:36.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.10 MB/sec execute 69 sec latency 64333.525 ms 2024-02-13T21:08:36.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:35.081960+0000 mgr.smithi153.unkvxi (mgr.14740) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:36.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:36.247306+0000 mon.smithi153 (mon.0) 814 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:37.398 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:08:37.398 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (7m) 9s ago 9m 17.3M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (9m) 9s ago 9m 6400k - 16.2.4 8d91d370c2b8 36ae96ba4321 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (8m) 11s ago 8m 6395k - 16.2.4 8d91d370c2b8 0804cdd6f2e9 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (7m) 9s ago 8m 34.0M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (3m) 9s ago 3m 12.4M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (3m) 11s ago 3m 41.0M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (25s) 9s ago 10m 409M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 starting - - - - 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (10m) 9s ago 10m 54.7M 2048M 16.2.4 8d91d370c2b8 8fc20fd23ea0 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (8m) 11s ago 8m 42.5M 2048M 16.2.4 8d91d370c2b8 7e95ab3309a6 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (53s) 9s ago 53s 52.2M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (48s) 11s ago 48s 51.7M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (8m) 9s ago 8m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (8m) 11s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (7m) 9s ago 7m 381M 4096M 16.2.4 8d91d370c2b8 1d16610c9778 2024-02-13T21:08:37.399 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (7m) 9s ago 7m 290M 4096M 16.2.4 8d91d370c2b8 eb91e0a29504 2024-02-13T21:08:37.400 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (6m) 9s ago 6m 251M 4096M 16.2.4 8d91d370c2b8 04c52d79a742 2024-02-13T21:08:37.400 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (6m) 9s ago 6m 359M 4096M 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:08:37.400 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (6m) 11s ago 6m 375M 4096M 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:08:37.400 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (5m) 11s ago 5m 397M 4096M 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:08:37.400 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (5m) 11s ago 5m 329M 4096M 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:08:37.400 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (5m) 11s ago 5m 484M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:08:37.400 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (30s) 9s ago 8m 44.3M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:08:37.734 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:08:37.734 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:08:37.734 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:08:37.734 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:08:37.734 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2, 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:08:37.735 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:08:37.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.08 MB/sec execute 70 sec latency 65333.568 ms 2024-02-13T21:08:38.042 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:08:38.042 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:08:38.042 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:08:38.042 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:08:38.043 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:08:38.043 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr" 2024-02-13T21:08:38.043 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:08:38.043 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "2/23 daemons upgraded", 2024-02-13T21:08:38.043 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading mon daemons", 2024-02-13T21:08:38.043 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:08:38.044 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:08:38.582 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:36.824714+0000 mgr.smithi153.unkvxi (mgr.14740) 13 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:38.582 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:37.082389+0000 mgr.smithi153.unkvxi (mgr.14740) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:38.582 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.113750+0000 mgr.smithi153.unkvxi (mgr.14740) 15 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.391033+0000 mgr.smithi153.unkvxi (mgr.14740) 16 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.735592+0000 mon.smithi153 (mon.0) 815 : audit [DBG] from='client.? 172.21.15.153:0/304548713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.762622+0000 mon.smithi153 (mon.0) 816 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.763392+0000 mon.smithi153 (mon.0) 817 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.763978+0000 mon.smithi153 (mon.0) 818 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.767995+0000 mon.smithi153 (mon.0) 819 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.775442+0000 mon.smithi153 (mon.0) 820 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.778359+0000 mon.smithi153 (mon.0) 821 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.780286+0000 mon.smithi153 (mon.0) 822 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.786776+0000 mon.smithi153 (mon.0) 823 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.787558+0000 mon.smithi153 (mon.0) 824 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi153.unkvxi"}]: dispatch 2024-02-13T21:08:38.583 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.792949+0000 mon.smithi153 (mon.0) 825 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi153.unkvxi"}]': finished 2024-02-13T21:08:38.584 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.793580+0000 mon.smithi153 (mon.0) 826 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi160.twbahe"}]: dispatch 2024-02-13T21:08:38.584 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.798834+0000 mon.smithi153 (mon.0) 827 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi160.twbahe"}]': finished 2024-02-13T21:08:38.584 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:37.799947+0000 mon.smithi153 (mon.0) 828 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-13T21:08:38.704 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:36.824714+0000 mgr.smithi153.unkvxi (mgr.14740) 13 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:38.704 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:37.082389+0000 mgr.smithi153.unkvxi (mgr.14740) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:38.704 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.113750+0000 mgr.smithi153.unkvxi (mgr.14740) 15 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:38.704 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.391033+0000 mgr.smithi153.unkvxi (mgr.14740) 16 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:38.704 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.735592+0000 mon.smithi153 (mon.0) 815 : audit [DBG] from='client.? 172.21.15.153:0/304548713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:08:38.704 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.762622+0000 mon.smithi153 (mon.0) 816 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:38.704 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.763392+0000 mon.smithi153 (mon.0) 817 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:38.704 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.763978+0000 mon.smithi153 (mon.0) 818 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:08:38.705 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.767995+0000 mon.smithi153 (mon.0) 819 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:38.705 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.775442+0000 mon.smithi153 (mon.0) 820 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:38.705 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.778359+0000 mon.smithi153 (mon.0) 821 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:38.705 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.780286+0000 mon.smithi153 (mon.0) 822 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:08:38.705 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.786776+0000 mon.smithi153 (mon.0) 823 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:38.705 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.787558+0000 mon.smithi153 (mon.0) 824 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi153.unkvxi"}]: dispatch 2024-02-13T21:08:38.705 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.792949+0000 mon.smithi153 (mon.0) 825 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi153.unkvxi"}]': finished 2024-02-13T21:08:38.705 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.793580+0000 mon.smithi153 (mon.0) 826 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi160.twbahe"}]: dispatch 2024-02-13T21:08:38.705 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.798834+0000 mon.smithi153 (mon.0) 827 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi160.twbahe"}]': finished 2024-02-13T21:08:38.705 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:37.799947+0000 mon.smithi153 (mon.0) 828 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-13T21:08:38.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.06 MB/sec execute 71 sec latency 66333.617 ms 2024-02-13T21:08:39.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:37.764502+0000 mgr.smithi153.unkvxi (mgr.14740) 17 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:37.780797+0000 mgr.smithi153.unkvxi (mgr.14740) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:38.043023+0000 mgr.smithi153.unkvxi (mgr.14740) 19 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:38.977782+0000 mon.smithi153 (mon.0) 829 : cluster [DBG] Standby manager daemon smithi160.twbahe restarted 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:38.977894+0000 mon.smithi153 (mon.0) 830 : cluster [DBG] Standby manager daemon smithi160.twbahe started 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:38.979198+0000 mon.smithi160 (mon.1) 89 : audit [DBG] from='mgr.? 172.21.15.160:0/4057827778' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/crt"}]: dispatch 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:38.979662+0000 mon.smithi160 (mon.1) 90 : audit [DBG] from='mgr.? 172.21.15.160:0/4057827778' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:38.981385+0000 mon.smithi160 (mon.1) 91 : audit [DBG] from='mgr.? 172.21.15.160:0/4057827778' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/key"}]: dispatch 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:38.982467+0000 mon.smithi160 (mon.1) 92 : audit [DBG] from='mgr.? 172.21.15.160:0/4057827778' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:39.403450+0000 mds.foofs.smithi160.wgrttk (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 47.155014 secs 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:39.422121+0000 mon.smithi153 (mon.0) 831 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:39.422827+0000 mon.smithi153 (mon.0) 832 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:39.423365+0000 mon.smithi153 (mon.0) 833 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T21:08:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: audit 2024-02-13T21:08:39.423863+0000 mon.smithi153 (mon.0) 834 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:37.764502+0000 mgr.smithi153.unkvxi (mgr.14740) 17 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:08:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:37.780797+0000 mgr.smithi153.unkvxi (mgr.14740) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-13T21:08:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:38.043023+0000 mgr.smithi153.unkvxi (mgr.14740) 19 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:08:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:38.977782+0000 mon.smithi153 (mon.0) 829 : cluster [DBG] Standby manager daemon smithi160.twbahe restarted 2024-02-13T21:08:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:38.977894+0000 mon.smithi153 (mon.0) 830 : cluster [DBG] Standby manager daemon smithi160.twbahe started 2024-02-13T21:08:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:38.979198+0000 mon.smithi160 (mon.1) 89 : audit [DBG] from='mgr.? 172.21.15.160:0/4057827778' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/crt"}]: dispatch 2024-02-13T21:08:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:38.979662+0000 mon.smithi160 (mon.1) 90 : audit [DBG] from='mgr.? 172.21.15.160:0/4057827778' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T21:08:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:38.981385+0000 mon.smithi160 (mon.1) 91 : audit [DBG] from='mgr.? 172.21.15.160:0/4057827778' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.twbahe/key"}]: dispatch 2024-02-13T21:08:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:38.982467+0000 mon.smithi160 (mon.1) 92 : audit [DBG] from='mgr.? 172.21.15.160:0/4057827778' entity='mgr.smithi160.twbahe' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T21:08:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:39.403450+0000 mds.foofs.smithi160.wgrttk (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 47.155014 secs 2024-02-13T21:08:39.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:39.422121+0000 mon.smithi153 (mon.0) 831 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:39.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:39.422827+0000 mon.smithi153 (mon.0) 832 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T21:08:39.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:39.423365+0000 mon.smithi153 (mon.0) 833 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T21:08:39.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:39.423863+0000 mon.smithi153 (mon.0) 834 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:39.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.05 MB/sec execute 72 sec latency 67333.666 ms 2024-02-13T21:08:40.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:39.082998+0000 mgr.smithi153.unkvxi (mgr.14740) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:08:40.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:39.417804+0000 mgr.smithi153.unkvxi (mgr.14740) 21 : cephadm [INF] Upgrade: Updating mon.smithi153 2024-02-13T21:08:40.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cephadm 2024-02-13T21:08:39.424363+0000 mgr.smithi153.unkvxi (mgr.14740) 22 : cephadm [INF] Deploying daemon mon.smithi153 on smithi153 2024-02-13T21:08:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: cluster 2024-02-13T21:08:39.457436+0000 mon.smithi153 (mon.0) 835 : cluster [DBG] mgrmap e37: smithi153.unkvxi(active, since 19s), standbys: smithi160.twbahe 2024-02-13T21:08:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:39.082998+0000 mgr.smithi153.unkvxi (mgr.14740) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:08:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:39.417804+0000 mgr.smithi153.unkvxi (mgr.14740) 21 : cephadm [INF] Upgrade: Updating mon.smithi153 2024-02-13T21:08:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:39.424363+0000 mgr.smithi153.unkvxi (mgr.14740) 22 : cephadm [INF] Deploying daemon mon.smithi153 on smithi153 2024-02-13T21:08:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:39.457436+0000 mon.smithi153 (mon.0) 835 : cluster [DBG] mgrmap e37: smithi153.unkvxi(active, since 19s), standbys: smithi160.twbahe 2024-02-13T21:08:40.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.04 MB/sec execute 73 sec latency 68333.735 ms 2024-02-13T21:08:41.620 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:41 smithi153 systemd[1]: Stopping Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:08:41.890 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.02 MB/sec execute 74 sec latency 69333.781 ms 2024-02-13T21:08:41.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T21:08:41.620+0000 7f63eea82700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi153 -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-13T21:08:41.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153[34443]: debug 2024-02-13T21:08:41.620+0000 7f63eea82700 -1 mon.smithi153@0(leader) e2 *** Got Signal Terminated *** 2024-02-13T21:08:42.681 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:42 smithi153 bash[77011]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153 2024-02-13T21:08:42.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 1.01 MB/sec execute 75 sec latency 70333.835 ms 2024-02-13T21:08:42.935 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:42 smithi153 bash[77075]: Error: no container with ID 8fc20fd23ea08d98011a9a11d2f765525868627c8075720f5a4376c088f2fc76 found in database: no such container 2024-02-13T21:08:42.935 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:42 smithi153 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153.service: Succeeded. 2024-02-13T21:08:42.935 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:42 smithi153 systemd[1]: Stopped Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:08:43.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 systemd[1]: Starting Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:08:43.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.563+0000 7ffab70c4880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T21:08:43.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.563+0000 7ffab70c4880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-13T21:08:43.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.563+0000 7ffab70c4880 0 pidfile_write: ignore empty --pid-file 2024-02-13T21:08:43.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.567+0000 7ffab70c4880 0 load: jerasure load: lrc load: isa 2024-02-13T21:08:43.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T21:08:43.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T21:08:43.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Compile date Feb 8 2024 2024-02-13T21:08:43.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: DB SUMMARY 2024-02-13T21:08:43.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: CURRENT file: CURRENT 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 766 Bytes 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi153/store.db dir, Total Num: 1, files: 000020.sst 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi153/store.db: 000018.log size: 4171621 ; 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.error_if_exists: 0 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.create_if_missing: 0 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T21:08:43.693 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.env: 0x565180448080 2024-02-13T21:08:43.694 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.fs: Posix File System 2024-02-13T21:08:43.694 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.info_log: 0x565181900560 2024-02-13T21:08:43.694 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T21:08:43.694 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.statistics: (nil) 2024-02-13T21:08:43.694 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.use_fsync: 0 2024-02-13T21:08:43.694 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T21:08:43.694 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T21:08:43.694 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T21:08:43.694 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.db_log_dir: 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi153/store.db 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T21:08:43.695 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.write_buffer_manager: 0x5651825f2420 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T21:08:43.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.unordered_write: 0 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.row_cache: None 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.wal_filter: None 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.two_write_queues: 0 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.atomic_flush: 0 2024-02-13T21:08:43.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T21:08:43.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_open_files: -1 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Compression algorithms supported: 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: kZSTD supported: 0 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: kXpressCompression supported: 0 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: kZlibCompression supported: 1 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T21:08:43.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi153/store.db/MANIFEST-000008 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.merge_operator: 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.compaction_filter: None 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5651818a5d28) 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cache_index_and_filter_blocks: 1 2024-02-13T21:08:43.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: pin_top_level_index_and_filter: 1 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: index_type: 0 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: data_block_index_type: 0 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: index_shortening: 1 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: data_block_hash_table_util_ratio: 0.750000 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: hash_index_allow_collision: 1 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: checksum: 1 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: no_block_cache: 0 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: block_cache: 0x5651818daf10 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: block_cache_name: BinnedLRUCache 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: block_cache_options: 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: capacity : 536870912 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: num_shard_bits : 4 2024-02-13T21:08:43.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: strict_capacity_limit : 0 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: high_pri_pool_ratio: 0.000 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: block_cache_compressed: (nil) 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: persistent_cache: (nil) 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: block_size: 4096 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: block_size_deviation: 10 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: block_restart_interval: 16 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: index_block_restart_interval: 1 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: metadata_block_size: 4096 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: partition_filters: 0 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: use_delta_encoding: 1 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: whole_key_filtering: 1 2024-02-13T21:08:43.702 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: verify_compression: 0 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: read_amp_bytes_per_bit: 0 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: format_version: 2 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: enable_index_compression: 1 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: block_align: 0 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.compression: NoCompression 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.num_levels: 7 2024-02-13T21:08:43.703 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T21:08:43.704 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.568+0000 7ffab70c4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T21:08:43.705 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T21:08:43.706 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T21:08:43.707 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T21:08:43.707 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T21:08:43.708 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T21:08:43.708 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T21:08:43.708 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T21:08:43.708 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T21:08:43.708 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.table_properties_collectors: 2024-02-13T21:08:43.708 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T21:08:43.708 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T21:08:43.708 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.bloom_locality: 0 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.ttl: 2592000 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi153/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 22, last_sequence is 9631, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-13T21:08:43.709 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707858523569916, "job": 1, "event": "recovery_started", "log_files": [18]} 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.569+0000 7ffab70c4880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.574+0000 7ffab70c4880 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-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.581+0000 7ffab70c4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707858523581876, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 4081556, "table_properties": {"data_size": 4075425, "index_size": 4603, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 709, "raw_key_size": 5953, "raw_average_key_size": 22, "raw_value_size": 4067764, "raw_average_value_size": 15466, "num_data_blocks": 146, "num_entries": 263, "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": 1707858523, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.581+0000 7ffab70c4880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.581+0000 7ffab70c4880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.582+0000 7ffab70c4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707858523582615, "job": 1, "event": "recovery_finished"} 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.583+0000 7ffab70c4880 4 rocksdb: DB pointer 0x5651819a3800 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.583+0000 7ffa9deb5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.583+0000 7ffa9deb5700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T21:08:43.710 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ** DB Stats ** 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ** Compaction Stats [default] ** 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: L0 1/0 3.89 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 527.9 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: L6 1/0 23.97 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-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Sum 2/0 27.86 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 527.9 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 527.9 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:43.711 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ** Compaction Stats [default] ** 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 527.9 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Flush(GB): cumulative 0.004, interval 0.004 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Cumulative compaction: 0.00 GB write, 264.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Interval compaction: 0.00 GB write, 264.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.712 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.713 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T21:08:43.713 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.713 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ** Compaction Stats [default] ** 2024-02-13T21:08:43.713 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.713 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T21:08:43.713 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: L0 1/0 3.89 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 527.9 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:43.713 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: L6 1/0 23.97 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-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Sum 2/0 27.86 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 527.9 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ** Compaction Stats [default] ** 2024-02-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 527.9 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Flush(GB): cumulative 0.004, interval 0.000 2024-02-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T21:08:43.715 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Cumulative compaction: 0.00 GB write, 263.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.584+0000 7ffab70c4880 0 starting mon.smithi153 rank 0 at public addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] at bind addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi153 fsid 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.585+0000 7ffab70c4880 1 mon.smithi153@-1(???) e2 preinit fsid 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.586+0000 7ffab70c4880 0 mon.smithi153@-1(???).mds e9 new map 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.586+0000 7ffab70c4880 0 mon.smithi153@-1(???).mds e9 print_map 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: e9 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-13T21:08:43.716 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: legacy client fscid: 1 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Filesystem 'foofs' (1) 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: fs_name foofs 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: epoch 9 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: flags 12 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: created 2024-02-13T21:05:02.034669+0000 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: modified 2024-02-13T21:08:25.089897+0000 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: tableserver 0 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: root 0 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: session_timeout 60 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: session_autoclose 300 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: max_file_size 1099511627776 2024-02-13T21:08:43.717 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: required_client_features {} 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: last_failure 0 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: last_failure_osd_epoch 0 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 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-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: max_mds 1 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: in 0 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: up {0=24293} 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: failed 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: damaged 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: stopped 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: data_pools [3] 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: metadata_pool 2 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: inline_data disabled 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: balancer 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: standby_count_wanted 1 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: [mds.foofs.smithi160.wgrttk{0:24293} state up:active seq 52 join_fscid=1 addr [v2:172.21.15.160:6832/3232596241,v1:172.21.15.160:6833/3232596241] compat {c=[1],r=[1],i=[7ff]}] 2024-02-13T21:08:43.718 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: Standby daemons: 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: [mds.foofs.smithi153.vofwhm{-1:14480} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] compat {c=[1],r=[1],i=[7ff]}] 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.586+0000 7ffab70c4880 0 mon.smithi153@-1(???).osd e71 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.586+0000 7ffab70c4880 0 mon.smithi153@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.586+0000 7ffab70c4880 0 mon.smithi153@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.586+0000 7ffab70c4880 0 mon.smithi153@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:39.082998+0000 mgr.smithi153.unkvxi (mgr.14740) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:08:39.417804+0000 mgr.smithi153.unkvxi (mgr.14740) 21 : cephadm [INF] Upgrade: Updating mon.smithi153 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:08:39.424363+0000 mgr.smithi153.unkvxi (mgr.14740) 22 : cephadm [INF] Deploying daemon mon.smithi153 on smithi153 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:39.457436+0000 mon.smithi153 (mon.0) 835 : cluster [DBG] mgrmap e37: smithi153.unkvxi(active, since 19s), standbys: smithi160.twbahe 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:43.586+0000 7ffab70c4880 1 mon.smithi153@-1(???).paxosservice(auth 1..38) refresh upgraded, format 0 -> 3 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 bash[77220]: 6db5dd68da72be8a0e8891499972461ae170d038559521f76e84e42c5c77b206 2024-02-13T21:08:43.719 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:43 smithi153 systemd[1]: Started Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:08:43.889 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.99 MB/sec execute 76 sec latency 71333.931 ms 2024-02-13T21:08:44.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.98 MB/sec execute 77 sec latency 72334.028 ms 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:41.628739+0000 mon.smithi160 (mon.1) 93 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:41.628975+0000 mon.smithi160 (mon.1) 94 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:43.083999+0000 mgr.smithi153.unkvxi (mgr.14740) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:44.403586+0000 mds.foofs.smithi160.wgrttk (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 52.155147 secs 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:44.997074+0000 mon.smithi153 (mon.0) 1 : cluster [INF] mon.smithi153 calling monitor election 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.010668+0000 mon.smithi153 (mon.0) 2 : cluster [INF] mon.smithi153 is new leader, mons smithi153,smithi160 in quorum (ranks 0,1) 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.015523+0000 mon.smithi153 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.016161+0000 mon.smithi153 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.016201+0000 mon.smithi153 (mon.0) 5 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.017360+0000 mon.smithi153 (mon.0) 6 : cluster [DBG] mgrmap e37: smithi153.unkvxi(active, since 24s), standbys: smithi160.twbahe 2024-02-13T21:08:45.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.024556+0000 mon.smithi153 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 MDSs report slow requests 2024-02-13T21:08:45.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.024574+0000 mon.smithi153 (mon.0) 8 : cluster [WRN] [WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-02-13T21:08:45.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.024583+0000 mon.smithi153 (mon.0) 9 : cluster [WRN] mds.foofs.smithi160.wgrttk(mds.0): 1 slow requests are blocked > 30 secs 2024-02-13T21:08:45.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:45.024726+0000 mon.smithi153 (mon.0) 10 : audit [INF] from='mgr.14740 ' entity='' 2024-02-13T21:08:45.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:45.028798+0000 mon.smithi160 (mon.1) 95 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:41.628739+0000 mon.smithi160 (mon.1) 93 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:41.628975+0000 mon.smithi160 (mon.1) 94 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:43.083999+0000 mgr.smithi153.unkvxi (mgr.14740) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:44.403586+0000 mds.foofs.smithi160.wgrttk (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 52.155147 secs 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:44.997074+0000 mon.smithi153 (mon.0) 1 : cluster [INF] mon.smithi153 calling monitor election 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.010668+0000 mon.smithi153 (mon.0) 2 : cluster [INF] mon.smithi153 is new leader, mons smithi153,smithi160 in quorum (ranks 0,1) 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.015523+0000 mon.smithi153 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.016161+0000 mon.smithi153 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.016201+0000 mon.smithi153 (mon.0) 5 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.017360+0000 mon.smithi153 (mon.0) 6 : cluster [DBG] mgrmap e37: smithi153.unkvxi(active, since 24s), standbys: smithi160.twbahe 2024-02-13T21:08:45.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.024556+0000 mon.smithi153 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 MDSs report slow requests 2024-02-13T21:08:45.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.024574+0000 mon.smithi153 (mon.0) 8 : cluster [WRN] [WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-02-13T21:08:45.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.024583+0000 mon.smithi153 (mon.0) 9 : cluster [WRN] mds.foofs.smithi160.wgrttk(mds.0): 1 slow requests are blocked > 30 secs 2024-02-13T21:08:45.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:45.024726+0000 mon.smithi153 (mon.0) 10 : audit [INF] from='mgr.14740 ' entity='' 2024-02-13T21:08:45.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:45.028798+0000 mon.smithi160 (mon.1) 95 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:45.890 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.97 MB/sec execute 78 sec latency 73334.140 ms 2024-02-13T21:08:46.105 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:08:46.073+0000 7ffaa2ebf700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:08:46.105 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.076153+0000 mon.smithi153 (mon.0) 11 : cluster [DBG] mgrmap e38: smithi153.unkvxi(active, since 25s), standbys: smithi160.twbahe 2024-02-13T21:08:46.106 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.084359+0000 mgr.smithi153.unkvxi (mgr.14740) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:46.106 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.084701+0000 mon.smithi153 (mon.0) 12 : cluster [WRN] daemon mds.foofs.smithi160.wgrttk compat changed unexpectedly 2024-02-13T21:08:46.106 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:45.088802+0000 mon.smithi153 (mon.0) 13 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-13T21:08:46.106 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:45.090031+0000 mon.smithi153 (mon.0) 14 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 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-13T21:08:46.106 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:45.091341+0000 mon.smithi160 (mon.1) 96 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:08:46.106 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:45.091638+0000 mon.smithi153 (mon.0) 15 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:08:46.439 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1[47432]: debug 2024-02-13T21:08:46.105+0000 7f611393a700 -1 bdev(0x56280e5fc800 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 9 2024-02-13T21:08:46.439 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1[47432]: debug 2024-02-13T21:08:46.107+0000 7f611593e700 -1 bdev(0x56280e5fc800 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 13 2024-02-13T21:08:46.439 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:08:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1[47432]: debug 2024-02-13T21:08:46.107+0000 7f611413b700 -1 bdev(0x56280e5fc800 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 14 2024-02-13T21:08:46.503 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:08:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6[46158]: debug 2024-02-13T21:08:46.107+0000 7fa85fe49700 -1 bdev(0x55649da04800 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 5 2024-02-13T21:08:46.503 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:08:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6[46158]: debug 2024-02-13T21:08:46.108+0000 7fa85e646700 -1 bdev(0x55649da04800 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 7 2024-02-13T21:08:46.503 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:08:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6[46158]: debug 2024-02-13T21:08:46.109+0000 7fa86164c700 -1 bdev(0x55649da04800 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 8 2024-02-13T21:08:46.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.076153+0000 mon.smithi153 (mon.0) 11 : cluster [DBG] mgrmap e38: smithi153.unkvxi(active, since 25s), standbys: smithi160.twbahe 2024-02-13T21:08:46.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.084359+0000 mgr.smithi153.unkvxi (mgr.14740) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:08:46.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.084701+0000 mon.smithi153 (mon.0) 12 : cluster [WRN] daemon mds.foofs.smithi160.wgrttk compat changed unexpectedly 2024-02-13T21:08:46.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:45.088802+0000 mon.smithi153 (mon.0) 13 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-13T21:08:46.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:45.090031+0000 mon.smithi153 (mon.0) 14 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 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-13T21:08:46.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:45.091341+0000 mon.smithi160 (mon.1) 96 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:08:46.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:45.091638+0000 mon.smithi153 (mon.0) 15 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T21:08:46.890 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.96 MB/sec execute 79 sec latency 74334.226 ms 2024-02-13T21:08:47.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:46.074362+0000 mon.smithi153 (mon.0) 16 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-13T21:08:47.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:46.074387+0000 mon.smithi153 (mon.0) 17 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:08:47.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:46.074401+0000 mon.smithi153 (mon.0) 18 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-02-13T21:08:47.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:46.081301+0000 mon.smithi153 (mon.0) 19 : cluster [INF] Standby daemon mds.foofs.smithi153.vofwhm assigned to filesystem foofs as rank 0 2024-02-13T21:08:47.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:46.081433+0000 mon.smithi153 (mon.0) 20 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-13T21:08:47.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:46.081460+0000 mon.smithi153 (mon.0) 21 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-13T21:08:47.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:46.081685+0000 mon.smithi153 (mon.0) 22 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-13T21:08:47.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:46.084728+0000 mon.smithi153 (mon.0) 23 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:replay} 2024-02-13T21:08:47.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:46.089862+0000 mon.smithi153 (mon.0) 24 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T21:08:47.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:46.089944+0000 mon.smithi153 (mon.0) 25 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-13T21:08:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:46.074362+0000 mon.smithi153 (mon.0) 16 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-13T21:08:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:46.074387+0000 mon.smithi153 (mon.0) 17 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:08:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:46.074401+0000 mon.smithi153 (mon.0) 18 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-02-13T21:08:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:46.081301+0000 mon.smithi153 (mon.0) 19 : cluster [INF] Standby daemon mds.foofs.smithi153.vofwhm assigned to filesystem foofs as rank 0 2024-02-13T21:08:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:46.081433+0000 mon.smithi153 (mon.0) 20 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-13T21:08:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:46.081460+0000 mon.smithi153 (mon.0) 21 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-13T21:08:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:46.081685+0000 mon.smithi153 (mon.0) 22 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-13T21:08:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:46.084728+0000 mon.smithi153 (mon.0) 23 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:replay} 2024-02-13T21:08:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:46.089862+0000 mon.smithi153 (mon.0) 24 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T21:08:47.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:46.089944+0000 mon.smithi153 (mon.0) 25 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-13T21:08:47.890 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.94 MB/sec execute 80 sec latency 75334.335 ms 2024-02-13T21:08:48.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:47.084682+0000 mgr.smithi153.unkvxi (mgr.14740) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:08:48.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:47.091784+0000 mds.foofs.smithi153.vofwhm (mds.0) 1 : cluster [DBG] reconnect by client.14704 172.21.15.153:0/2314431366 after 0 2024-02-13T21:08:48.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:47.091843+0000 mds.foofs.smithi153.vofwhm (mds.0) 2 : cluster [DBG] reconnect by client.24541 172.21.15.160:0/3796620799 after 0 2024-02-13T21:08:48.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:47.091864+0000 mds.foofs.smithi153.vofwhm (mds.0) 3 : cluster [DBG] reconnect by client.24583 172.21.15.153:0/2643024185 after 0 2024-02-13T21:08:48.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:47.091884+0000 mds.foofs.smithi153.vofwhm (mds.0) 4 : cluster [DBG] reconnect by client.14760 172.21.15.153:0/1885287570 after 0 2024-02-13T21:08:48.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:47.092278+0000 mon.smithi153 (mon.0) 26 : cluster [DBG] mds.? [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:reconnect 2024-02-13T21:08:48.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:47.092323+0000 mon.smithi153 (mon.0) 27 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:reconnect} 2024-02-13T21:08:48.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:47.084682+0000 mgr.smithi153.unkvxi (mgr.14740) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-02-13T21:08:48.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:47.091784+0000 mds.foofs.smithi153.vofwhm (mds.0) 1 : cluster [DBG] reconnect by client.14704 172.21.15.153:0/2314431366 after 0 2024-02-13T21:08:48.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:47.091843+0000 mds.foofs.smithi153.vofwhm (mds.0) 2 : cluster [DBG] reconnect by client.24541 172.21.15.160:0/3796620799 after 0 2024-02-13T21:08:48.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:47.091864+0000 mds.foofs.smithi153.vofwhm (mds.0) 3 : cluster [DBG] reconnect by client.24583 172.21.15.153:0/2643024185 after 0 2024-02-13T21:08:48.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:47.091884+0000 mds.foofs.smithi153.vofwhm (mds.0) 4 : cluster [DBG] reconnect by client.14760 172.21.15.153:0/1885287570 after 0 2024-02-13T21:08:48.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:47.092278+0000 mon.smithi153 (mon.0) 26 : cluster [DBG] mds.? [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:reconnect 2024-02-13T21:08:48.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:47.092323+0000 mon.smithi153 (mon.0) 27 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:reconnect} 2024-02-13T21:08:48.890 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.93 MB/sec execute 81 sec latency 76334.438 ms 2024-02-13T21:08:49.890 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.92 MB/sec execute 82 sec latency 77334.463 ms 2024-02-13T21:08:50.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.91 MB/sec execute 83 sec latency 78334.495 ms 2024-02-13T21:08:50.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:49.085290+0000 mgr.smithi153.unkvxi (mgr.14740) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 26 MiB/s rd, 8 op/s 2024-02-13T21:08:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:49.085290+0000 mgr.smithi153.unkvxi (mgr.14740) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 26 MiB/s rd, 8 op/s 2024-02-13T21:08:51.890 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.90 MB/sec execute 84 sec latency 79334.581 ms 2024-02-13T21:08:51.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:50.595295+0000 mon.smithi153 (mon.0) 28 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-13T21:08:51.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:50.600917+0000 mon.smithi153 (mon.0) 29 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] up:boot 2024-02-13T21:08:51.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:50.600965+0000 mon.smithi153 (mon.0) 30 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:reconnect} 1 up:standby 2024-02-13T21:08:51.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:50.602344+0000 mon.smithi160 (mon.1) 97 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:08:51.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:51.247562+0000 mon.smithi153 (mon.0) 31 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:50.595295+0000 mon.smithi153 (mon.0) 28 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-13T21:08:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:50.600917+0000 mon.smithi153 (mon.0) 29 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] up:boot 2024-02-13T21:08:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:50.600965+0000 mon.smithi153 (mon.0) 30 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:reconnect} 1 up:standby 2024-02-13T21:08:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:50.602344+0000 mon.smithi160 (mon.1) 97 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:08:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:51.247562+0000 mon.smithi153 (mon.0) 31 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:52.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.89 MB/sec execute 85 sec latency 80334.681 ms 2024-02-13T21:08:52.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:51.085609+0000 mgr.smithi153.unkvxi (mgr.14740) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 26 MiB/s rd, 8 op/s 2024-02-13T21:08:52.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:52.112141+0000 mon.smithi153 (mon.0) 32 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:52.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:52.114326+0000 mon.smithi160 (mon.1) 98 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:52.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:52.115240+0000 mon.smithi160 (mon.1) 99 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:08:52.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:52.119171+0000 mon.smithi153 (mon.0) 33 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:52.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:52.125233+0000 mon.smithi153 (mon.0) 34 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:52.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:52.129370+0000 mon.smithi160 (mon.1) 100 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:52.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:52.132708+0000 mon.smithi160 (mon.1) 101 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:08:52.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:52.134056+0000 mon.smithi160 (mon.1) 102 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-13T21:08:52.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:51.085609+0000 mgr.smithi153.unkvxi (mgr.14740) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 26 MiB/s rd, 8 op/s 2024-02-13T21:08:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:52.112141+0000 mon.smithi153 (mon.0) 32 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:52.114326+0000 mon.smithi160 (mon.1) 98 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:52.115240+0000 mon.smithi160 (mon.1) 99 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:08:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:52.119171+0000 mon.smithi153 (mon.0) 33 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:52.125233+0000 mon.smithi153 (mon.0) 34 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:52.129370+0000 mon.smithi160 (mon.1) 100 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:52.132708+0000 mon.smithi160 (mon.1) 101 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:08:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:52.134056+0000 mon.smithi160 (mon.1) 102 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-13T21:08:53.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:52.115806+0000 mgr.smithi153.unkvxi (mgr.14740) 29 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:08:53.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:53.473465+0000 mon.smithi153 (mon.0) 35 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:53.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:53.474672+0000 mon.smithi160 (mon.1) 103 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T21:08:53.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:53.475300+0000 mon.smithi160 (mon.1) 104 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T21:08:53.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: audit 2024-02-13T21:08:53.475988+0000 mon.smithi160 (mon.1) 105 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:53.890 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.88 MB/sec execute 86 sec latency 81334.754 ms 2024-02-13T21:08:53.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:08:52.115806+0000 mgr.smithi153.unkvxi (mgr.14740) 29 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:08:53.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:53.473465+0000 mon.smithi153 (mon.0) 35 : audit [INF] from='mgr.14740 ' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:53.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:53.474672+0000 mon.smithi160 (mon.1) 103 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T21:08:53.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:53.475300+0000 mon.smithi160 (mon.1) 104 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T21:08:53.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:53.475988+0000 mon.smithi160 (mon.1) 105 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:08:54.786 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cluster 2024-02-13T21:08:53.086316+0000 mgr.smithi153.unkvxi (mgr.14740) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 26 MiB/s rd, 8 op/s 2024-02-13T21:08:54.787 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:53.468371+0000 mgr.smithi153.unkvxi (mgr.14740) 31 : cephadm [INF] Upgrade: Updating mon.smithi160 2024-02-13T21:08:54.787 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: cephadm 2024-02-13T21:08:53.476623+0000 mgr.smithi153.unkvxi (mgr.14740) 32 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-02-13T21:08:54.890 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.87 MB/sec execute 87 sec latency 82334.793 ms 2024-02-13T21:08:54.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:53.086316+0000 mgr.smithi153.unkvxi (mgr.14740) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 26 MiB/s rd, 8 op/s 2024-02-13T21:08:54.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:08:53.468371+0000 mgr.smithi153.unkvxi (mgr.14740) 31 : cephadm [INF] Upgrade: Updating mon.smithi160 2024-02-13T21:08:54.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:08:53.476623+0000 mgr.smithi153.unkvxi (mgr.14740) 32 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-02-13T21:08:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:54 smithi160 systemd[1]: Stopping Ceph mon.smithi160 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:08:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: debug 2024-02-13T21:08:55.021+0000 7f497a5dc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi160 -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-13T21:08:55.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160[36558]: debug 2024-02-13T21:08:55.021+0000 7f497a5dc700 -1 mon.smithi160@1(peon) e2 *** Got Signal Terminated *** 2024-02-13T21:08:55.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:55 smithi160 bash[57705]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160 2024-02-13T21:08:55.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.86 MB/sec execute 88 sec latency 83334.895 ms 2024-02-13T21:08:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:55 smithi160 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi160.service: Succeeded. 2024-02-13T21:08:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:55 smithi160 systemd[1]: Stopped Ceph mon.smithi160 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:08:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 systemd[1]: Starting Ceph mon.smithi160 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:08:56.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.85 MB/sec execute 89 sec latency 84334.962 ms 2024-02-13T21:08:57.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.575+0000 7f9eae1c9880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T21:08:57.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.575+0000 7f9eae1c9880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-13T21:08:57.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.575+0000 7f9eae1c9880 0 pidfile_write: ignore empty --pid-file 2024-02-13T21:08:57.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.579+0000 7f9eae1c9880 0 load: jerasure load: lrc load: isa 2024-02-13T21:08:57.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T21:08:57.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T21:08:57.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Compile date Feb 8 2024 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: DB SUMMARY 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: CURRENT file: CURRENT 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 690 Bytes 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi160/store.db dir, Total Num: 1, files: 000017.sst 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi160/store.db: 000015.log size: 7869458 ; 2024-02-13T21:08:57.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.error_if_exists: 0 2024-02-13T21:08:57.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.create_if_missing: 0 2024-02-13T21:08:57.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T21:08:57.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.env: 0x5564864d7080 2024-02-13T21:08:57.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.fs: Posix File System 2024-02-13T21:08:57.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.info_log: 0x55648701a560 2024-02-13T21:08:57.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T21:08:57.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.statistics: (nil) 2024-02-13T21:08:57.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.use_fsync: 0 2024-02-13T21:08:57.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T21:08:57.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T21:08:57.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T21:08:57.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T21:08:57.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T21:08:57.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T21:08:57.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T21:08:57.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T21:08:57.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T21:08:57.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T21:08:57.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T21:08:57.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.db_log_dir: 2024-02-13T21:08:57.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi160/store.db 2024-02-13T21:08:57.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T21:08:57.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T21:08:57.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T21:08:57.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T21:08:57.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T21:08:57.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T21:08:57.010 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.write_buffer_manager: 0x556487d0c420 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T21:08:57.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T21:08:57.012 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T21:08:57.012 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T21:08:57.012 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.unordered_write: 0 2024-02-13T21:08:57.012 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T21:08:57.012 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T21:08:57.012 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T21:08:57.012 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T21:08:57.012 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.row_cache: None 2024-02-13T21:08:57.012 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.wal_filter: None 2024-02-13T21:08:57.013 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T21:08:57.013 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T21:08:57.013 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T21:08:57.013 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.two_write_queues: 0 2024-02-13T21:08:57.013 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T21:08:57.013 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.atomic_flush: 0 2024-02-13T21:08:57.013 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T21:08:57.014 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T21:08:57.014 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T21:08:57.014 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T21:08:57.014 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T21:08:57.014 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T21:08:57.014 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T21:08:57.014 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T21:08:57.014 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T21:08:57.014 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T21:08:57.014 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_open_files: -1 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Compression algorithms supported: 2024-02-13T21:08:57.015 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T21:08:57.016 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: kZSTD supported: 0 2024-02-13T21:08:57.016 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: kXpressCompression supported: 0 2024-02-13T21:08:57.016 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T21:08:57.016 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T21:08:57.016 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T21:08:57.016 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: kZlibCompression supported: 1 2024-02-13T21:08:57.016 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T21:08:57.016 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T21:08:57.016 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000005 2024-02-13T21:08:57.016 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.merge_operator: 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_filter: None 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556486fbfd28) 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cache_index_and_filter_blocks: 1 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T21:08:57.017 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: pin_top_level_index_and_filter: 1 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: index_type: 0 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: data_block_index_type: 0 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: index_shortening: 1 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: data_block_hash_table_util_ratio: 0.750000 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: hash_index_allow_collision: 1 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: checksum: 1 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: no_block_cache: 0 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: block_cache: 0x556486ff4f10 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: block_cache_name: BinnedLRUCache 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: block_cache_options: 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: capacity : 536870912 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: num_shard_bits : 4 2024-02-13T21:08:57.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: strict_capacity_limit : 0 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: high_pri_pool_ratio: 0.000 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: block_cache_compressed: (nil) 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: persistent_cache: (nil) 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: block_size: 4096 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: block_size_deviation: 10 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: block_restart_interval: 16 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: index_block_restart_interval: 1 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: metadata_block_size: 4096 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: partition_filters: 0 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: use_delta_encoding: 1 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T21:08:57.019 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: whole_key_filtering: 1 2024-02-13T21:08:57.020 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: verify_compression: 0 2024-02-13T21:08:57.020 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: read_amp_bytes_per_bit: 0 2024-02-13T21:08:57.020 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: format_version: 2 2024-02-13T21:08:57.020 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: enable_index_compression: 1 2024-02-13T21:08:57.020 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: block_align: 0 2024-02-13T21:08:57.020 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.020 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T21:08:57.021 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T21:08:57.021 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compression: NoCompression 2024-02-13T21:08:57.021 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T21:08:57.021 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T21:08:57.021 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T21:08:57.023 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.num_levels: 7 2024-02-13T21:08:57.023 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T21:08:57.023 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T21:08:57.023 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T21:08:57.023 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T21:08:57.023 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T21:08:57.023 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T21:08:57.023 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T21:08:57.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T21:08:57.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T21:08:57.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T21:08:57.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T21:08:57.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T21:08:57.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T21:08:57.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T21:08:57.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T21:08:57.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T21:08:57.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T21:08:57.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T21:08:57.026 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.table_properties_collectors: 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.bloom_locality: 0 2024-02-13T21:08:57.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.ttl: 2592000 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.580+0000 7f9eae1c9880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.581+0000 7f9eae1c9880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.581+0000 7f9eae1c9880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 19, last_sequence is 9760, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.581+0000 7f9eae1c9880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 15 2024-02-13T21:08:57.028 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.581+0000 7f9eae1c9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707858536582556, "job": 1, "event": "recovery_started", "log_files": [15]} 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.581+0000 7f9eae1c9880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #15 mode 2 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.587+0000 7f9eae1c9880 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-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.595+0000 7f9eae1c9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707858536596176, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 19, "file_size": 5121098, "table_properties": {"data_size": 5113263, "index_size": 6051, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 965, "raw_key_size": 7573, "raw_average_key_size": 22, "raw_value_size": 5103381, "raw_average_value_size": 14878, "num_data_blocks": 191, "num_entries": 343, "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": 1707858536, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.595+0000 7f9eae1c9880 4 rocksdb: [version_set.cc:3826] Creating manifest 20 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.595+0000 7f9eae1c9880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.598+0000 7f9eae1c9880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707858536599206, "job": 1, "event": "recovery_finished"} 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.599+0000 7f9eae1c9880 4 rocksdb: DB pointer 0x5564870bd800 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.599+0000 7f9e94fba700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.599+0000 7f9e94fba700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ** DB Stats ** 2024-02-13T21:08:57.029 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ** Compaction Stats [default] ** 2024-02-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: L0 1/0 4.88 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 654.1 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: L6 1/0 23.97 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-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Sum 2/0 28.85 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 654.1 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:57.030 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 654.1 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:57.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ** Compaction Stats [default] ** 2024-02-13T21:08:57.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T21:08:57.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 654.1 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:57.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T21:08:57.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Flush(GB): cumulative 0.005, interval 0.005 2024-02-13T21:08:57.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T21:08:57.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T21:08:57.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Cumulative compaction: 0.00 GB write, 260.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Interval compaction: 0.00 GB write, 260.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ** Compaction Stats [default] ** 2024-02-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T21:08:57.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: L0 1/0 4.88 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 654.1 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: L6 1/0 23.97 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-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Sum 2/0 28.85 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 654.1 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ** Compaction Stats [default] ** 2024-02-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 654.1 0.01 0.00 1 0.007 0 0 2024-02-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Flush(GB): cumulative 0.005, interval 0.000 2024-02-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T21:08:57.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Cumulative compaction: 0.00 GB write, 260.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.600+0000 7f9eae1c9880 0 starting mon.smithi160 rank 1 at public addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] at bind addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi160 fsid 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.601+0000 7f9eae1c9880 1 mon.smithi160@-1(???) e2 preinit fsid 76082ba2-cab2-11ee-95b9-87774f69a715 2024-02-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.601+0000 7f9eae1c9880 0 mon.smithi160@-1(???).mds e13 new map 2024-02-13T21:08:57.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.601+0000 7f9eae1c9880 0 mon.smithi160@-1(???).mds e13 print_map 2024-02-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: e13 2024-02-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: legacy client fscid: 1 2024-02-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Filesystem 'foofs' (1) 2024-02-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: fs_name foofs 2024-02-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: epoch 12 2024-02-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: flags 12 2024-02-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: created 2024-02-13T21:05:02.034669+0000 2024-02-13T21:08:57.035 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: modified 2024-02-13T21:08:47.087301+0000 2024-02-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: tableserver 0 2024-02-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: root 0 2024-02-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: session_timeout 60 2024-02-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: session_autoclose 300 2024-02-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: max_file_size 1099511627776 2024-02-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: required_client_features {} 2024-02-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: last_failure 0 2024-02-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: last_failure_osd_epoch 72 2024-02-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 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-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: max_mds 1 2024-02-13T21:08:57.036 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: in 0 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: up {0=14480} 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: failed 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: damaged 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: stopped 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: data_pools [3] 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: metadata_pool 2 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: inline_data disabled 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: balancer 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: standby_count_wanted 1 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: [mds.foofs.smithi153.vofwhm{0:14480} state up:reconnect seq 56 join_fscid=1 addr [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] compat {c=[1],r=[1],i=[7ff]}] 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.037 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: Standby daemons: 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: [mds.foofs.smithi160.wgrttk{-1:24611} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] compat {c=[1],r=[1],i=[7ff]}] 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.601+0000 7f9eae1c9880 0 mon.smithi160@-1(???).osd e73 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.601+0000 7f9eae1c9880 0 mon.smithi160@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.601+0000 7f9eae1c9880 0 mon.smithi160@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.601+0000 7f9eae1c9880 0 mon.smithi160@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:53.086316+0000 mgr.smithi153.unkvxi (mgr.14740) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 26 MiB/s rd, 8 op/s 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:08:53.468371+0000 mgr.smithi153.unkvxi (mgr.14740) 31 : cephadm [INF] Upgrade: Updating mon.smithi160 2024-02-13T21:08:57.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:08:53.476623+0000 mgr.smithi153.unkvxi (mgr.14740) 32 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-02-13T21:08:57.039 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:08:56.601+0000 7f9eae1c9880 1 mon.smithi160@-1(???).paxosservice(auth 1..39) refresh upgraded, format 0 -> 3 2024-02-13T21:08:57.039 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 bash[57884]: 9e26affbb2ac9961347e7e318f55c9a9b223f436b03758f1582f31d39686daf8 2024-02-13T21:08:57.039 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:56 smithi160 systemd[1]: Started Ceph mon.smithi160 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:08:57.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.84 MB/sec execute 90 sec latency 85335.052 ms 2024-02-13T21:08:58.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:55.086665+0000 mgr.smithi153.unkvxi (mgr.14740) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 6 op/s 2024-02-13T21:08:58.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.013388+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-02-13T21:08:58.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.014366+0000 mon.smithi153 (mon.0) 38 : cluster [INF] mon.smithi153 calling monitor election 2024-02-13T21:08:58.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.027372+0000 mon.smithi153 (mon.0) 39 : cluster [INF] mon.smithi153 is new leader, mons smithi153,smithi160 in quorum (ranks 0,1) 2024-02-13T21:08:58.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.030897+0000 mon.smithi153 (mon.0) 40 : cluster [DBG] monmap e2: 2 mons at {smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} 2024-02-13T21:08:58.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.042746+0000 mon.smithi153 (mon.0) 41 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:reconnect} 1 up:standby 2024-02-13T21:08:58.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.042775+0000 mon.smithi153 (mon.0) 42 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-13T21:08:58.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.043142+0000 mon.smithi153 (mon.0) 43 : cluster [DBG] mgrmap e38: smithi153.unkvxi(active, since 36s), standbys: smithi160.twbahe 2024-02-13T21:08:58.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.046264+0000 mon.smithi153 (mon.0) 44 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-13T21:08:58.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.046308+0000 mon.smithi153 (mon.0) 45 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-13T21:08:58.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.046317+0000 mon.smithi153 (mon.0) 46 : cluster [WRN] fs foofs is degraded 2024-02-13T21:08:58.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:08:57.048745+0000 mon.smithi153 (mon.0) 47 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:58.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:08:57.049816+0000 mon.smithi153 (mon.0) 48 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:58.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:57.087069+0000 mgr.smithi153.unkvxi (mgr.14740) 34 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 6 op/s 2024-02-13T21:08:58.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:08:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:08:57.293387+0000 mon.smithi153 (mon.0) 49 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:58.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:55.086665+0000 mgr.smithi153.unkvxi (mgr.14740) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 6 op/s 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.013388+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.014366+0000 mon.smithi153 (mon.0) 38 : cluster [INF] mon.smithi153 calling monitor election 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.027372+0000 mon.smithi153 (mon.0) 39 : cluster [INF] mon.smithi153 is new leader, mons smithi153,smithi160 in quorum (ranks 0,1) 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.030897+0000 mon.smithi153 (mon.0) 40 : cluster [DBG] monmap e2: 2 mons at {smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.042746+0000 mon.smithi153 (mon.0) 41 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:reconnect} 1 up:standby 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.042775+0000 mon.smithi153 (mon.0) 42 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.043142+0000 mon.smithi153 (mon.0) 43 : cluster [DBG] mgrmap e38: smithi153.unkvxi(active, since 36s), standbys: smithi160.twbahe 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.046264+0000 mon.smithi153 (mon.0) 44 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.046308+0000 mon.smithi153 (mon.0) 45 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.046317+0000 mon.smithi153 (mon.0) 46 : cluster [WRN] fs foofs is degraded 2024-02-13T21:08:58.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:57.048745+0000 mon.smithi153 (mon.0) 47 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:58.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:57.049816+0000 mon.smithi153 (mon.0) 48 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:08:58.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:57.087069+0000 mgr.smithi153.unkvxi (mgr.14740) 34 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 6 op/s 2024-02-13T21:08:58.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:08:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:08:57.293387+0000 mon.smithi153 (mon.0) 49 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:08:58.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.83 MB/sec execute 91 sec latency 86335.152 ms 2024-02-13T21:08:59.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.82 MB/sec execute 92 sec latency 87335.276 ms 2024-02-13T21:09:00.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.81 MB/sec execute 93 sec latency 88335.361 ms 2024-02-13T21:09:00.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:08:59.087745+0000 mgr.smithi153.unkvxi (mgr.14740) 35 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5 op/s 2024-02-13T21:09:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:08:59.087745+0000 mgr.smithi153.unkvxi (mgr.14740) 35 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5 op/s 2024-02-13T21:09:01.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.80 MB/sec execute 94 sec latency 89335.405 ms 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.042164+0000 mon.smithi153 (mon.0) 50 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.043115+0000 mon.smithi153 (mon.0) 51 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.043959+0000 mon.smithi153 (mon.0) 52 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:01.044628+0000 mgr.smithi153.unkvxi (mgr.14740) 36 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.050245+0000 mon.smithi153 (mon.0) 53 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.058060+0000 mon.smithi153 (mon.0) 54 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.061364+0000 mon.smithi153 (mon.0) 55 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.063833+0000 mon.smithi153 (mon.0) 56 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.065267+0000 mon.smithi153 (mon.0) 57 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:01.065926+0000 mgr.smithi153.unkvxi (mgr.14740) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-13T21:09:02.373 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.071606+0000 mon.smithi153 (mon.0) 58 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:02.374 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.072353+0000 mon.smithi153 (mon.0) 59 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi153"}]: dispatch 2024-02-13T21:09:02.374 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.077768+0000 mon.smithi153 (mon.0) 60 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi153"}]': finished 2024-02-13T21:09:02.374 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.078480+0000 mon.smithi153 (mon.0) 61 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi160"}]: dispatch 2024-02-13T21:09:02.374 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:01.084089+0000 mon.smithi153 (mon.0) 62 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi160"}]': finished 2024-02-13T21:09:02.374 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:01.088078+0000 mgr.smithi153.unkvxi (mgr.14740) 38 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:02.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.042164+0000 mon.smithi153 (mon.0) 50 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:02.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.043115+0000 mon.smithi153 (mon.0) 51 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:02.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.043959+0000 mon.smithi153 (mon.0) 52 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:01.044628+0000 mgr.smithi153.unkvxi (mgr.14740) 36 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.050245+0000 mon.smithi153 (mon.0) 53 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.058060+0000 mon.smithi153 (mon.0) 54 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.061364+0000 mon.smithi153 (mon.0) 55 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.063833+0000 mon.smithi153 (mon.0) 56 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.065267+0000 mon.smithi153 (mon.0) 57 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:01.065926+0000 mgr.smithi153.unkvxi (mgr.14740) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.071606+0000 mon.smithi153 (mon.0) 58 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.072353+0000 mon.smithi153 (mon.0) 59 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi153"}]: dispatch 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.077768+0000 mon.smithi153 (mon.0) 60 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi153"}]': finished 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.078480+0000 mon.smithi153 (mon.0) 61 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi160"}]: dispatch 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:01.084089+0000 mon.smithi153 (mon.0) 62 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi160"}]': finished 2024-02-13T21:09:02.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:01.088078+0000 mgr.smithi153.unkvxi (mgr.14740) 38 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:02.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.80 MB/sec execute 95 sec latency 90335.459 ms 2024-02-13T21:09:03.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.79 MB/sec execute 96 sec latency 91335.534 ms 2024-02-13T21:09:03.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:02.763203+0000 mgr.smithi153.unkvxi (mgr.14740) 39 : cephadm [INF] Upgrade: Updating crash.smithi153 (1/2) 2024-02-13T21:09:03.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:02.767352+0000 mon.smithi153 (mon.0) 63 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:03.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:02.767963+0000 mon.smithi153 (mon.0) 64 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T21:09:03.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:02.768530+0000 mon.smithi153 (mon.0) 65 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:03.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:02.768981+0000 mgr.smithi153.unkvxi (mgr.14740) 40 : cephadm [INF] Deploying daemon crash.smithi153 on smithi153 2024-02-13T21:09:03.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:03.088730+0000 mgr.smithi153.unkvxi (mgr.14740) 41 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:02.763203+0000 mgr.smithi153.unkvxi (mgr.14740) 39 : cephadm [INF] Upgrade: Updating crash.smithi153 (1/2) 2024-02-13T21:09:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:02.767352+0000 mon.smithi153 (mon.0) 63 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:02.767963+0000 mon.smithi153 (mon.0) 64 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T21:09:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:02.768530+0000 mon.smithi153 (mon.0) 65 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:02.768981+0000 mgr.smithi153.unkvxi (mgr.14740) 40 : cephadm [INF] Deploying daemon crash.smithi153 on smithi153 2024-02-13T21:09:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:03.088730+0000 mgr.smithi153.unkvxi (mgr.14740) 41 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:04.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.78 MB/sec execute 97 sec latency 92335.634 ms 2024-02-13T21:09:05.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.77 MB/sec execute 98 sec latency 93335.676 ms 2024-02-13T21:09:06.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:05.089246+0000 mgr.smithi153.unkvxi (mgr.14740) 42 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:05.089246+0000 mgr.smithi153.unkvxi (mgr.14740) 42 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:06.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.76 MB/sec execute 99 sec latency 94335.753 ms 2024-02-13T21:09:07.664 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:06.565662+0000 mon.smithi153 (mon.0) 66 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:07.891 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.76 MB/sec execute 100 sec latency 95335.853 ms 2024-02-13T21:09:07.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:06.565662+0000 mon.smithi153 (mon.0) 66 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:08.359 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:09:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:07.089704+0000 mgr.smithi153.unkvxi (mgr.14740) 43 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:07.953557+0000 mon.smithi153 (mon.0) 67 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:07.954478+0000 mon.smithi153 (mon.0) 68 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T21:09:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:07.955256+0000 mon.smithi153 (mon.0) 69 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:08.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.75 MB/sec execute 101 sec latency 96335.890 ms 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (8m) 16s ago 9m 19.5M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 starting - - - - 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (8m) 7s ago 8m 6395k - 16.2.4 8d91d370c2b8 0804cdd6f2e9 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (8m) 16s ago 9m 34.0M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (4m) 16s ago 4m 12.5M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (4m) 7s ago 4m 10.7M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (56s) 16s ago 11m 425M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (36s) 7s ago 8m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (25s) 16s ago 11m 21.4M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:09:08.935 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (12s) 7s ago 8m 26.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (85s) 16s ago 85s 56.4M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (80s) 7s ago 79s 52.7M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (9m) 16s ago 9m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (8m) 7s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (8m) 16s ago 8m 381M 4096M 16.2.4 8d91d370c2b8 1d16610c9778 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (7m) 16s ago 7m 290M 4096M 16.2.4 8d91d370c2b8 eb91e0a29504 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (7m) 16s ago 7m 252M 4096M 16.2.4 8d91d370c2b8 04c52d79a742 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (7m) 16s ago 7m 359M 4096M 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (6m) 7s ago 6m 375M 4096M 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (6m) 7s ago 6m 398M 4096M 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (6m) 7s ago 6m 331M 4096M 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (5m) 7s ago 5m 486M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:09:08.936 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (61s) 16s ago 9m 48.6M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:09:08.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:07.089704+0000 mgr.smithi153.unkvxi (mgr.14740) 43 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:08.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:07.953557+0000 mon.smithi153 (mon.0) 67 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:08.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:07.954478+0000 mon.smithi153 (mon.0) 68 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T21:09:08.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:07.955256+0000 mon.smithi153 (mon.0) 69 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:09.272 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:09:09.272 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:09:09.272 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:09:09.272 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:09:09.272 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:09:09.272 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:09:09.272 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 10 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:09:09.273 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:09:09.558 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:09:09.558 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:09:09.558 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:09:09.558 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:09:09.558 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:09:09.558 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:09:09.558 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr" 2024-02-13T21:09:09.559 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:09:09.559 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "4/23 daemons upgraded", 2024-02-13T21:09:09.559 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading crash daemons", 2024-02-13T21:09:09.559 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:09:09.559 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:09:09.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:07.948556+0000 mgr.smithi153.unkvxi (mgr.14740) 44 : cephadm [INF] Upgrade: Updating crash.smithi160 (2/2) 2024-02-13T21:09:09.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:07.955897+0000 mgr.smithi153.unkvxi (mgr.14740) 45 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-02-13T21:09:09.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:08.346833+0000 mgr.smithi153.unkvxi (mgr.14740) 46 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:09.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:08.639734+0000 mgr.smithi153.unkvxi (mgr.14740) 47 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:09.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:09.273320+0000 mon.smithi153 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.153:0/2673916851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:09.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.74 MB/sec execute 102 sec latency 97336.001 ms 2024-02-13T21:09:09.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:07.948556+0000 mgr.smithi153.unkvxi (mgr.14740) 44 : cephadm [INF] Upgrade: Updating crash.smithi160 (2/2) 2024-02-13T21:09:09.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:07.955897+0000 mgr.smithi153.unkvxi (mgr.14740) 45 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-02-13T21:09:09.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:08.346833+0000 mgr.smithi153.unkvxi (mgr.14740) 46 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:09.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:08.639734+0000 mgr.smithi153.unkvxi (mgr.14740) 47 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:09.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:09.273320+0000 mon.smithi153 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.153:0/2673916851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:10.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.73 MB/sec execute 103 sec latency 98336.088 ms 2024-02-13T21:09:10.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:08.926797+0000 mgr.smithi153.unkvxi (mgr.14740) 48 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:10.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:09.090282+0000 mgr.smithi153.unkvxi (mgr.14740) 49 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:09:10.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:09.559243+0000 mgr.smithi153.unkvxi (mgr.14740) 50 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:10.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:08.926797+0000 mgr.smithi153.unkvxi (mgr.14740) 48 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:10.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:09.090282+0000 mgr.smithi153.unkvxi (mgr.14740) 49 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:09:10.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:09.559243+0000 mgr.smithi153.unkvxi (mgr.14740) 50 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:11.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.73 MB/sec execute 104 sec latency 99336.121 ms 2024-02-13T21:09:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:11.090817+0000 mgr.smithi153.unkvxi (mgr.14740) 51 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:11.223583+0000 mon.smithi153 (mon.0) 71 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:11.224540+0000 mon.smithi153 (mon.0) 72 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:09:12.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:11.090817+0000 mgr.smithi153.unkvxi (mgr.14740) 51 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:12.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:11.223583+0000 mon.smithi153 (mon.0) 71 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:12.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:11.224540+0000 mon.smithi153 (mon.0) 72 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:09:12.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.72 MB/sec execute 105 sec latency 100336.457 ms 2024-02-13T21:09:13.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.71 MB/sec execute 106 sec latency 101336.551 ms 2024-02-13T21:09:14.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.71 MB/sec execute 107 sec latency 102336.603 ms 2024-02-13T21:09:14.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:13.091589+0000 mgr.smithi153.unkvxi (mgr.14740) 52 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:15.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:13.091589+0000 mgr.smithi153.unkvxi (mgr.14740) 52 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:15.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.70 MB/sec execute 108 sec latency 103336.685 ms 2024-02-13T21:09:16.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:15.091951+0000 mgr.smithi153.unkvxi (mgr.14740) 53 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:16.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:15.222425+0000 mon.smithi153 (mon.0) 73 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:16.586 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:15.091951+0000 mgr.smithi153.unkvxi (mgr.14740) 53 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:16.586 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:15.222425+0000 mon.smithi153 (mon.0) 73 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:16.892 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.69 MB/sec execute 109 sec latency 104336.764 ms 2024-02-13T21:09:17.893 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.69 MB/sec execute 110 sec latency 105336.813 ms 2024-02-13T21:09:18.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:17.092494+0000 mgr.smithi153.unkvxi (mgr.14740) 54 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:18.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:17.092494+0000 mgr.smithi153.unkvxi (mgr.14740) 54 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:18.893 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.68 MB/sec execute 111 sec latency 106336.877 ms 2024-02-13T21:09:19.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.253174+0000 mon.smithi153 (mon.0) 74 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:19.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.254004+0000 mon.smithi153 (mon.0) 75 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:19.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.254564+0000 mon.smithi153 (mon.0) 76 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:09:19.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:18.255012+0000 mgr.smithi153.unkvxi (mgr.14740) 55 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:09:19.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.257788+0000 mon.smithi153 (mon.0) 77 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:19.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.263137+0000 mon.smithi153 (mon.0) 78 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:19.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.266133+0000 mon.smithi153 (mon.0) 79 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.267842+0000 mon.smithi153 (mon.0) 80 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.268868+0000 mon.smithi153 (mon.0) 81 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.269814+0000 mon.smithi153 (mon.0) 82 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:18.270240+0000 mgr.smithi153.unkvxi (mgr.14740) 56 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.273377+0000 mon.smithi153 (mon.0) 83 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.273921+0000 mon.smithi153 (mon.0) 84 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi153"}]: dispatch 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.276826+0000 mon.smithi153 (mon.0) 85 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi153"}]': finished 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.277334+0000 mon.smithi153 (mon.0) 86 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi160"}]: dispatch 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.280326+0000 mon.smithi153 (mon.0) 87 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi160"}]': finished 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.281292+0000 mon.smithi153 (mon.0) 88 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:18.281427+0000 mgr.smithi153.unkvxi (mgr.14740) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-13T21:09:19.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:18.282212+0000 mgr.smithi153.unkvxi (mgr.14740) 58 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-13T21:09:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.253174+0000 mon.smithi153 (mon.0) 74 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.254004+0000 mon.smithi153 (mon.0) 75 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.254564+0000 mon.smithi153 (mon.0) 76 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:09:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:18.255012+0000 mgr.smithi153.unkvxi (mgr.14740) 55 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:09:19.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.257788+0000 mon.smithi153 (mon.0) 77 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.263137+0000 mon.smithi153 (mon.0) 78 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.266133+0000 mon.smithi153 (mon.0) 79 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.267842+0000 mon.smithi153 (mon.0) 80 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.268868+0000 mon.smithi153 (mon.0) 81 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.269814+0000 mon.smithi153 (mon.0) 82 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:18.270240+0000 mgr.smithi153.unkvxi (mgr.14740) 56 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.273377+0000 mon.smithi153 (mon.0) 83 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.273921+0000 mon.smithi153 (mon.0) 84 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi153"}]: dispatch 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.276826+0000 mon.smithi153 (mon.0) 85 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi153"}]': finished 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.277334+0000 mon.smithi153 (mon.0) 86 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi160"}]: dispatch 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.280326+0000 mon.smithi153 (mon.0) 87 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi160"}]': finished 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.281292+0000 mon.smithi153 (mon.0) 88 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:18.281427+0000 mgr.smithi153.unkvxi (mgr.14740) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-13T21:09:19.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:18.282212+0000 mgr.smithi153.unkvxi (mgr.14740) 58 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-13T21:09:19.893 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.67 MB/sec execute 112 sec latency 107336.935 ms 2024-02-13T21:09:20.758 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:19.093026+0000 mgr.smithi153.unkvxi (mgr.14740) 59 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:09:20.758 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:19.981484+0000 mon.smithi153 (mon.0) 89 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:20.758 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:19.982188+0000 mon.smithi153 (mon.0) 90 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-13T21:09:20.759 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:19.982694+0000 mon.smithi153 (mon.0) 91 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:20.893 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.67 MB/sec execute 113 sec latency 108337.008 ms 2024-02-13T21:09:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:19.093026+0000 mgr.smithi153.unkvxi (mgr.14740) 59 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:09:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:19.981484+0000 mon.smithi153 (mon.0) 89 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:19.982188+0000 mon.smithi153 (mon.0) 90 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-13T21:09:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:19.982694+0000 mon.smithi153 (mon.0) 91 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:21.875 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:19.975085+0000 mgr.smithi153.unkvxi (mgr.14740) 60 : cephadm [INF] Upgrade: Updating osd.0 2024-02-13T21:09:21.875 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:19.983731+0000 mgr.smithi153.unkvxi (mgr.14740) 61 : cephadm [INF] Deploying daemon osd.0 on smithi153 2024-02-13T21:09:21.893 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.66 MB/sec execute 114 sec latency 109337.048 ms 2024-02-13T21:09:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:19.975085+0000 mgr.smithi153.unkvxi (mgr.14740) 60 : cephadm [INF] Upgrade: Updating osd.0 2024-02-13T21:09:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:19.983731+0000 mgr.smithi153.unkvxi (mgr.14740) 61 : cephadm [INF] Deploying daemon osd.0 on smithi153 2024-02-13T21:09:22.893 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.66 MB/sec execute 115 sec latency 110337.077 ms 2024-02-13T21:09:22.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:21.093414+0000 mgr.smithi153.unkvxi (mgr.14740) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:23.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:21.093414+0000 mgr.smithi153.unkvxi (mgr.14740) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:23.252 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:23 smithi153 systemd[1]: Stopping Ceph osd.0 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:09:23.506 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.0[44119]: debug 2024-02-13T21:09:23.252+0000 7f823b5a7700 -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-13T21:09:23.506 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.0[44119]: debug 2024-02-13T21:09:23.252+0000 7f823b5a7700 -1 osd.0 73 *** Got signal Terminated *** 2024-02-13T21:09:23.506 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.0[44119]: debug 2024-02-13T21:09:23.252+0000 7f823b5a7700 -1 osd.0 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:09:23.831 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.448083+0000 mon.smithi153 (mon.0) 92 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.448160+0000 mon.smithi153 (mon.0) 93 : cluster [INF] osd.0 failed (root=default,host=smithi153) (connection refused reported by osd.7) 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.530432+0000 mon.smithi153 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.530624+0000 mon.smithi153 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.530672+0000 mon.smithi153 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.530773+0000 mon.smithi153 (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.530812+0000 mon.smithi153 (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.530905+0000 mon.smithi153 (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.530985+0000 mon.smithi153 (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.531062+0000 mon.smithi153 (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.531141+0000 mon.smithi153 (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.531212+0000 mon.smithi153 (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.531293+0000 mon.smithi153 (mon.0) 104 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-13T21:09:23.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.531361+0000 mon.smithi153 (mon.0) 105 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-13T21:09:23.833 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.531427+0000 mon.smithi153 (mon.0) 106 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-13T21:09:23.833 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.531467+0000 mon.smithi153 (mon.0) 107 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-13T21:09:23.833 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.531563+0000 mon.smithi153 (mon.0) 108 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-13T21:09:23.893 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.65 MB/sec execute 116 sec latency 111337.531 ms 2024-02-13T21:09:24.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.448083+0000 mon.smithi153 (mon.0) 92 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-13T21:09:24.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.448160+0000 mon.smithi153 (mon.0) 93 : cluster [INF] osd.0 failed (root=default,host=smithi153) (connection refused reported by osd.7) 2024-02-13T21:09:24.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.530432+0000 mon.smithi153 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-13T21:09:24.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.530624+0000 mon.smithi153 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-13T21:09:24.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.530672+0000 mon.smithi153 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-13T21:09:24.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.530773+0000 mon.smithi153 (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-13T21:09:24.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.530812+0000 mon.smithi153 (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-13T21:09:24.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.530905+0000 mon.smithi153 (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-13T21:09:24.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.530985+0000 mon.smithi153 (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-13T21:09:24.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.531062+0000 mon.smithi153 (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-13T21:09:24.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.531141+0000 mon.smithi153 (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-13T21:09:24.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.531212+0000 mon.smithi153 (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-13T21:09:24.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.531293+0000 mon.smithi153 (mon.0) 104 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-13T21:09:24.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.531361+0000 mon.smithi153 (mon.0) 105 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-13T21:09:24.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.531427+0000 mon.smithi153 (mon.0) 106 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-13T21:09:24.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.531467+0000 mon.smithi153 (mon.0) 107 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-13T21:09:24.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.531563+0000 mon.smithi153 (mon.0) 108 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-13T21:09:24.189 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:23 smithi153 bash[79927]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.0 2024-02-13T21:09:24.189 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:23 smithi153 bash[79981]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.0 2024-02-13T21:09:24.893 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.65 MB/sec execute 117 sec latency 112337.559 ms 2024-02-13T21:09:24.919 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.094035+0000 mgr.smithi153.unkvxi (mgr.14740) 63 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:24.919 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.610469+0000 mon.smithi153 (mon.0) 109 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:09:24.919 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:23.616633+0000 mon.smithi153 (mon.0) 110 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-13T21:09:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.094035+0000 mgr.smithi153.unkvxi (mgr.14740) 63 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:09:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.610469+0000 mon.smithi153 (mon.0) 109 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:09:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:23.616633+0000 mon.smithi153 (mon.0) 110 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-13T21:09:25.674 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:24.625954+0000 mon.smithi153 (mon.0) 111 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-13T21:09:25.893 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.64 MB/sec execute 118 sec latency 113337.627 ms 2024-02-13T21:09:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:24.625954+0000 mon.smithi153 (mon.0) 111 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-13T21:09:26.440 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:26 smithi153 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.0.service: Succeeded. 2024-02-13T21:09:26.440 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:26 smithi153 systemd[1]: Stopped Ceph osd.0 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:09:26.440 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:26 smithi153 systemd[1]: Starting Ceph osd.0 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:09:26.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.64 MB/sec execute 119 sec latency 114337.692 ms 2024-02-13T21:09:26.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:25.094347+0000 mgr.smithi153.unkvxi (mgr.14740) 64 : cluster [DBG] pgmap v39: 129 pgs: 16 stale+active+clean, 113 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:09:27.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:25.094347+0000 mgr.smithi153.unkvxi (mgr.14740) 64 : cluster [DBG] pgmap v39: 129 pgs: 16 stale+active+clean, 113 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:09:27.681 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:27 smithi153 bash[80242]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-13T21:09:27.681 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:27 smithi153 bash[80242]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-13T21:09:27.681 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:27 smithi153 bash[80242]: 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-13T21:09:27.681 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:27 smithi153 bash[80242]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-13T21:09:27.681 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:27 smithi153 bash[80242]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-13T21:09:27.681 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:27 smithi153 bash[80242]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-13T21:09:27.681 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:27 smithi153 bash[80242]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-13T21:09:27.681 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:27 smithi153 bash[80242]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-13T21:09:27.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.63 MB/sec execute 120 sec latency 115338.127 ms 2024-02-13T21:09:27.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:27.094929+0000 mgr.smithi153.unkvxi (mgr.14740) 65 : cluster [DBG] pgmap v40: 129 pgs: 18 active+undersized+degraded, 13 active+undersized, 96 active+clean, 2 stale+active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 107/1338 objects degraded (7.997%) 2024-02-13T21:09:27.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:27.627735+0000 mon.smithi153 (mon.0) 112 : cluster [WRN] Health check failed: Degraded data redundancy: 107/1338 objects degraded (7.997%), 18 pgs degraded (PG_DEGRADED) 2024-02-13T21:09:28.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:27.094929+0000 mgr.smithi153.unkvxi (mgr.14740) 65 : cluster [DBG] pgmap v40: 129 pgs: 18 active+undersized+degraded, 13 active+undersized, 96 active+clean, 2 stale+active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 107/1338 objects degraded (7.997%) 2024-02-13T21:09:28.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:27.627735+0000 mon.smithi153 (mon.0) 112 : cluster [WRN] Health check failed: Degraded data redundancy: 107/1338 objects degraded (7.997%), 18 pgs degraded (PG_DEGRADED) 2024-02-13T21:09:28.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.62 MB/sec execute 121 sec latency 116338.169 ms 2024-02-13T21:09:28.939 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-0[80508]: debug 2024-02-13T21:09:28.632+0000 7ff728ab6700 1 -- 172.21.15.153:0/1629182547 <== mon.0 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e558858680 con 0x55e55881f000 2024-02-13T21:09:28.939 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:28 smithi153 bash[80493]: 6d7bbe27c67bd11bb36792b3826e14d257e2596d8effd204b33045ee37b1e3a4 2024-02-13T21:09:28.939 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:28 smithi153 systemd[1]: Started Ceph osd.0 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:09:29.440 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-0[80508]: debug 2024-02-13T21:09:29.148+0000 7ff730544380 -1 Falling back to public interface 2024-02-13T21:09:29.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.62 MB/sec execute 122 sec latency 117338.217 ms 2024-02-13T21:09:30.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:28.754828+0000 mon.smithi153 (mon.0) 113 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:30.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:28.755625+0000 mon.smithi153 (mon.0) 114 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:09:30.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:29.095477+0000 mgr.smithi153.unkvxi (mgr.14740) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 175/1338 objects degraded (13.079%) 2024-02-13T21:09:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:28.754828+0000 mon.smithi153 (mon.0) 113 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:28.755625+0000 mon.smithi153 (mon.0) 114 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:09:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:29.095477+0000 mgr.smithi153.unkvxi (mgr.14740) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 175/1338 objects degraded (13.079%) 2024-02-13T21:09:30.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.61 MB/sec execute 123 sec latency 118338.268 ms 2024-02-13T21:09:31.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.61 MB/sec execute 124 sec latency 119338.321 ms 2024-02-13T21:09:32.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:31.095919+0000 mgr.smithi153.unkvxi (mgr.14740) 67 : cluster [DBG] pgmap v42: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 175/1338 objects degraded (13.079%) 2024-02-13T21:09:32.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:31.095919+0000 mgr.smithi153.unkvxi (mgr.14740) 67 : cluster [DBG] pgmap v42: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 175/1338 objects degraded (13.079%) 2024-02-13T21:09:32.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.60 MB/sec execute 125 sec latency 120338.348 ms 2024-02-13T21:09:33.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.60 MB/sec execute 126 sec latency 121338.404 ms 2024-02-13T21:09:34.439 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-0[80508]: debug 2024-02-13T21:09:34.058+0000 7ff730544380 -1 osd.0 73 log_to_monitors {default=true} 2024-02-13T21:09:34.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:33.096639+0000 mgr.smithi153.unkvxi (mgr.14740) 68 : cluster [DBG] pgmap v43: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 175/1338 objects degraded (13.079%) 2024-02-13T21:09:34.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:33.158077+0000 mon.smithi153 (mon.0) 115 : cluster [DBG] mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:rejoin 2024-02-13T21:09:34.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:33.158154+0000 mon.smithi153 (mon.0) 116 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:rejoin} 1 up:standby 2024-02-13T21:09:34.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:33.600557+0000 mon.smithi153 (mon.0) 117 : cluster [WRN] Health check update: Degraded data redundancy: 175/1338 objects degraded (13.079%), 29 pgs degraded (PG_DEGRADED) 2024-02-13T21:09:34.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:34.061534+0000 mon.smithi153 (mon.0) 118 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/2064343309,v1:172.21.15.153:6803/2064343309]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T21:09:34.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:33.096639+0000 mgr.smithi153.unkvxi (mgr.14740) 68 : cluster [DBG] pgmap v43: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 310 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 175/1338 objects degraded (13.079%) 2024-02-13T21:09:34.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:33.158077+0000 mon.smithi153 (mon.0) 115 : cluster [DBG] mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:rejoin 2024-02-13T21:09:34.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:33.158154+0000 mon.smithi153 (mon.0) 116 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:rejoin} 1 up:standby 2024-02-13T21:09:34.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:33.600557+0000 mon.smithi153 (mon.0) 117 : cluster [WRN] Health check update: Degraded data redundancy: 175/1338 objects degraded (13.079%), 29 pgs degraded (PG_DEGRADED) 2024-02-13T21:09:34.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:34.061534+0000 mon.smithi153 (mon.0) 118 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/2064343309,v1:172.21.15.153:6803/2064343309]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T21:09:34.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.60 MB/sec execute 127 sec latency 122338.440 ms 2024-02-13T21:09:34.939 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:09:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-0[80508]: debug 2024-02-13T21:09:34.620+0000 7ff720a29700 -1 osd.0 73 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-13T21:09:35.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:34.162693+0000 mon.smithi153 (mon.0) 119 : cluster [DBG] mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:clientreplay 2024-02-13T21:09:35.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:34.162742+0000 mon.smithi153 (mon.0) 120 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:clientreplay} 1 up:standby 2024-02-13T21:09:35.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:34.608670+0000 mon.smithi153 (mon.0) 121 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/2064343309,v1:172.21.15.153:6803/2064343309]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-13T21:09:35.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:34.608720+0000 mon.smithi153 (mon.0) 122 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-02-13T21:09:35.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:34.609598+0000 mon.smithi153 (mon.0) 123 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/2064343309,v1:172.21.15.153:6803/2064343309]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:09:35.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:34.162693+0000 mon.smithi153 (mon.0) 119 : cluster [DBG] mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:clientreplay 2024-02-13T21:09:35.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:34.162742+0000 mon.smithi153 (mon.0) 120 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:clientreplay} 1 up:standby 2024-02-13T21:09:35.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:34.608670+0000 mon.smithi153 (mon.0) 121 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/2064343309,v1:172.21.15.153:6803/2064343309]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-13T21:09:35.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:34.608720+0000 mon.smithi153 (mon.0) 122 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-02-13T21:09:35.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:34.609598+0000 mon.smithi153 (mon.0) 123 : audit [INF] from='osd.0 [v2:172.21.15.153:6802/2064343309,v1:172.21.15.153:6803/2064343309]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:09:35.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.59 MB/sec execute 128 sec latency 123338.501 ms 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:35.097097+0000 mgr.smithi153.unkvxi (mgr.14740) 69 : cluster [DBG] pgmap v45: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 175/1338 objects degraded (13.079%) 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:35.604559+0000 mon.smithi153 (mon.0) 124 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:35.609443+0000 mon.smithi153 (mon.0) 125 : cluster [INF] osd.0 [v2:172.21.15.153:6802/2064343309,v1:172.21.15.153:6803/2064343309] boot 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:35.609495+0000 mon.smithi153 (mon.0) 126 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.610598+0000 mon.smithi153 (mon.0) 127 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.664925+0000 mon.smithi153 (mon.0) 128 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.946308+0000 mon.smithi153 (mon.0) 129 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.946911+0000 mon.smithi153 (mon.0) 130 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.950965+0000 mon.smithi153 (mon.0) 131 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.955822+0000 mon.smithi153 (mon.0) 132 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.958470+0000 mon.smithi153 (mon.0) 133 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:09:36.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.960169+0000 mon.smithi153 (mon.0) 134 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:36.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.961185+0000 mon.smithi153 (mon.0) 135 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:36.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.962181+0000 mon.smithi153 (mon.0) 136 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:36.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.963209+0000 mon.smithi153 (mon.0) 137 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-13T21:09:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:35.097097+0000 mgr.smithi153.unkvxi (mgr.14740) 69 : cluster [DBG] pgmap v45: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 175/1338 objects degraded (13.079%) 2024-02-13T21:09:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:35.604559+0000 mon.smithi153 (mon.0) 124 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:09:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:35.609443+0000 mon.smithi153 (mon.0) 125 : cluster [INF] osd.0 [v2:172.21.15.153:6802/2064343309,v1:172.21.15.153:6803/2064343309] boot 2024-02-13T21:09:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:35.609495+0000 mon.smithi153 (mon.0) 126 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-02-13T21:09:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.610598+0000 mon.smithi153 (mon.0) 127 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T21:09:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.664925+0000 mon.smithi153 (mon.0) 128 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.946308+0000 mon.smithi153 (mon.0) 129 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.946911+0000 mon.smithi153 (mon.0) 130 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:09:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.950965+0000 mon.smithi153 (mon.0) 131 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.955822+0000 mon.smithi153 (mon.0) 132 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.958470+0000 mon.smithi153 (mon.0) 133 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:09:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.960169+0000 mon.smithi153 (mon.0) 134 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.961185+0000 mon.smithi153 (mon.0) 135 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.962181+0000 mon.smithi153 (mon.0) 136 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.963209+0000 mon.smithi153 (mon.0) 137 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-13T21:09:36.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.59 MB/sec execute 129 sec latency 124338.594 ms 2024-02-13T21:09:37.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:35.947384+0000 mgr.smithi153.unkvxi (mgr.14740) 70 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:09:37.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:35.963348+0000 mgr.smithi153.unkvxi (mgr.14740) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-13T21:09:37.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:35.964246+0000 mgr.smithi153.unkvxi (mgr.14740) 72 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-13T21:09:37.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:36.247384+0000 mon.smithi153 (mon.0) 138 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:37.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:36.616252+0000 mon.smithi153 (mon.0) 139 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-02-13T21:09:37.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:35.947384+0000 mgr.smithi153.unkvxi (mgr.14740) 70 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:09:37.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:35.963348+0000 mgr.smithi153.unkvxi (mgr.14740) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-13T21:09:37.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:35.964246+0000 mgr.smithi153.unkvxi (mgr.14740) 72 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-13T21:09:37.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:36.247384+0000 mon.smithi153 (mon.0) 138 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:37.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:36.616252+0000 mon.smithi153 (mon.0) 139 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-02-13T21:09:37.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.58 MB/sec execute 130 sec latency 125338.678 ms 2024-02-13T21:09:38.895 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.58 MB/sec execute 131 sec latency 126338.722 ms 2024-02-13T21:09:38.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:37.097611+0000 mgr.smithi153.unkvxi (mgr.14740) 73 : cluster [DBG] pgmap v48: 129 pgs: 10 active+undersized+degraded, 8 active+undersized, 111 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 59 KiB/s rd, 30 op/s; 78/1338 objects degraded (5.830%) 2024-02-13T21:09:38.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:38.601424+0000 mon.smithi153 (mon.0) 140 : cluster [WRN] Health check update: Degraded data redundancy: 78/1338 objects degraded (5.830%), 10 pgs degraded (PG_DEGRADED) 2024-02-13T21:09:39.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:37.097611+0000 mgr.smithi153.unkvxi (mgr.14740) 73 : cluster [DBG] pgmap v48: 129 pgs: 10 active+undersized+degraded, 8 active+undersized, 111 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 59 KiB/s rd, 30 op/s; 78/1338 objects degraded (5.830%) 2024-02-13T21:09:39.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:38.601424+0000 mon.smithi153 (mon.0) 140 : cluster [WRN] Health check update: Degraded data redundancy: 78/1338 objects degraded (5.830%), 10 pgs degraded (PG_DEGRADED) 2024-02-13T21:09:39.875 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:09:39.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.57 MB/sec execute 132 sec latency 127338.770 ms 2024-02-13T21:09:40.446 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (8m) 4s ago 10m 19.6M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (34s) 4s ago 10m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (29s) 25s ago 9m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (8m) 4s ago 10m 34.0M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (4m) 4s ago 4m 25.9M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (4m) 25s ago 4m 10.8M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (88s) 4s ago 11m 431M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (67s) 25s ago 9m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (57s) 4s ago 11m 36.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (44s) 25s ago 9m 29.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (117s) 4s ago 116s 79.7M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:09:40.447 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (111s) 25s ago 111s 52.8M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (9m) 4s ago 9m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (9m) 25s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (12s) 4s ago 8m 10.9M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (8m) 4s ago 8m 293M 4096M 16.2.4 8d91d370c2b8 eb91e0a29504 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (7m) 4s ago 7m 254M 4096M 16.2.4 8d91d370c2b8 04c52d79a742 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (7m) 4s ago 7m 360M 4096M 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (7m) 25s ago 7m 375M 4096M 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (6m) 25s ago 6m 398M 4096M 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (6m) 25s ago 6m 331M 4096M 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (6m) 25s ago 6m 486M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:09:40.448 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (93s) 4s ago 9m 53.3M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:09:40.793 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:09:40.793 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:09:40.793 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:09:40.793 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:09:40.793 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:09:40.793 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:09:40.793 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:09:40.793 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 9 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:09:40.794 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:09:40.894 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.57 MB/sec execute 133 sec latency 128338.798 ms 2024-02-13T21:09:40.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:39.098092+0000 mgr.smithi153.unkvxi (mgr.14740) 74 : cluster [DBG] pgmap v49: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 67 KiB/s rd, 341 B/s wr, 34 op/s; 69/1338 objects degraded (5.157%) 2024-02-13T21:09:41.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:39.098092+0000 mgr.smithi153.unkvxi (mgr.14740) 74 : cluster [DBG] pgmap v49: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 67 KiB/s rd, 341 B/s wr, 34 op/s; 69/1338 objects degraded (5.157%) 2024-02-13T21:09:41.085 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:09:41.168 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:09:41.168 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:09:41.168 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:09:41.168 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:09:41.168 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:09:41.168 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:09:41.169 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:09:41.169 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:09:41.169 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "7/23 daemons upgraded", 2024-02-13T21:09:41.169 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading osd daemons", 2024-02-13T21:09:41.169 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:09:41.169 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:09:41.895 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.56 MB/sec execute 134 sec latency 129338.869 ms 2024-02-13T21:09:41.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:39.864198+0000 mgr.smithi153.unkvxi (mgr.14740) 75 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:41.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:40.157873+0000 mgr.smithi153.unkvxi (mgr.14740) 76 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:41.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:40.439269+0000 mgr.smithi153.unkvxi (mgr.14740) 77 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:41.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:40.794340+0000 mon.smithi153 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.153:0/1222203185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:42.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:39.864198+0000 mgr.smithi153.unkvxi (mgr.14740) 75 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:42.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:40.157873+0000 mgr.smithi153.unkvxi (mgr.14740) 76 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:42.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:40.439269+0000 mgr.smithi153.unkvxi (mgr.14740) 77 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:42.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:40.794340+0000 mon.smithi153 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.153:0/1222203185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:09:42.895 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.56 MB/sec execute 135 sec latency 130338.983 ms 2024-02-13T21:09:42.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:41.086357+0000 mgr.smithi153.unkvxi (mgr.14740) 78 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:42.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:41.098491+0000 mgr.smithi153.unkvxi (mgr.14740) 79 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 62 KiB/s rd, 315 B/s wr, 32 op/s 2024-02-13T21:09:42.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:41.617257+0000 mon.smithi153 (mon.0) 142 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 69/1338 objects degraded (5.157%), 9 pgs degraded) 2024-02-13T21:09:43.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:41.086357+0000 mgr.smithi153.unkvxi (mgr.14740) 78 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:09:43.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:41.098491+0000 mgr.smithi153.unkvxi (mgr.14740) 79 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 62 KiB/s rd, 315 B/s wr, 32 op/s 2024-02-13T21:09:43.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:41.617257+0000 mon.smithi153 (mon.0) 142 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 69/1338 objects degraded (5.157%), 9 pgs degraded) 2024-02-13T21:09:43.895 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.56 MB/sec execute 136 sec latency 131339.054 ms 2024-02-13T21:09:44.895 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.55 MB/sec execute 137 sec latency 132339.159 ms 2024-02-13T21:09:44.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:43.099207+0000 mgr.smithi153.unkvxi (mgr.14740) 80 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 50 KiB/s rd, 16 KiB/s wr, 29 op/s 2024-02-13T21:09:45.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:43.099207+0000 mgr.smithi153.unkvxi (mgr.14740) 80 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 50 KiB/s rd, 16 KiB/s wr, 29 op/s 2024-02-13T21:09:45.895 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.55 MB/sec execute 138 sec latency 133339.262 ms 2024-02-13T21:09:46.895 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.54 MB/sec execute 139 sec latency 134339.314 ms 2024-02-13T21:09:46.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:45.099765+0000 mgr.smithi153.unkvxi (mgr.14740) 81 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 42 KiB/s rd, 13 KiB/s wr, 25 op/s 2024-02-13T21:09:46.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:46.285978+0000 mon.smithi153 (mon.0) 143 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:45.099765+0000 mgr.smithi153.unkvxi (mgr.14740) 81 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 42 KiB/s rd, 13 KiB/s wr, 25 op/s 2024-02-13T21:09:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:46.285978+0000 mon.smithi153 (mon.0) 143 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:47.895 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.54 MB/sec execute 140 sec latency 135339.430 ms 2024-02-13T21:09:48.895 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.54 MB/sec execute 141 sec latency 136339.544 ms 2024-02-13T21:09:48.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:47.100340+0000 mgr.smithi153.unkvxi (mgr.14740) 82 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 39 KiB/s rd, 15 KiB/s wr, 23 op/s 2024-02-13T21:09:49.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:47.100340+0000 mgr.smithi153.unkvxi (mgr.14740) 82 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 39 KiB/s rd, 15 KiB/s wr, 23 op/s 2024-02-13T21:09:49.895 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.53 MB/sec execute 142 sec latency 137339.640 ms 2024-02-13T21:09:50.896 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.53 MB/sec execute 143 sec latency 138339.734 ms 2024-02-13T21:09:50.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:49.100908+0000 mgr.smithi153.unkvxi (mgr.14740) 83 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 13 KiB/s wr, 5 op/s 2024-02-13T21:09:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:49.100908+0000 mgr.smithi153.unkvxi (mgr.14740) 83 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 13 KiB/s wr, 5 op/s 2024-02-13T21:09:51.869 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:50.977095+0000 mon.smithi153 (mon.0) 144 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-13T21:09:51.869 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:51.248218+0000 mon.smithi153 (mon.0) 145 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:51.896 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.52 MB/sec execute 144 sec latency 139339.778 ms 2024-02-13T21:09:52.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:50.977095+0000 mon.smithi153 (mon.0) 144 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-13T21:09:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:51.248218+0000 mon.smithi153 (mon.0) 145 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:52.896 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.52 MB/sec execute 145 sec latency 140339.909 ms 2024-02-13T21:09:52.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:50.977303+0000 mgr.smithi153.unkvxi (mgr.14740) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-13T21:09:52.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:50.978476+0000 mgr.smithi153.unkvxi (mgr.14740) 85 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-13T21:09:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:51.101359+0000 mgr.smithi153.unkvxi (mgr.14740) 86 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 13 KiB/s wr, 3 op/s 2024-02-13T21:09:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:52.595115+0000 mon.smithi153 (mon.0) 146 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:52.595802+0000 mon.smithi153 (mon.0) 147 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-13T21:09:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:09:52.596280+0000 mon.smithi153 (mon.0) 148 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:50.977303+0000 mgr.smithi153.unkvxi (mgr.14740) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-13T21:09:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:50.978476+0000 mgr.smithi153.unkvxi (mgr.14740) 85 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-13T21:09:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:51.101359+0000 mgr.smithi153.unkvxi (mgr.14740) 86 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 13 KiB/s wr, 3 op/s 2024-02-13T21:09:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:52.595115+0000 mon.smithi153 (mon.0) 146 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:09:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:52.595802+0000 mon.smithi153 (mon.0) 147 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-13T21:09:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:09:52.596280+0000 mon.smithi153 (mon.0) 148 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:09:53.896 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.52 MB/sec execute 146 sec latency 141340.022 ms 2024-02-13T21:09:53.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:52.590829+0000 mgr.smithi153.unkvxi (mgr.14740) 87 : cephadm [INF] Upgrade: Updating osd.1 2024-02-13T21:09:53.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:09:52.597297+0000 mgr.smithi153.unkvxi (mgr.14740) 88 : cephadm [INF] Deploying daemon osd.1 on smithi153 2024-02-13T21:09:54.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:52.590829+0000 mgr.smithi153.unkvxi (mgr.14740) 87 : cephadm [INF] Upgrade: Updating osd.1 2024-02-13T21:09:54.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:09:52.597297+0000 mgr.smithi153.unkvxi (mgr.14740) 88 : cephadm [INF] Deploying daemon osd.1 on smithi153 2024-02-13T21:09:54.896 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.51 MB/sec execute 147 sec latency 142340.063 ms 2024-02-13T21:09:54.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:53.101888+0000 mgr.smithi153.unkvxi (mgr.14740) 89 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 14 KiB/s wr, 3 op/s 2024-02-13T21:09:55.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:53.101888+0000 mgr.smithi153.unkvxi (mgr.14740) 89 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 14 KiB/s wr, 3 op/s 2024-02-13T21:09:55.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.51 MB/sec execute 148 sec latency 143340.151 ms 2024-02-13T21:09:56.046 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:55 smithi153 systemd[1]: Stopping Ceph osd.1 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:09:56.385 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1[47432]: debug 2024-02-13T21:09:56.045+0000 7f61362b3700 -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-13T21:09:56.385 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1[47432]: debug 2024-02-13T21:09:56.045+0000 7f61362b3700 -1 osd.1 78 *** Got signal Terminated *** 2024-02-13T21:09:56.385 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1[47432]: debug 2024-02-13T21:09:56.045+0000 7f61362b3700 -1 osd.1 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:09:56.653 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:56 smithi153 bash[82318]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1 2024-02-13T21:09:56.896 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.51 MB/sec execute 149 sec latency 144340.184 ms 2024-02-13T21:09:56.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:55.102295+0000 mgr.smithi153.unkvxi (mgr.14740) 90 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 4.1 KiB/s wr, 1 op/s 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.306421+0000 mon.smithi153 (mon.0) 149 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.306452+0000 mon.smithi153 (mon.0) 150 : cluster [INF] osd.1 failed (root=default,host=smithi153) (connection refused reported by osd.7) 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.306588+0000 mon.smithi153 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.306667+0000 mon.smithi153 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.306741+0000 mon.smithi153 (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.306820+0000 mon.smithi153 (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.306865+0000 mon.smithi153 (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307009+0000 mon.smithi153 (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307088+0000 mon.smithi153 (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307208+0000 mon.smithi153 (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-13T21:09:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307287+0000 mon.smithi153 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-13T21:09:56.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307329+0000 mon.smithi153 (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-13T21:09:56.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307435+0000 mon.smithi153 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-13T21:09:56.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307511+0000 mon.smithi153 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-13T21:09:56.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307589+0000 mon.smithi153 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-13T21:09:56.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307629+0000 mon.smithi153 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-13T21:09:56.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307726+0000 mon.smithi153 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-13T21:09:56.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307765+0000 mon.smithi153 (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-13T21:09:56.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.307858+0000 mon.smithi153 (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-13T21:09:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:55.102295+0000 mgr.smithi153.unkvxi (mgr.14740) 90 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 4.1 KiB/s wr, 1 op/s 2024-02-13T21:09:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.306421+0000 mon.smithi153 (mon.0) 149 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-13T21:09:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.306452+0000 mon.smithi153 (mon.0) 150 : cluster [INF] osd.1 failed (root=default,host=smithi153) (connection refused reported by osd.7) 2024-02-13T21:09:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.306588+0000 mon.smithi153 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-13T21:09:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.306667+0000 mon.smithi153 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-13T21:09:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.306741+0000 mon.smithi153 (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-13T21:09:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.306820+0000 mon.smithi153 (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-13T21:09:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.306865+0000 mon.smithi153 (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307009+0000 mon.smithi153 (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307088+0000 mon.smithi153 (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307208+0000 mon.smithi153 (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307287+0000 mon.smithi153 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307329+0000 mon.smithi153 (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307435+0000 mon.smithi153 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307511+0000 mon.smithi153 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307589+0000 mon.smithi153 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307629+0000 mon.smithi153 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307726+0000 mon.smithi153 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307765+0000 mon.smithi153 (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-13T21:09:57.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.307858+0000 mon.smithi153 (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-13T21:09:57.896 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.50 MB/sec execute 150 sec latency 145340.222 ms 2024-02-13T21:09:57.926 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.654023+0000 mon.smithi153 (mon.0) 168 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:09:57.927 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:56.660301+0000 mon.smithi153 (mon.0) 169 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-13T21:09:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.654023+0000 mon.smithi153 (mon.0) 168 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:09:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:56.660301+0000 mon.smithi153 (mon.0) 169 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-13T21:09:58.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.50 MB/sec execute 151 sec latency 146340.650 ms 2024-02-13T21:09:58.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:57.103041+0000 mgr.smithi153.unkvxi (mgr.14740) 91 : cluster [DBG] pgmap v59: 129 pgs: 48 peering, 1 stale+active+clean, 80 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-02-13T21:09:58.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:57.658635+0000 mon.smithi153 (mon.0) 170 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 15 pgs peering (PG_AVAILABILITY) 2024-02-13T21:09:58.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:09:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:57.664048+0000 mon.smithi153 (mon.0) 171 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-13T21:09:58.940 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:58 smithi153 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.1.service: Succeeded. 2024-02-13T21:09:58.940 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:58 smithi153 systemd[1]: Stopped Ceph osd.1 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:09:58.940 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:58 smithi153 systemd[1]: Starting Ceph osd.1 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:09:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:57.103041+0000 mgr.smithi153.unkvxi (mgr.14740) 91 : cluster [DBG] pgmap v59: 129 pgs: 48 peering, 1 stale+active+clean, 80 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-02-13T21:09:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:57.658635+0000 mon.smithi153 (mon.0) 170 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 15 pgs peering (PG_AVAILABILITY) 2024-02-13T21:09:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:09:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:57.664048+0000 mon.smithi153 (mon.0) 171 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-13T21:09:59.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.50 MB/sec execute 152 sec latency 147340.699 ms 2024-02-13T21:10:00.134 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:59 smithi153 bash[82620]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-13T21:10:00.134 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:59 smithi153 bash[82620]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-13T21:10:00.134 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:59 smithi153 bash[82620]: 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-13T21:10:00.134 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:59 smithi153 bash[82620]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-13T21:10:00.134 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:59 smithi153 bash[82620]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-13T21:10:00.134 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:59 smithi153 bash[82620]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-13T21:10:00.134 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:59 smithi153 bash[82620]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-13T21:10:00.134 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:09:59 smithi153 bash[82620]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-13T21:10:00.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.49 MB/sec execute 153 sec latency 148341.051 ms 2024-02-13T21:10:00.920 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:09:59.103670+0000 mgr.smithi153.unkvxi (mgr.14740) 92 : cluster [DBG] pgmap v61: 129 pgs: 48 peering, 1 stale+active+clean, 80 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.1 KiB/s wr, 0 op/s 2024-02-13T21:10:00.920 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000239+0000 mon.smithi153 (mon.0) 172 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded; 1 osds down; Reduced data availability: 5 pgs inactive, 15 pgs peering 2024-02-13T21:10:00.920 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000319+0000 mon.smithi153 (mon.0) 173 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-13T21:10:00.920 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000363+0000 mon.smithi153 (mon.0) 174 : cluster [WRN] fs foofs is degraded 2024-02-13T21:10:00.920 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000412+0000 mon.smithi153 (mon.0) 175 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2024-02-13T21:10:00.920 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000425+0000 mon.smithi153 (mon.0) 176 : cluster [WRN] osd.1 (root=default,host=smithi153) is down 2024-02-13T21:10:00.920 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000439+0000 mon.smithi153 (mon.0) 177 : cluster [WRN] [WRN] PG_AVAILABILITY: Reduced data availability: 5 pgs inactive, 15 pgs peering 2024-02-13T21:10:00.920 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000454+0000 mon.smithi153 (mon.0) 178 : cluster [WRN] pg 2.6 is stuck peering for 2m, current state peering, last acting [6,4] 2024-02-13T21:10:00.920 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000467+0000 mon.smithi153 (mon.0) 179 : cluster [WRN] pg 2.9 is stuck peering for 2m, current state peering, last acting [7,3] 2024-02-13T21:10:00.920 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000481+0000 mon.smithi153 (mon.0) 180 : cluster [WRN] pg 2.a is stuck peering for 2m, current state peering, last acting [3,7] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000494+0000 mon.smithi153 (mon.0) 181 : cluster [WRN] pg 2.d is stuck peering for 2m, current state peering, last acting [4,3] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000509+0000 mon.smithi153 (mon.0) 182 : cluster [WRN] pg 2.15 is stuck peering for 2m, current state peering, last acting [5,0] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000524+0000 mon.smithi153 (mon.0) 183 : cluster [WRN] pg 3.0 is stuck peering for 2m, current state peering, last acting [2,6] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000537+0000 mon.smithi153 (mon.0) 184 : cluster [WRN] pg 3.4 is stuck peering for 2m, current state peering, last acting [2,5] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000551+0000 mon.smithi153 (mon.0) 185 : cluster [WRN] pg 3.19 is stuck peering for 2m, current state peering, last acting [3,4] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000567+0000 mon.smithi153 (mon.0) 186 : cluster [WRN] pg 4.2 is stuck peering for 4m, current state peering, last acting [5,4] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000580+0000 mon.smithi153 (mon.0) 187 : cluster [WRN] pg 4.4 is stuck peering for 4m, current state peering, last acting [2,3] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000594+0000 mon.smithi153 (mon.0) 188 : cluster [WRN] pg 4.7 is stuck peering for 4m, current state peering, last acting [5,0] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000612+0000 mon.smithi153 (mon.0) 189 : cluster [WRN] pg 4.f is stuck peering for 4m, current state peering, last acting [3,4] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000625+0000 mon.smithi153 (mon.0) 190 : cluster [WRN] pg 4.12 is stuck peering for 4m, current state peering, last acting [6,2] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000638+0000 mon.smithi153 (mon.0) 191 : cluster [WRN] pg 5.12 is stuck peering for 2m, current state peering, last acting [5,3] 2024-02-13T21:10:00.921 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:00.000651+0000 mon.smithi153 (mon.0) 192 : cluster [WRN] pg 5.19 is stuck peering for 2m, current state peering, last acting [5,7] 2024-02-13T21:10:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:09:59.103670+0000 mgr.smithi153.unkvxi (mgr.14740) 92 : cluster [DBG] pgmap v61: 129 pgs: 48 peering, 1 stale+active+clean, 80 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.1 KiB/s wr, 0 op/s 2024-02-13T21:10:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000239+0000 mon.smithi153 (mon.0) 172 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded; 1 osds down; Reduced data availability: 5 pgs inactive, 15 pgs peering 2024-02-13T21:10:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000319+0000 mon.smithi153 (mon.0) 173 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-13T21:10:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000363+0000 mon.smithi153 (mon.0) 174 : cluster [WRN] fs foofs is degraded 2024-02-13T21:10:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000412+0000 mon.smithi153 (mon.0) 175 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2024-02-13T21:10:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000425+0000 mon.smithi153 (mon.0) 176 : cluster [WRN] osd.1 (root=default,host=smithi153) is down 2024-02-13T21:10:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000439+0000 mon.smithi153 (mon.0) 177 : cluster [WRN] [WRN] PG_AVAILABILITY: Reduced data availability: 5 pgs inactive, 15 pgs peering 2024-02-13T21:10:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000454+0000 mon.smithi153 (mon.0) 178 : cluster [WRN] pg 2.6 is stuck peering for 2m, current state peering, last acting [6,4] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000467+0000 mon.smithi153 (mon.0) 179 : cluster [WRN] pg 2.9 is stuck peering for 2m, current state peering, last acting [7,3] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000481+0000 mon.smithi153 (mon.0) 180 : cluster [WRN] pg 2.a is stuck peering for 2m, current state peering, last acting [3,7] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000494+0000 mon.smithi153 (mon.0) 181 : cluster [WRN] pg 2.d is stuck peering for 2m, current state peering, last acting [4,3] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000509+0000 mon.smithi153 (mon.0) 182 : cluster [WRN] pg 2.15 is stuck peering for 2m, current state peering, last acting [5,0] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000524+0000 mon.smithi153 (mon.0) 183 : cluster [WRN] pg 3.0 is stuck peering for 2m, current state peering, last acting [2,6] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000537+0000 mon.smithi153 (mon.0) 184 : cluster [WRN] pg 3.4 is stuck peering for 2m, current state peering, last acting [2,5] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000551+0000 mon.smithi153 (mon.0) 185 : cluster [WRN] pg 3.19 is stuck peering for 2m, current state peering, last acting [3,4] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000567+0000 mon.smithi153 (mon.0) 186 : cluster [WRN] pg 4.2 is stuck peering for 4m, current state peering, last acting [5,4] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000580+0000 mon.smithi153 (mon.0) 187 : cluster [WRN] pg 4.4 is stuck peering for 4m, current state peering, last acting [2,3] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000594+0000 mon.smithi153 (mon.0) 188 : cluster [WRN] pg 4.7 is stuck peering for 4m, current state peering, last acting [5,0] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000612+0000 mon.smithi153 (mon.0) 189 : cluster [WRN] pg 4.f is stuck peering for 4m, current state peering, last acting [3,4] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000625+0000 mon.smithi153 (mon.0) 190 : cluster [WRN] pg 4.12 is stuck peering for 4m, current state peering, last acting [6,2] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000638+0000 mon.smithi153 (mon.0) 191 : cluster [WRN] pg 5.12 is stuck peering for 2m, current state peering, last acting [5,3] 2024-02-13T21:10:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:00.000651+0000 mon.smithi153 (mon.0) 192 : cluster [WRN] pg 5.19 is stuck peering for 2m, current state peering, last acting [5,7] 2024-02-13T21:10:01.439 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:10:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-1[82907]: debug 2024-02-13T21:10:01.056+0000 7f5a4cd69700 1 -- 172.21.15.153:0/1020636207 <== mon.0 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5592b9f24680 con 0x5592b9eeb400 2024-02-13T21:10:01.440 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:10:01 smithi153 bash[82892]: 06a0c843dbee364fa547e0be2068949286b3b0874f777c4ee3f6e833d954c760 2024-02-13T21:10:01.440 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:10:01 smithi153 systemd[1]: Started Ceph osd.1 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:10:01.863 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:10:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-1[82907]: debug 2024-02-13T21:10:01.571+0000 7f5a547f7380 -1 Falling back to public interface 2024-02-13T21:10:01.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.49 MB/sec execute 154 sec latency 149341.092 ms 2024-02-13T21:10:02.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:01.104261+0000 mgr.smithi153.unkvxi (mgr.14740) 93 : cluster [DBG] pgmap v62: 129 pgs: 3 active+undersized+degraded, 48 peering, 2 active+undersized, 76 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 14/1338 objects degraded (1.046%) 2024-02-13T21:10:02.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:01.175424+0000 mon.smithi153 (mon.0) 193 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:02.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:01.176072+0000 mon.smithi153 (mon.0) 194 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:10:02.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:01.661291+0000 mon.smithi153 (mon.0) 195 : cluster [WRN] Health check failed: Degraded data redundancy: 14/1338 objects degraded (1.046%), 3 pgs degraded (PG_DEGRADED) 2024-02-13T21:10:02.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:01.104261+0000 mgr.smithi153.unkvxi (mgr.14740) 93 : cluster [DBG] pgmap v62: 129 pgs: 3 active+undersized+degraded, 48 peering, 2 active+undersized, 76 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 14/1338 objects degraded (1.046%) 2024-02-13T21:10:02.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:01.175424+0000 mon.smithi153 (mon.0) 193 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:02.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:01.176072+0000 mon.smithi153 (mon.0) 194 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:10:02.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:01.661291+0000 mon.smithi153 (mon.0) 195 : cluster [WRN] Health check failed: Degraded data redundancy: 14/1338 objects degraded (1.046%), 3 pgs degraded (PG_DEGRADED) 2024-02-13T21:10:02.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.49 MB/sec execute 155 sec latency 150341.121 ms 2024-02-13T21:10:03.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:03.177206+0000 mon.smithi153 (mon.0) 196 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 15 pgs peering) 2024-02-13T21:10:03.507 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:03.177206+0000 mon.smithi153 (mon.0) 196 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 15 pgs peering) 2024-02-13T21:10:03.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.48 MB/sec execute 156 sec latency 151341.205 ms 2024-02-13T21:10:04.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.48 MB/sec execute 157 sec latency 152341.294 ms 2024-02-13T21:10:04.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:03.104931+0000 mgr.smithi153.unkvxi (mgr.14740) 94 : cluster [DBG] pgmap v63: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 150/1338 objects degraded (11.211%) 2024-02-13T21:10:05.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:03.104931+0000 mgr.smithi153.unkvxi (mgr.14740) 94 : cluster [DBG] pgmap v63: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 150/1338 objects degraded (11.211%) 2024-02-13T21:10:05.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.48 MB/sec execute 158 sec latency 153341.335 ms 2024-02-13T21:10:06.189 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:10:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-1[82907]: debug 2024-02-13T21:10:05.805+0000 7f5a547f7380 -1 osd.1 78 log_to_monitors {default=true} 2024-02-13T21:10:06.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.48 MB/sec execute 159 sec latency 154341.365 ms 2024-02-13T21:10:06.939 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:10:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-1[82907]: debug 2024-02-13T21:10:06.630+0000 7f5a454dd700 -1 osd.1 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-13T21:10:06.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:05.105389+0000 mgr.smithi153.unkvxi (mgr.14740) 95 : cluster [DBG] pgmap v64: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 150/1338 objects degraded (11.211%) 2024-02-13T21:10:06.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:05.809012+0000 mon.smithi153 (mon.0) 197 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/3699025730,v1:172.21.15.153:6811/3699025730]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-13T21:10:06.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:06.248483+0000 mon.smithi153 (mon.0) 198 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:07.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:05.105389+0000 mgr.smithi153.unkvxi (mgr.14740) 95 : cluster [DBG] pgmap v64: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 310 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 150/1338 objects degraded (11.211%) 2024-02-13T21:10:07.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:05.809012+0000 mon.smithi153 (mon.0) 197 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/3699025730,v1:172.21.15.153:6811/3699025730]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-13T21:10:07.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:06.248483+0000 mon.smithi153 (mon.0) 198 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:07.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:06.619634+0000 mon.smithi153 (mon.0) 199 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/3699025730,v1:172.21.15.153:6811/3699025730]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-13T21:10:07.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:06.619676+0000 mon.smithi153 (mon.0) 200 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-02-13T21:10:07.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:06.620601+0000 mon.smithi153 (mon.0) 201 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/3699025730,v1:172.21.15.153:6811/3699025730]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:10:07.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.47 MB/sec execute 160 sec latency 155341.475 ms 2024-02-13T21:10:08.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:06.619634+0000 mon.smithi153 (mon.0) 199 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/3699025730,v1:172.21.15.153:6811/3699025730]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-13T21:10:08.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:06.619676+0000 mon.smithi153 (mon.0) 200 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-02-13T21:10:08.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:06.620601+0000 mon.smithi153 (mon.0) 201 : audit [INF] from='osd.1 [v2:172.21.15.153:6810/3699025730,v1:172.21.15.153:6811/3699025730]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:10:08.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.47 MB/sec execute 161 sec latency 156341.576 ms 2024-02-13T21:10:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:07.105925+0000 mgr.smithi153.unkvxi (mgr.14740) 96 : cluster [DBG] pgmap v66: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 150/1338 objects degraded (11.211%) 2024-02-13T21:10:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:07.623790+0000 mon.smithi153 (mon.0) 202 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:10:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:07.630923+0000 mon.smithi153 (mon.0) 203 : cluster [INF] osd.1 [v2:172.21.15.153:6810/3699025730,v1:172.21.15.153:6811/3699025730] boot 2024-02-13T21:10:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:07.630976+0000 mon.smithi153 (mon.0) 204 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-02-13T21:10:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.631352+0000 mon.smithi153 (mon.0) 205 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:10:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.829384+0000 mon.smithi153 (mon.0) 206 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.830192+0000 mon.smithi153 (mon.0) 207 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:10:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.830780+0000 mon.smithi153 (mon.0) 208 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:10:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.836747+0000 mon.smithi153 (mon.0) 209 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.843534+0000 mon.smithi153 (mon.0) 210 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:08.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.846275+0000 mon.smithi153 (mon.0) 211 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:10:08.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.848193+0000 mon.smithi153 (mon.0) 212 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:08.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.849246+0000 mon.smithi153 (mon.0) 213 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:08.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.850272+0000 mon.smithi153 (mon.0) 214 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:08.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.851310+0000 mon.smithi153 (mon.0) 215 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-13T21:10:08.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:08.608097+0000 mon.smithi153 (mon.0) 216 : cluster [WRN] Health check update: Degraded data redundancy: 150/1338 objects degraded (11.211%), 28 pgs degraded (PG_DEGRADED) 2024-02-13T21:10:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:07.105925+0000 mgr.smithi153.unkvxi (mgr.14740) 96 : cluster [DBG] pgmap v66: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 150/1338 objects degraded (11.211%) 2024-02-13T21:10:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:07.623790+0000 mon.smithi153 (mon.0) 202 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:10:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:07.630923+0000 mon.smithi153 (mon.0) 203 : cluster [INF] osd.1 [v2:172.21.15.153:6810/3699025730,v1:172.21.15.153:6811/3699025730] boot 2024-02-13T21:10:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:07.630976+0000 mon.smithi153 (mon.0) 204 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-02-13T21:10:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.631352+0000 mon.smithi153 (mon.0) 205 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T21:10:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.829384+0000 mon.smithi153 (mon.0) 206 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.830192+0000 mon.smithi153 (mon.0) 207 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:10:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.830780+0000 mon.smithi153 (mon.0) 208 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:10:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.836747+0000 mon.smithi153 (mon.0) 209 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.843534+0000 mon.smithi153 (mon.0) 210 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.846275+0000 mon.smithi153 (mon.0) 211 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:10:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.848193+0000 mon.smithi153 (mon.0) 212 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.849246+0000 mon.smithi153 (mon.0) 213 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.850272+0000 mon.smithi153 (mon.0) 214 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.851310+0000 mon.smithi153 (mon.0) 215 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-13T21:10:09.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:08.608097+0000 mon.smithi153 (mon.0) 216 : cluster [WRN] Health check update: Degraded data redundancy: 150/1338 objects degraded (11.211%), 28 pgs degraded (PG_DEGRADED) 2024-02-13T21:10:09.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.47 MB/sec execute 162 sec latency 157341.646 ms 2024-02-13T21:10:09.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:10:07.831311+0000 mgr.smithi153.unkvxi (mgr.14740) 97 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:10:09.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:07.851438+0000 mgr.smithi153.unkvxi (mgr.14740) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-13T21:10:09.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:10:07.851981+0000 mgr.smithi153.unkvxi (mgr.14740) 99 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-13T21:10:09.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:08.636200+0000 mon.smithi153 (mon.0) 217 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-02-13T21:10:10.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:10:07.831311+0000 mgr.smithi153.unkvxi (mgr.14740) 97 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:10:10.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:07.851438+0000 mgr.smithi153.unkvxi (mgr.14740) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-13T21:10:10.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:10:07.851981+0000 mgr.smithi153.unkvxi (mgr.14740) 99 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-13T21:10:10.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:08.636200+0000 mon.smithi153 (mon.0) 217 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-02-13T21:10:10.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.46 MB/sec execute 163 sec latency 158341.723 ms 2024-02-13T21:10:10.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:09.106512+0000 mgr.smithi153.unkvxi (mgr.14740) 100 : cluster [DBG] pgmap v69: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 150/1338 objects degraded (11.211%) 2024-02-13T21:10:11.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:09.106512+0000 mgr.smithi153.unkvxi (mgr.14740) 100 : cluster [DBG] pgmap v69: 129 pgs: 28 active+undersized+degraded, 25 active+undersized, 76 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 150/1338 objects degraded (11.211%) 2024-02-13T21:10:11.401 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:10:11.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.46 MB/sec execute 164 sec latency 159341.766 ms 2024-02-13T21:10:11.969 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (9m) 4s ago 10m 19.7M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (66s) 4s ago 10m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (61s) 56s ago 9m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (9m) 4s ago 10m 34.0M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (5m) 4s ago 5m 27.2M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (5m) 56s ago 5m 10.8M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (119s) 4s ago 12m 433M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (99s) 56s ago 9m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (88s) 4s ago 12m 39.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (75s) 56s ago 9m 29.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (2m) 4s ago 2m 81.9M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (2m) 56s ago 2m 52.8M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (10m) 4s ago 10m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:10:11.970 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (9m) 56s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:10:11.971 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (43s) 4s ago 9m 113M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:10:11.971 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (11s) 4s ago 8m 11.5M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:10:11.971 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (8m) 4s ago 8m 255M 4096M 16.2.4 8d91d370c2b8 04c52d79a742 2024-02-13T21:10:11.971 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (8m) 4s ago 8m 360M 4096M 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:10:11.971 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (7m) 56s ago 7m 375M 4096M 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:10:11.971 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (7m) 56s ago 7m 398M 4096M 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:10:11.971 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (7m) 56s ago 7m 331M 4096M 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:10:11.971 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (6m) 56s ago 6m 486M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:10:11.971 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (2m) 4s ago 10m 55.8M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:10:12.309 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:10:12.309 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:10:12.309 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:10:12.310 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:10:12.310 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:10:12.310 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:10:12.310 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:10:12.310 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:10:12.310 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2, 2024-02-13T21:10:12.310 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6 2024-02-13T21:10:12.311 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:10:12.311 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:10:12.311 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:10:12.312 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:10:12.312 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:10:12.312 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-13T21:10:12.312 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-02-13T21:10:12.312 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:10:12.313 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:10:12.599 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:10:12.599 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:10:12.599 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:10:12.599 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:10:12.600 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:10:12.600 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:10:12.600 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:10:12.600 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:10:12.600 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:10:12.600 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "8/23 daemons upgraded", 2024-02-13T21:10:12.600 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading osd daemons", 2024-02-13T21:10:12.600 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:10:12.600 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:10:12.897 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.46 MB/sec execute 165 sec latency 160341.820 ms 2024-02-13T21:10:12.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:11.107043+0000 mgr.smithi153.unkvxi (mgr.14740) 101 : cluster [DBG] pgmap v70: 129 pgs: 26 active+undersized+degraded, 23 active+undersized, 80 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 140/1338 objects degraded (10.463%) 2024-02-13T21:10:12.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:11.389902+0000 mgr.smithi153.unkvxi (mgr.14740) 102 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:12.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:12.309659+0000 mon.smithi153 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.153:0/2233974409' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:11.107043+0000 mgr.smithi153.unkvxi (mgr.14740) 101 : cluster [DBG] pgmap v70: 129 pgs: 26 active+undersized+degraded, 23 active+undersized, 80 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 140/1338 objects degraded (10.463%) 2024-02-13T21:10:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:11.389902+0000 mgr.smithi153.unkvxi (mgr.14740) 102 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:12.309659+0000 mon.smithi153 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.153:0/2233974409' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:13.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.46 MB/sec execute 166 sec latency 161341.916 ms 2024-02-13T21:10:13.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:11.680851+0000 mgr.smithi153.unkvxi (mgr.14740) 103 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:13.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:11.961826+0000 mgr.smithi153.unkvxi (mgr.14740) 104 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:13.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:12.600363+0000 mgr.smithi153.unkvxi (mgr.14740) 105 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:13.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:13.609436+0000 mon.smithi153 (mon.0) 219 : cluster [WRN] Health check update: Degraded data redundancy: 140/1338 objects degraded (10.463%), 26 pgs degraded (PG_DEGRADED) 2024-02-13T21:10:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:11.680851+0000 mgr.smithi153.unkvxi (mgr.14740) 103 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:11.961826+0000 mgr.smithi153.unkvxi (mgr.14740) 104 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:12.600363+0000 mgr.smithi153.unkvxi (mgr.14740) 105 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:13.609436+0000 mon.smithi153 (mon.0) 219 : cluster [WRN] Health check update: Degraded data redundancy: 140/1338 objects degraded (10.463%), 26 pgs degraded (PG_DEGRADED) 2024-02-13T21:10:14.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.45 MB/sec execute 167 sec latency 162342.013 ms 2024-02-13T21:10:14.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:13.107568+0000 mgr.smithi153.unkvxi (mgr.14740) 106 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 315 B/s rd, 0 op/s 2024-02-13T21:10:14.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:13.654792+0000 mon.smithi153 (mon.0) 220 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 140/1338 objects degraded (10.463%), 26 pgs degraded) 2024-02-13T21:10:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:13.107568+0000 mgr.smithi153.unkvxi (mgr.14740) 106 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 315 B/s rd, 0 op/s 2024-02-13T21:10:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:13.654792+0000 mon.smithi153 (mon.0) 220 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 140/1338 objects degraded (10.463%), 26 pgs degraded) 2024-02-13T21:10:15.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.45 MB/sec execute 168 sec latency 163342.109 ms 2024-02-13T21:10:16.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.45 MB/sec execute 169 sec latency 164342.230 ms 2024-02-13T21:10:16.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:15.107945+0000 mgr.smithi153.unkvxi (mgr.14740) 107 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:10:16.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:16.306236+0000 mon.smithi153 (mon.0) 221 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:15.107945+0000 mgr.smithi153.unkvxi (mgr.14740) 107 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:10:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:16.306236+0000 mon.smithi153 (mon.0) 221 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:17.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.44 MB/sec execute 170 sec latency 165342.306 ms 2024-02-13T21:10:18.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.44 MB/sec execute 171 sec latency 166342.401 ms 2024-02-13T21:10:18.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:17.108565+0000 mgr.smithi153.unkvxi (mgr.14740) 108 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s 2024-02-13T21:10:19.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:17.108565+0000 mgr.smithi153.unkvxi (mgr.14740) 108 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s 2024-02-13T21:10:19.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.44 MB/sec execute 172 sec latency 167342.494 ms 2024-02-13T21:10:20.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.44 MB/sec execute 173 sec latency 168342.614 ms 2024-02-13T21:10:20.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:19.109197+0000 mgr.smithi153.unkvxi (mgr.14740) 109 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-13T21:10:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:19.109197+0000 mgr.smithi153.unkvxi (mgr.14740) 109 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-13T21:10:21.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.43 MB/sec execute 174 sec latency 169342.672 ms 2024-02-13T21:10:22.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:21.109780+0000 mgr.smithi153.unkvxi (mgr.14740) 110 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:10:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:21.251341+0000 mon.smithi153 (mon.0) 222 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:22.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:21.109780+0000 mgr.smithi153.unkvxi (mgr.14740) 110 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:10:22.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:21.251341+0000 mon.smithi153 (mon.0) 222 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:22.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.43 MB/sec execute 175 sec latency 170342.722 ms 2024-02-13T21:10:23.508 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:22.867438+0000 mon.smithi153 (mon.0) 223 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-13T21:10:23.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:22.867438+0000 mon.smithi153 (mon.0) 223 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-13T21:10:23.898 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.43 MB/sec execute 176 sec latency 171342.753 ms 2024-02-13T21:10:24.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:22.867680+0000 mgr.smithi153.unkvxi (mgr.14740) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-13T21:10:24.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:10:22.868807+0000 mgr.smithi153.unkvxi (mgr.14740) 112 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-13T21:10:24.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:23.110373+0000 mgr.smithi153.unkvxi (mgr.14740) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:10:24.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:23.263069+0000 mon.smithi153 (mon.0) 224 : cluster [DBG] mgrmap e39: smithi153.unkvxi(active, since 2m), standbys: smithi160.twbahe 2024-02-13T21:10:24.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:22.867680+0000 mgr.smithi153.unkvxi (mgr.14740) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-13T21:10:24.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:10:22.868807+0000 mgr.smithi153.unkvxi (mgr.14740) 112 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-13T21:10:24.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:23.110373+0000 mgr.smithi153.unkvxi (mgr.14740) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:10:24.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:23.263069+0000 mon.smithi153 (mon.0) 224 : cluster [DBG] mgrmap e39: smithi153.unkvxi(active, since 2m), standbys: smithi160.twbahe 2024-02-13T21:10:24.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.43 MB/sec execute 177 sec latency 172342.795 ms 2024-02-13T21:10:25.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.42 MB/sec execute 178 sec latency 173342.909 ms 2024-02-13T21:10:25.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:10:24.509945+0000 mgr.smithi153.unkvxi (mgr.14740) 114 : cephadm [INF] Upgrade: Updating osd.2 2024-02-13T21:10:25.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:24.514173+0000 mon.smithi153 (mon.0) 225 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:25.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:24.514824+0000 mon.smithi153 (mon.0) 226 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-13T21:10:25.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:24.515331+0000 mon.smithi153 (mon.0) 227 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:10:25.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:10:24.516398+0000 mgr.smithi153.unkvxi (mgr.14740) 115 : cephadm [INF] Deploying daemon osd.2 on smithi153 2024-02-13T21:10:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:10:24.509945+0000 mgr.smithi153.unkvxi (mgr.14740) 114 : cephadm [INF] Upgrade: Updating osd.2 2024-02-13T21:10:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:24.514173+0000 mon.smithi153 (mon.0) 225 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:24.514824+0000 mon.smithi153 (mon.0) 226 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-13T21:10:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:24.515331+0000 mon.smithi153 (mon.0) 227 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:10:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:10:24.516398+0000 mgr.smithi153.unkvxi (mgr.14740) 115 : cephadm [INF] Deploying daemon osd.2 on smithi153 2024-02-13T21:10:26.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.42 MB/sec execute 179 sec latency 174342.938 ms 2024-02-13T21:10:26.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:25.110784+0000 mgr.smithi153.unkvxi (mgr.14740) 116 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:10:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:25.110784+0000 mgr.smithi153.unkvxi (mgr.14740) 116 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:10:27.631 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:27 smithi153 systemd[1]: Stopping Ceph osd.2 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:10:27.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.42 MB/sec execute 180 sec latency 175343.016 ms 2024-02-13T21:10:27.939 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.2[50827]: debug 2024-02-13T21:10:27.630+0000 7f5a57eda700 -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-13T21:10:27.939 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.2[50827]: debug 2024-02-13T21:10:27.630+0000 7f5a57eda700 -1 osd.2 83 *** Got signal Terminated *** 2024-02-13T21:10:27.940 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.2[50827]: debug 2024-02-13T21:10:27.630+0000 7f5a57eda700 -1 osd.2 83 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:10:28.407 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:28 smithi153 bash[84655]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.2 2024-02-13T21:10:28.689 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:28 smithi153 bash[84708]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.2" found: no such container 2024-02-13T21:10:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.111359+0000 mgr.smithi153.unkvxi (mgr.14740) 117 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:10:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.890953+0000 mon.smithi153 (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-13T21:10:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.890980+0000 mon.smithi153 (mon.0) 229 : cluster [INF] osd.2 failed (root=default,host=smithi153) (connection refused reported by osd.0) 2024-02-13T21:10:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891149+0000 mon.smithi153 (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-13T21:10:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891297+0000 mon.smithi153 (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-13T21:10:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891376+0000 mon.smithi153 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-13T21:10:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891458+0000 mon.smithi153 (mon.0) 233 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-13T21:10:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891536+0000 mon.smithi153 (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891579+0000 mon.smithi153 (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:28.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891684+0000 mon.smithi153 (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891726+0000 mon.smithi153 (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891827+0000 mon.smithi153 (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891904+0000 mon.smithi153 (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.891980+0000 mon.smithi153 (mon.0) 240 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.892058+0000 mon.smithi153 (mon.0) 241 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:27.892098+0000 mon.smithi153 (mon.0) 242 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.049316+0000 mon.smithi153 (mon.0) 243 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.057249+0000 mon.smithi153 (mon.0) 244 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.058364+0000 mon.smithi153 (mon.0) 245 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.249753+0000 mon.smithi153 (mon.0) 246 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.258449+0000 mon.smithi153 (mon.0) 247 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.259300+0000 mon.smithi153 (mon.0) 248 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.292281+0000 mon.smithi153 (mon.0) 249 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.292388+0000 mon.smithi153 (mon.0) 250 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-13T21:10:28.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.292498+0000 mon.smithi153 (mon.0) 251 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.292579+0000 mon.smithi153 (mon.0) 252 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.292663+0000 mon.smithi153 (mon.0) 253 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.292743+0000 mon.smithi153 (mon.0) 254 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.292820+0000 mon.smithi153 (mon.0) 255 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.292900+0000 mon.smithi153 (mon.0) 256 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.292982+0000 mon.smithi153 (mon.0) 257 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.293057+0000 mon.smithi153 (mon.0) 258 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.293145+0000 mon.smithi153 (mon.0) 259 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.293224+0000 mon.smithi153 (mon.0) 260 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.293301+0000 mon.smithi153 (mon.0) 261 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-13T21:10:28.692 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.293378+0000 mon.smithi153 (mon.0) 262 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-13T21:10:28.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.42 MB/sec execute 181 sec latency 176343.106 ms 2024-02-13T21:10:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.111359+0000 mgr.smithi153.unkvxi (mgr.14740) 117 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:10:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.890953+0000 mon.smithi153 (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-13T21:10:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.890980+0000 mon.smithi153 (mon.0) 229 : cluster [INF] osd.2 failed (root=default,host=smithi153) (connection refused reported by osd.0) 2024-02-13T21:10:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891149+0000 mon.smithi153 (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891297+0000 mon.smithi153 (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891376+0000 mon.smithi153 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891458+0000 mon.smithi153 (mon.0) 233 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891536+0000 mon.smithi153 (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891579+0000 mon.smithi153 (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891684+0000 mon.smithi153 (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891726+0000 mon.smithi153 (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891827+0000 mon.smithi153 (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891904+0000 mon.smithi153 (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.891980+0000 mon.smithi153 (mon.0) 240 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.892058+0000 mon.smithi153 (mon.0) 241 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:27.892098+0000 mon.smithi153 (mon.0) 242 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.049316+0000 mon.smithi153 (mon.0) 243 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.057249+0000 mon.smithi153 (mon.0) 244 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.058364+0000 mon.smithi153 (mon.0) 245 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.249753+0000 mon.smithi153 (mon.0) 246 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.258449+0000 mon.smithi153 (mon.0) 247 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.259300+0000 mon.smithi153 (mon.0) 248 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.292281+0000 mon.smithi153 (mon.0) 249 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.292388+0000 mon.smithi153 (mon.0) 250 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.292498+0000 mon.smithi153 (mon.0) 251 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.292579+0000 mon.smithi153 (mon.0) 252 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.292663+0000 mon.smithi153 (mon.0) 253 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.292743+0000 mon.smithi153 (mon.0) 254 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.292820+0000 mon.smithi153 (mon.0) 255 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.292900+0000 mon.smithi153 (mon.0) 256 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.292982+0000 mon.smithi153 (mon.0) 257 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.293057+0000 mon.smithi153 (mon.0) 258 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.293145+0000 mon.smithi153 (mon.0) 259 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-13T21:10:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.293224+0000 mon.smithi153 (mon.0) 260 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-13T21:10:29.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.293301+0000 mon.smithi153 (mon.0) 261 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-13T21:10:29.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.293378+0000 mon.smithi153 (mon.0) 262 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-13T21:10:29.869 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.519064+0000 mon.smithi153 (mon.0) 263 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:10:29.869 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:28.522965+0000 mon.smithi153 (mon.0) 264 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-13T21:10:29.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.42 MB/sec execute 182 sec latency 177343.204 ms 2024-02-13T21:10:30.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.519064+0000 mon.smithi153 (mon.0) 263 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:10:30.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:28.522965+0000 mon.smithi153 (mon.0) 264 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-13T21:10:30.536 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:30 smithi153 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.2.service: Succeeded. 2024-02-13T21:10:30.536 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:30 smithi153 systemd[1]: Stopped Ceph osd.2 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:10:30.536 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:30 smithi153 systemd[1]: Starting Ceph osd.2 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:10:30.812 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:29.111662+0000 mgr.smithi153.unkvxi (mgr.14740) 118 : cluster [DBG] pgmap v80: 129 pgs: 11 stale+active+clean, 118 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:10:30.812 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:29.528909+0000 mon.smithi153 (mon.0) 265 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-13T21:10:30.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.41 MB/sec execute 183 sec latency 178343.308 ms 2024-02-13T21:10:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:29.111662+0000 mgr.smithi153.unkvxi (mgr.14740) 118 : cluster [DBG] pgmap v80: 129 pgs: 11 stale+active+clean, 118 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:10:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:29.528909+0000 mon.smithi153 (mon.0) 265 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-13T21:10:31.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.41 MB/sec execute 184 sec latency 179343.377 ms 2024-02-13T21:10:31.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:31.536675+0000 mon.smithi153 (mon.0) 266 : cluster [WRN] Health check failed: Degraded data redundancy: 11/1338 objects degraded (0.822%), 1 pg degraded (PG_DEGRADED) 2024-02-13T21:10:31.909 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:31 smithi153 bash[84968]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-13T21:10:31.909 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:31 smithi153 bash[84968]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-13T21:10:31.909 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:31 smithi153 bash[84968]: 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-13T21:10:31.909 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:31 smithi153 bash[84968]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-13T21:10:31.910 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:31 smithi153 bash[84968]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-02-13T21:10:31.910 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:31 smithi153 bash[84968]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-13T21:10:31.910 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:31 smithi153 bash[84968]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-13T21:10:31.910 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:31 smithi153 bash[84968]: --> ceph-volume lvm activate successful for osd ID: 2 2024-02-13T21:10:32.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:31.536675+0000 mon.smithi153 (mon.0) 266 : cluster [WRN] Health check failed: Degraded data redundancy: 11/1338 objects degraded (0.822%), 1 pg degraded (PG_DEGRADED) 2024-02-13T21:10:32.863 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:31.112113+0000 mgr.smithi153.unkvxi (mgr.14740) 119 : cluster [DBG] pgmap v82: 129 pgs: 1 active+undersized+degraded, 9 stale+active+clean, 4 active+undersized, 115 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 11/1338 objects degraded (0.822%) 2024-02-13T21:10:32.863 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-2[85228]: debug 2024-02-13T21:10:32.784+0000 7f7e783b6700 1 -- 172.21.15.153:0/753313973 <== mon.0 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c2cc180680 con 0x55c2cc147000 2024-02-13T21:10:32.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.41 MB/sec execute 185 sec latency 180343.422 ms 2024-02-13T21:10:33.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:31.112113+0000 mgr.smithi153.unkvxi (mgr.14740) 119 : cluster [DBG] pgmap v82: 129 pgs: 1 active+undersized+degraded, 9 stale+active+clean, 4 active+undersized, 115 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 11/1338 objects degraded (0.822%) 2024-02-13T21:10:33.189 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:32 smithi153 bash[85213]: 2bcac5ff04dd5d4afd528f302db3878607b0993aa13075fcb7b6cc2eeb1c0578 2024-02-13T21:10:33.189 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:32 smithi153 systemd[1]: Started Ceph osd.2 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:10:33.690 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-2[85228]: debug 2024-02-13T21:10:33.302+0000 7f7e7fe44380 -1 Falling back to public interface 2024-02-13T21:10:33.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.41 MB/sec execute 186 sec latency 181343.537 ms 2024-02-13T21:10:34.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:32.909534+0000 mon.smithi153 (mon.0) 267 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:34.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:32.910273+0000 mon.smithi153 (mon.0) 268 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:10:34.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:33.112751+0000 mgr.smithi153.unkvxi (mgr.14740) 120 : cluster [DBG] pgmap v83: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 130/1338 objects degraded (9.716%) 2024-02-13T21:10:34.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:33.152159+0000 mon.smithi153 (mon.0) 269 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:32.909534+0000 mon.smithi153 (mon.0) 267 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:32.910273+0000 mon.smithi153 (mon.0) 268 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:10:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:33.112751+0000 mgr.smithi153.unkvxi (mgr.14740) 120 : cluster [DBG] pgmap v83: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 130/1338 objects degraded (9.716%) 2024-02-13T21:10:34.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:33.152159+0000 mon.smithi153 (mon.0) 269 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:34.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.40 MB/sec execute 187 sec latency 182343.594 ms 2024-02-13T21:10:35.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.40 MB/sec execute 188 sec latency 183343.629 ms 2024-02-13T21:10:36.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:35.113544+0000 mgr.smithi153.unkvxi (mgr.14740) 121 : cluster [DBG] pgmap v84: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 130/1338 objects degraded (9.716%) 2024-02-13T21:10:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:35.113544+0000 mgr.smithi153.unkvxi (mgr.14740) 121 : cluster [DBG] pgmap v84: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 130/1338 objects degraded (9.716%) 2024-02-13T21:10:36.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.40 MB/sec execute 189 sec latency 184343.659 ms 2024-02-13T21:10:37.439 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-2[85228]: debug 2024-02-13T21:10:37.207+0000 7f7e7fe44380 -1 osd.2 83 log_to_monitors {default=true} 2024-02-13T21:10:37.440 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:10:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-2[85228]: debug 2024-02-13T21:10:37.264+0000 7f7e70b2a700 -1 osd.2 83 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-13T21:10:37.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:36.251620+0000 mon.smithi153 (mon.0) 270 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:37.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:37.211036+0000 mon.smithi153 (mon.0) 271 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1512281729,v1:172.21.15.153:6819/1512281729]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T21:10:37.752 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:36.251620+0000 mon.smithi153 (mon.0) 270 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:37.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:37.211036+0000 mon.smithi153 (mon.0) 271 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1512281729,v1:172.21.15.153:6819/1512281729]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T21:10:37.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.40 MB/sec execute 190 sec latency 185343.698 ms 2024-02-13T21:10:38.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:37.114408+0000 mgr.smithi153.unkvxi (mgr.14740) 122 : cluster [DBG] pgmap v85: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 130/1338 objects degraded (9.716%) 2024-02-13T21:10:38.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:37.256083+0000 mon.smithi153 (mon.0) 272 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1512281729,v1:172.21.15.153:6819/1512281729]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-13T21:10:38.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:37.256136+0000 mon.smithi153 (mon.0) 273 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-02-13T21:10:38.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:37.257484+0000 mon.smithi153 (mon.0) 274 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1512281729,v1:172.21.15.153:6819/1512281729]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:10:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:37.114408+0000 mgr.smithi153.unkvxi (mgr.14740) 122 : cluster [DBG] pgmap v85: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 310 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 130/1338 objects degraded (9.716%) 2024-02-13T21:10:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:37.256083+0000 mon.smithi153 (mon.0) 272 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1512281729,v1:172.21.15.153:6819/1512281729]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-13T21:10:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:37.256136+0000 mon.smithi153 (mon.0) 273 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-02-13T21:10:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:37.257484+0000 mon.smithi153 (mon.0) 274 : audit [INF] from='osd.2 [v2:172.21.15.153:6818/1512281729,v1:172.21.15.153:6819/1512281729]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:10:38.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.40 MB/sec execute 191 sec latency 186343.749 ms 2024-02-13T21:10:39.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:38.254075+0000 mon.smithi153 (mon.0) 275 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:10:39.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:38.258144+0000 mon.smithi153 (mon.0) 276 : cluster [INF] osd.2 [v2:172.21.15.153:6818/1512281729,v1:172.21.15.153:6819/1512281729] boot 2024-02-13T21:10:39.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:38.258213+0000 mon.smithi153 (mon.0) 277 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-02-13T21:10:39.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:38.259068+0000 mon.smithi153 (mon.0) 278 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:10:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:38.614634+0000 mon.smithi153 (mon.0) 279 : cluster [WRN] Health check update: Degraded data redundancy: 130/1338 objects degraded (9.716%), 20 pgs degraded (PG_DEGRADED) 2024-02-13T21:10:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:38.254075+0000 mon.smithi153 (mon.0) 275 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:10:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:38.258144+0000 mon.smithi153 (mon.0) 276 : cluster [INF] osd.2 [v2:172.21.15.153:6818/1512281729,v1:172.21.15.153:6819/1512281729] boot 2024-02-13T21:10:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:38.258213+0000 mon.smithi153 (mon.0) 277 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-02-13T21:10:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:38.259068+0000 mon.smithi153 (mon.0) 278 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T21:10:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:38.614634+0000 mon.smithi153 (mon.0) 279 : cluster [WRN] Health check update: Degraded data redundancy: 130/1338 objects degraded (9.716%), 20 pgs degraded (PG_DEGRADED) 2024-02-13T21:10:39.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.39 MB/sec execute 192 sec latency 187343.790 ms 2024-02-13T21:10:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:39.114809+0000 mgr.smithi153.unkvxi (mgr.14740) 123 : cluster [DBG] pgmap v88: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 310 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 130/1338 objects degraded (9.716%) 2024-02-13T21:10:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:39.262088+0000 mon.smithi153 (mon.0) 280 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-02-13T21:10:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.512770+0000 mon.smithi153 (mon.0) 281 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.789214+0000 mon.smithi153 (mon.0) 282 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:10:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.789883+0000 mon.smithi153 (mon.0) 283 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:10:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.793899+0000 mon.smithi153 (mon.0) 284 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.799016+0000 mon.smithi153 (mon.0) 285 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.802199+0000 mon.smithi153 (mon.0) 286 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:10:40.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.804168+0000 mon.smithi153 (mon.0) 287 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:40.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.805239+0000 mon.smithi153 (mon.0) 288 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:40.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.806281+0000 mon.smithi153 (mon.0) 289 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:40.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.807399+0000 mon.smithi153 (mon.0) 290 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-13T21:10:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:39.114809+0000 mgr.smithi153.unkvxi (mgr.14740) 123 : cluster [DBG] pgmap v88: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 310 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 130/1338 objects degraded (9.716%) 2024-02-13T21:10:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:39.262088+0000 mon.smithi153 (mon.0) 280 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-02-13T21:10:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.512770+0000 mon.smithi153 (mon.0) 281 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.789214+0000 mon.smithi153 (mon.0) 282 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:10:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.789883+0000 mon.smithi153 (mon.0) 283 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:10:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.793899+0000 mon.smithi153 (mon.0) 284 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.799016+0000 mon.smithi153 (mon.0) 285 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.802199+0000 mon.smithi153 (mon.0) 286 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:10:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.804168+0000 mon.smithi153 (mon.0) 287 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.805239+0000 mon.smithi153 (mon.0) 288 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.806281+0000 mon.smithi153 (mon.0) 289 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.807399+0000 mon.smithi153 (mon.0) 290 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-13T21:10:40.899 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.39 MB/sec execute 193 sec latency 188343.873 ms 2024-02-13T21:10:41.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:10:39.790392+0000 mgr.smithi153.unkvxi (mgr.14740) 124 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:10:41.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:39.807521+0000 mgr.smithi153.unkvxi (mgr.14740) 125 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-13T21:10:41.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:10:39.808122+0000 mgr.smithi153.unkvxi (mgr.14740) 126 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-02-13T21:10:41.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:10:39.790392+0000 mgr.smithi153.unkvxi (mgr.14740) 124 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:10:41.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:39.807521+0000 mgr.smithi153.unkvxi (mgr.14740) 125 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-13T21:10:41.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:10:39.808122+0000 mgr.smithi153.unkvxi (mgr.14740) 126 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-02-13T21:10:41.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.39 MB/sec execute 194 sec latency 189344.006 ms 2024-02-13T21:10:42.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:41.115490+0000 mgr.smithi153.unkvxi (mgr.14740) 127 : cluster [DBG] pgmap v90: 129 pgs: 19 active+undersized+degraded, 13 active+undersized, 97 active+clean; 310 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 119/1338 objects degraded (8.894%) 2024-02-13T21:10:42.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:41.325434+0000 mon.smithi153 (mon.0) 291 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:42.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:41.115490+0000 mgr.smithi153.unkvxi (mgr.14740) 127 : cluster [DBG] pgmap v90: 129 pgs: 19 active+undersized+degraded, 13 active+undersized, 97 active+clean; 310 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 119/1338 objects degraded (8.894%) 2024-02-13T21:10:42.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:41.325434+0000 mon.smithi153 (mon.0) 291 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:42.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.39 MB/sec execute 195 sec latency 190344.044 ms 2024-02-13T21:10:42.911 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:10:43.482 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:10:43.482 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (9m) 3s ago 11m 19.7M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:10:43.482 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (97s) 3s ago 11m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (92s) 88s ago 10m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (9m) 3s ago 11m 34.2M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (5m) 3s ago 5m 27.4M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (5m) 88s ago 5m 10.8M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (2m) 3s ago 12m 435M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (2m) 88s ago 10m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (2m) 3s ago 12m 43.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (107s) 88s ago 10m 29.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (3m) 3s ago 2m 82.2M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (2m) 88s ago 2m 52.8M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (10m) 3s ago 10m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (10m) 88s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (75s) 3s ago 9m 113M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:10:43.483 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (42s) 3s ago 9m 100M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:10:43.484 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (11s) 3s ago 8m 12.9M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:10:43.484 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (8m) 3s ago 8m 360M 4096M 16.2.4 8d91d370c2b8 9c2a20ad2c31 2024-02-13T21:10:43.484 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (8m) 88s ago 8m 375M 4096M 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:10:43.484 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (7m) 88s ago 7m 398M 4096M 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:10:43.484 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (7m) 88s ago 7m 331M 4096M 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:10:43.484 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (7m) 88s ago 7m 486M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:10:43.484 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (2m) 3s ago 10m 55.8M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:10:43.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:43.325760+0000 mon.smithi153 (mon.0) 292 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 119/1338 objects degraded (8.894%), 19 pgs degraded) 2024-02-13T21:10:43.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:43.325760+0000 mon.smithi153 (mon.0) 292 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 119/1338 objects degraded (8.894%), 19 pgs degraded) 2024-02-13T21:10:43.826 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:10:43.826 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:10:43.826 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3, 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:10:43.827 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7, 2024-02-13T21:10:43.828 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7 2024-02-13T21:10:43.828 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:10:43.828 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:10:43.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.39 MB/sec execute 196 sec latency 191344.079 ms 2024-02-13T21:10:44.118 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "9/23 daemons upgraded", 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading osd daemons", 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:10:44.119 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:10:44.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.38 MB/sec execute 197 sec latency 192344.187 ms 2024-02-13T21:10:44.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:42.900040+0000 mgr.smithi153.unkvxi (mgr.14740) 128 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:44.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:43.116086+0000 mgr.smithi153.unkvxi (mgr.14740) 129 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:10:44.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:43.192848+0000 mgr.smithi153.unkvxi (mgr.14740) 130 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:44.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:43.474768+0000 mgr.smithi153.unkvxi (mgr.14740) 131 : audit [DBG] from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:44.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:43.827725+0000 mon.smithi153 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.153:0/2534929110' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:42.900040+0000 mgr.smithi153.unkvxi (mgr.14740) 128 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:43.116086+0000 mgr.smithi153.unkvxi (mgr.14740) 129 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:10:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:43.192848+0000 mgr.smithi153.unkvxi (mgr.14740) 130 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:43.474768+0000 mgr.smithi153.unkvxi (mgr.14740) 131 : audit [DBG] from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:43.827725+0000 mon.smithi153 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.153:0/2534929110' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:10:45.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.38 MB/sec execute 198 sec latency 193344.298 ms 2024-02-13T21:10:45.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:44.119657+0000 mgr.smithi153.unkvxi (mgr.14740) 132 : audit [DBG] from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:46.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:44.119657+0000 mgr.smithi153.unkvxi (mgr.14740) 132 : audit [DBG] from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:10:46.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.38 MB/sec execute 199 sec latency 194344.399 ms 2024-02-13T21:10:46.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:45.116779+0000 mgr.smithi153.unkvxi (mgr.14740) 133 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:10:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:45.116779+0000 mgr.smithi153.unkvxi (mgr.14740) 133 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:10:47.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.38 MB/sec execute 200 sec latency 195344.528 ms 2024-02-13T21:10:48.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.38 MB/sec execute 201 sec latency 196344.593 ms 2024-02-13T21:10:48.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:47.117414+0000 mgr.smithi153.unkvxi (mgr.14740) 134 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-02-13T21:10:49.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:47.117414+0000 mgr.smithi153.unkvxi (mgr.14740) 134 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-02-13T21:10:49.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.37 MB/sec execute 202 sec latency 197344.645 ms 2024-02-13T21:10:50.900 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.37 MB/sec execute 203 sec latency 198344.723 ms 2024-02-13T21:10:50.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:49.117889+0000 mgr.smithi153.unkvxi (mgr.14740) 135 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:10:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:49.117889+0000 mgr.smithi153.unkvxi (mgr.14740) 135 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:10:51.901 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.37 MB/sec execute 204 sec latency 199344.788 ms 2024-02-13T21:10:52.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:51.118427+0000 mgr.smithi153.unkvxi (mgr.14740) 136 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-13T21:10:52.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:51.251871+0000 mon.smithi153 (mon.0) 294 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:52.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:51.337767+0000 mon.smithi153 (mon.0) 295 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:52.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:51.118427+0000 mgr.smithi153.unkvxi (mgr.14740) 136 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-13T21:10:52.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:51.251871+0000 mon.smithi153 (mon.0) 294 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:52.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:51.337767+0000 mon.smithi153 (mon.0) 295 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:52.901 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.37 MB/sec execute 205 sec latency 200344.869 ms 2024-02-13T21:10:53.901 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.37 MB/sec execute 206 sec latency 201344.964 ms 2024-02-13T21:10:54.901 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.37 MB/sec execute 207 sec latency 202345.464 ms 2024-02-13T21:10:54.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:53.119043+0000 mgr.smithi153.unkvxi (mgr.14740) 137 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:10:55.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:53.119043+0000 mgr.smithi153.unkvxi (mgr.14740) 137 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:10:55.772 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:54.812894+0000 mon.smithi153 (mon.0) 296 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-13T21:10:55.901 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.36 MB/sec execute 208 sec latency 203345.492 ms 2024-02-13T21:10:56.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:54.812894+0000 mon.smithi153 (mon.0) 296 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-13T21:10:56.901 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.36 MB/sec execute 209 sec latency 204345.548 ms 2024-02-13T21:10:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:54.813104+0000 mgr.smithi153.unkvxi (mgr.14740) 138 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-13T21:10:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:10:54.814258+0000 mgr.smithi153.unkvxi (mgr.14740) 139 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-13T21:10:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:55.119462+0000 mgr.smithi153.unkvxi (mgr.14740) 140 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:10:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:56.602985+0000 mon.smithi153 (mon.0) 297 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:56.603672+0000 mon.smithi153 (mon.0) 298 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-13T21:10:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:10:56.604160+0000 mon.smithi153 (mon.0) 299 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:10:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:54.813104+0000 mgr.smithi153.unkvxi (mgr.14740) 138 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-13T21:10:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:10:54.814258+0000 mgr.smithi153.unkvxi (mgr.14740) 139 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-13T21:10:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:55.119462+0000 mgr.smithi153.unkvxi (mgr.14740) 140 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:10:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:56.602985+0000 mon.smithi153 (mon.0) 297 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:10:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:56.603672+0000 mon.smithi153 (mon.0) 298 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-13T21:10:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:10:56.604160+0000 mon.smithi153 (mon.0) 299 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:10:57.901 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.36 MB/sec execute 210 sec latency 205345.631 ms 2024-02-13T21:10:57.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:10:56.598290+0000 mgr.smithi153.unkvxi (mgr.14740) 141 : cephadm [INF] Upgrade: Updating osd.3 2024-02-13T21:10:57.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:10:56.605244+0000 mgr.smithi153.unkvxi (mgr.14740) 142 : cephadm [INF] Deploying daemon osd.3 on smithi153 2024-02-13T21:10:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:10:56.598290+0000 mgr.smithi153.unkvxi (mgr.14740) 141 : cephadm [INF] Upgrade: Updating osd.3 2024-02-13T21:10:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:10:56.605244+0000 mgr.smithi153.unkvxi (mgr.14740) 142 : cephadm [INF] Deploying daemon osd.3 on smithi153 2024-02-13T21:10:58.902 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.36 MB/sec execute 211 sec latency 206345.680 ms 2024-02-13T21:10:58.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:10:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:57.119955+0000 mgr.smithi153.unkvxi (mgr.14740) 143 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:10:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:10:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:57.119955+0000 mgr.smithi153.unkvxi (mgr.14740) 143 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:10:59.652 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:10:59 smithi153 systemd[1]: Stopping Ceph osd.3 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:10:59.902 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.36 MB/sec execute 212 sec latency 207346.208 ms 2024-02-13T21:10:59.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:10:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.3[54461]: debug 2024-02-13T21:10:59.651+0000 7f51e3af0700 -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-13T21:10:59.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:10:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.3[54461]: debug 2024-02-13T21:10:59.651+0000 7f51e3af0700 -1 osd.3 88 *** Got signal Terminated *** 2024-02-13T21:10:59.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:10:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.3[54461]: debug 2024-02-13T21:10:59.651+0000 7f51e3af0700 -1 osd.3 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:11:00.439 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:00 smithi153 bash[87005]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.3 2024-02-13T21:11:00.902 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.35 MB/sec execute 213 sec latency 208346.296 ms 2024-02-13T21:11:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.120333+0000 mgr.smithi153.unkvxi (mgr.14740) 144 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:11:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.916411+0000 mon.smithi153 (mon.0) 300 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-13T21:11:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.916440+0000 mon.smithi153 (mon.0) 301 : cluster [INF] osd.3 failed (root=default,host=smithi153) (connection refused reported by osd.6) 2024-02-13T21:11:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.916565+0000 mon.smithi153 (mon.0) 302 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-13T21:11:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.916640+0000 mon.smithi153 (mon.0) 303 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.916713+0000 mon.smithi153 (mon.0) 304 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-13T21:11:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.916786+0000 mon.smithi153 (mon.0) 305 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-13T21:11:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.916866+0000 mon.smithi153 (mon.0) 306 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-13T21:11:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.916937+0000 mon.smithi153 (mon.0) 307 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-13T21:11:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.917010+0000 mon.smithi153 (mon.0) 308 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.917078+0000 mon.smithi153 (mon.0) 309 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.917159+0000 mon.smithi153 (mon.0) 310 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.917241+0000 mon.smithi153 (mon.0) 311 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.917326+0000 mon.smithi153 (mon.0) 312 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.917397+0000 mon.smithi153 (mon.0) 313 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:10:59.917473+0000 mon.smithi153 (mon.0) 314 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.059713+0000 mon.smithi153 (mon.0) 315 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.260246+0000 mon.smithi153 (mon.0) 316 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317033+0000 mon.smithi153 (mon.0) 317 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317110+0000 mon.smithi153 (mon.0) 318 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317187+0000 mon.smithi153 (mon.0) 319 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317257+0000 mon.smithi153 (mon.0) 320 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317494+0000 mon.smithi153 (mon.0) 321 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317538+0000 mon.smithi153 (mon.0) 322 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317635+0000 mon.smithi153 (mon.0) 323 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-13T21:11:00.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317730+0000 mon.smithi153 (mon.0) 324 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-13T21:11:00.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317816+0000 mon.smithi153 (mon.0) 325 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-13T21:11:00.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317860+0000 mon.smithi153 (mon.0) 326 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-13T21:11:00.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.317968+0000 mon.smithi153 (mon.0) 327 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-13T21:11:00.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.318046+0000 mon.smithi153 (mon.0) 328 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-13T21:11:00.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.318117+0000 mon.smithi153 (mon.0) 329 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-13T21:11:00.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.318201+0000 mon.smithi153 (mon.0) 330 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-13T21:11:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.120333+0000 mgr.smithi153.unkvxi (mgr.14740) 144 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:11:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.916411+0000 mon.smithi153 (mon.0) 300 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-13T21:11:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.916440+0000 mon.smithi153 (mon.0) 301 : cluster [INF] osd.3 failed (root=default,host=smithi153) (connection refused reported by osd.6) 2024-02-13T21:11:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.916565+0000 mon.smithi153 (mon.0) 302 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.916640+0000 mon.smithi153 (mon.0) 303 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.916713+0000 mon.smithi153 (mon.0) 304 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.916786+0000 mon.smithi153 (mon.0) 305 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.916866+0000 mon.smithi153 (mon.0) 306 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.916937+0000 mon.smithi153 (mon.0) 307 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.917010+0000 mon.smithi153 (mon.0) 308 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.917078+0000 mon.smithi153 (mon.0) 309 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.917159+0000 mon.smithi153 (mon.0) 310 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.917241+0000 mon.smithi153 (mon.0) 311 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.917326+0000 mon.smithi153 (mon.0) 312 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.917397+0000 mon.smithi153 (mon.0) 313 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:10:59.917473+0000 mon.smithi153 (mon.0) 314 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.059713+0000 mon.smithi153 (mon.0) 315 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:01.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.260246+0000 mon.smithi153 (mon.0) 316 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317033+0000 mon.smithi153 (mon.0) 317 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317110+0000 mon.smithi153 (mon.0) 318 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317187+0000 mon.smithi153 (mon.0) 319 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317257+0000 mon.smithi153 (mon.0) 320 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317494+0000 mon.smithi153 (mon.0) 321 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317538+0000 mon.smithi153 (mon.0) 322 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317635+0000 mon.smithi153 (mon.0) 323 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317730+0000 mon.smithi153 (mon.0) 324 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317816+0000 mon.smithi153 (mon.0) 325 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317860+0000 mon.smithi153 (mon.0) 326 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.317968+0000 mon.smithi153 (mon.0) 327 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.318046+0000 mon.smithi153 (mon.0) 328 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.318117+0000 mon.smithi153 (mon.0) 329 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-13T21:11:01.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.318201+0000 mon.smithi153 (mon.0) 330 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-13T21:11:01.902 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.35 MB/sec execute 214 sec latency 209346.352 ms 2024-02-13T21:11:01.919 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.635458+0000 mon.smithi153 (mon.0) 331 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:11:01.919 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:00.639389+0000 mon.smithi153 (mon.0) 332 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-13T21:11:01.919 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:01.641218+0000 mon.smithi153 (mon.0) 333 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-13T21:11:02.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.635458+0000 mon.smithi153 (mon.0) 331 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:11:02.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:00.639389+0000 mon.smithi153 (mon.0) 332 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-13T21:11:02.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:01.641218+0000 mon.smithi153 (mon.0) 333 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-13T21:11:02.512 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:02 smithi153 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.3.service: Succeeded. 2024-02-13T21:11:02.512 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:02 smithi153 systemd[1]: Stopped Ceph osd.3 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:11:02.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.35 MB/sec execute 215 sec latency 210346.734 ms 2024-02-13T21:11:02.914 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:02 smithi153 systemd[1]: Starting Ceph osd.3 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:11:02.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:01.120632+0000 mgr.smithi153.unkvxi (mgr.14740) 145 : cluster [DBG] pgmap v101: 129 pgs: 20 stale+active+clean, 109 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:11:03.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:01.120632+0000 mgr.smithi153.unkvxi (mgr.14740) 145 : cluster [DBG] pgmap v101: 129 pgs: 20 stale+active+clean, 109 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:11:03.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.35 MB/sec execute 216 sec latency 211346.784 ms 2024-02-13T21:11:03.939 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:03 smithi153 bash[87318]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-13T21:11:03.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:03 smithi153 bash[87318]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-13T21:11:03.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:03 smithi153 bash[87318]: 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-13T21:11:03.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:03 smithi153 bash[87318]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-13T21:11:03.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:03 smithi153 bash[87318]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-13T21:11:03.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:03 smithi153 bash[87318]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-13T21:11:03.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:03 smithi153 bash[87318]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-13T21:11:03.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:03 smithi153 bash[87318]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-13T21:11:04.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.35 MB/sec execute 217 sec latency 212346.826 ms 2024-02-13T21:11:04.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:03.121256+0000 mgr.smithi153.unkvxi (mgr.14740) 146 : cluster [DBG] pgmap v103: 129 pgs: 15 active+undersized+degraded, 12 peering, 4 stale+active+clean, 13 active+undersized, 85 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 94/1338 objects degraded (7.025%) 2024-02-13T21:11:04.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:03.664721+0000 mon.smithi153 (mon.0) 334 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-13T21:11:04.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:03.664750+0000 mon.smithi153 (mon.0) 335 : cluster [WRN] Health check failed: Degraded data redundancy: 94/1338 objects degraded (7.025%), 15 pgs degraded (PG_DEGRADED) 2024-02-13T21:11:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:03.121256+0000 mgr.smithi153.unkvxi (mgr.14740) 146 : cluster [DBG] pgmap v103: 129 pgs: 15 active+undersized+degraded, 12 peering, 4 stale+active+clean, 13 active+undersized, 85 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 94/1338 objects degraded (7.025%) 2024-02-13T21:11:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:03.664721+0000 mon.smithi153 (mon.0) 334 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-13T21:11:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:03.664750+0000 mon.smithi153 (mon.0) 335 : cluster [WRN] Health check failed: Degraded data redundancy: 94/1338 objects degraded (7.025%), 15 pgs degraded (PG_DEGRADED) 2024-02-13T21:11:05.439 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-3[87576]: debug 2024-02-13T21:11:04.950+0000 7fa6e5da8700 1 -- 172.21.15.153:0/2367015757 <== mon.0 v2:172.21.15.153:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56463e730680 con 0x56463e6f7000 2024-02-13T21:11:05.440 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:05 smithi153 bash[87562]: fd4aa81d33ff3e74a3cf861ec5c4956785a67973b413d8c5efe9e905de48fd0e 2024-02-13T21:11:05.440 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:05 smithi153 systemd[1]: Started Ceph osd.3 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:11:05.792 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-3[87576]: debug 2024-02-13T21:11:05.472+0000 7fa6ed836380 -1 Falling back to public interface 2024-02-13T21:11:05.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.35 MB/sec execute 218 sec latency 213346.902 ms 2024-02-13T21:11:06.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:05.079296+0000 mon.smithi153 (mon.0) 336 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:05.080043+0000 mon.smithi153 (mon.0) 337 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:11:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:05.121734+0000 mgr.smithi153.unkvxi (mgr.14740) 147 : cluster [DBG] pgmap v104: 129 pgs: 22 active+undersized+degraded, 12 peering, 16 active+undersized, 79 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 145/1338 objects degraded (10.837%) 2024-02-13T21:11:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:05.079296+0000 mon.smithi153 (mon.0) 336 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:05.080043+0000 mon.smithi153 (mon.0) 337 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:11:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:05.121734+0000 mgr.smithi153.unkvxi (mgr.14740) 147 : cluster [DBG] pgmap v104: 129 pgs: 22 active+undersized+degraded, 12 peering, 16 active+undersized, 79 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 145/1338 objects degraded (10.837%) 2024-02-13T21:11:06.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.35 MB/sec execute 219 sec latency 214346.991 ms 2024-02-13T21:11:07.591 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:06.251842+0000 mon.smithi153 (mon.0) 338 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:07.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:06.251842+0000 mon.smithi153 (mon.0) 338 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:07.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.34 MB/sec execute 220 sec latency 215347.050 ms 2024-02-13T21:11:08.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:07.122441+0000 mgr.smithi153.unkvxi (mgr.14740) 148 : cluster [DBG] pgmap v105: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 310 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 176/1338 objects degraded (13.154%) 2024-02-13T21:11:08.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:07.250005+0000 mon.smithi153 (mon.0) 339 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-02-13T21:11:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:07.122441+0000 mgr.smithi153.unkvxi (mgr.14740) 148 : cluster [DBG] pgmap v105: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 310 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 176/1338 objects degraded (13.154%) 2024-02-13T21:11:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:07.250005+0000 mon.smithi153 (mon.0) 339 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-02-13T21:11:08.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.34 MB/sec execute 221 sec latency 216347.098 ms 2024-02-13T21:11:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.34 MB/sec execute 222 sec latency 217347.132 ms 2024-02-13T21:11:10.634 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-3[87576]: debug 2024-02-13T21:11:10.254+0000 7fa6ed836380 -1 osd.3 88 log_to_monitors {default=true} 2024-02-13T21:11:10.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.34 MB/sec execute 223 sec latency 218347.163 ms 2024-02-13T21:11:10.939 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:11:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-3[87576]: debug 2024-02-13T21:11:10.644+0000 7fa6e0520700 -1 osd.3 88 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-13T21:11:10.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:09.123055+0000 mgr.smithi153.unkvxi (mgr.14740) 149 : cluster [DBG] pgmap v106: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 310 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 176/1338 objects degraded (13.154%) 2024-02-13T21:11:10.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:10.258548+0000 mon.smithi153 (mon.0) 340 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/279668870,v1:172.21.15.153:6827/279668870]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T21:11:11.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:09.123055+0000 mgr.smithi153.unkvxi (mgr.14740) 149 : cluster [DBG] pgmap v106: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 310 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 176/1338 objects degraded (13.154%) 2024-02-13T21:11:11.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:10.258548+0000 mon.smithi153 (mon.0) 340 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/279668870,v1:172.21.15.153:6827/279668870]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T21:11:11.741 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:10.632677+0000 mon.smithi153 (mon.0) 341 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/279668870,v1:172.21.15.153:6827/279668870]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-13T21:11:11.741 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:10.632746+0000 mon.smithi153 (mon.0) 342 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-02-13T21:11:11.741 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:10.633355+0000 mon.smithi153 (mon.0) 343 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/279668870,v1:172.21.15.153:6827/279668870]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:11:11.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.34 MB/sec execute 224 sec latency 219347.241 ms 2024-02-13T21:11:12.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:10.632677+0000 mon.smithi153 (mon.0) 341 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/279668870,v1:172.21.15.153:6827/279668870]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-13T21:11:12.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:10.632746+0000 mon.smithi153 (mon.0) 342 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-02-13T21:11:12.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:10.633355+0000 mon.smithi153 (mon.0) 343 : audit [INF] from='osd.3 [v2:172.21.15.153:6826/279668870,v1:172.21.15.153:6827/279668870]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-13T21:11:12.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.34 MB/sec execute 225 sec latency 220347.330 ms 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:11.123492+0000 mgr.smithi153.unkvxi (mgr.14740) 150 : cluster [DBG] pgmap v108: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 176/1338 objects degraded (13.154%) 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:11.636561+0000 mon.smithi153 (mon.0) 344 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:11.642191+0000 mon.smithi153 (mon.0) 345 : cluster [INF] osd.3 [v2:172.21.15.153:6826/279668870,v1:172.21.15.153:6827/279668870] boot 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:11.642246+0000 mon.smithi153 (mon.0) 346 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.642685+0000 mon.smithi153 (mon.0) 347 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.739078+0000 mon.smithi153 (mon.0) 348 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.739878+0000 mon.smithi153 (mon.0) 349 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.740475+0000 mon.smithi153 (mon.0) 350 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.746259+0000 mon.smithi153 (mon.0) 351 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.756804+0000 mon.smithi153 (mon.0) 352 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.760519+0000 mon.smithi153 (mon.0) 353 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:11:12.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.762631+0000 mon.smithi153 (mon.0) 354 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:12.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.763844+0000 mon.smithi153 (mon.0) 355 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:12.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.765032+0000 mon.smithi153 (mon.0) 356 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:12.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.766330+0000 mon.smithi153 (mon.0) 357 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:11.123492+0000 mgr.smithi153.unkvxi (mgr.14740) 150 : cluster [DBG] pgmap v108: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 176/1338 objects degraded (13.154%) 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:11.636561+0000 mon.smithi153 (mon.0) 344 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:11.642191+0000 mon.smithi153 (mon.0) 345 : cluster [INF] osd.3 [v2:172.21.15.153:6826/279668870,v1:172.21.15.153:6827/279668870] boot 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:11.642246+0000 mon.smithi153 (mon.0) 346 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.642685+0000 mon.smithi153 (mon.0) 347 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.739078+0000 mon.smithi153 (mon.0) 348 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.739878+0000 mon.smithi153 (mon.0) 349 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.740475+0000 mon.smithi153 (mon.0) 350 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.746259+0000 mon.smithi153 (mon.0) 351 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.756804+0000 mon.smithi153 (mon.0) 352 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.760519+0000 mon.smithi153 (mon.0) 353 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:11:13.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.762631+0000 mon.smithi153 (mon.0) 354 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:13.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.763844+0000 mon.smithi153 (mon.0) 355 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:13.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.765032+0000 mon.smithi153 (mon.0) 356 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:13.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.766330+0000 mon.smithi153 (mon.0) 357 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-13T21:11:13.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.33 MB/sec execute 226 sec latency 221347.409 ms 2024-02-13T21:11:13.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:11:11.740993+0000 mgr.smithi153.unkvxi (mgr.14740) 151 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:11:13.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:11.766463+0000 mgr.smithi153.unkvxi (mgr.14740) 152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-13T21:11:13.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:11:11.767090+0000 mgr.smithi153.unkvxi (mgr.14740) 153 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-13T21:11:13.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:12.648358+0000 mon.smithi153 (mon.0) 358 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-02-13T21:11:13.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:13.621304+0000 mon.smithi153 (mon.0) 359 : cluster [WRN] Health check update: Degraded data redundancy: 176/1338 objects degraded (13.154%), 29 pgs degraded (PG_DEGRADED) 2024-02-13T21:11:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:11:11.740993+0000 mgr.smithi153.unkvxi (mgr.14740) 151 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:11:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:11.766463+0000 mgr.smithi153.unkvxi (mgr.14740) 152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-13T21:11:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:11:11.767090+0000 mgr.smithi153.unkvxi (mgr.14740) 153 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-13T21:11:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:12.648358+0000 mon.smithi153 (mon.0) 358 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-02-13T21:11:14.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:13 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:13.621304+0000 mon.smithi153 (mon.0) 359 : cluster [WRN] Health check update: Degraded data redundancy: 176/1338 objects degraded (13.154%), 29 pgs degraded (PG_DEGRADED) 2024-02-13T21:11:14.432 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:11:14.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.33 MB/sec execute 227 sec latency 222347.478 ms 2024-02-13T21:11:14.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:13.123957+0000 mgr.smithi153.unkvxi (mgr.14740) 154 : cluster [DBG] pgmap v111: 129 pgs: 17 peering, 21 active+undersized+degraded, 12 active+undersized, 79 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 117/1338 objects degraded (8.744%) 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (10m) 3s ago 11m 20.0M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (2m) 3s ago 11m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (2m) 119s ago 11m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (10m) 3s ago 11m 34.2M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (6m) 3s ago 6m 27.6M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (6m) 119s ago 6m 10.8M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (3m) 3s ago 13m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (2m) 119s ago 10m 385M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (2m) 3s ago 13m 46.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (2m) 119s ago 10m 29.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:11:15.003 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (3m) 3s ago 3m 84.1M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (3m) 119s ago 3m 52.8M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (11m) 3s ago 11m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (10m) 119s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (106s) 3s ago 10m 115M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (74s) 3s ago 9m 101M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (42s) 3s ago 9m 89.8M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (10s) 3s ago 9m 11.6M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (8m) 119s ago 8m 375M 4096M 16.2.4 8d91d370c2b8 8b06bed18360 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (8m) 119s ago 8m 398M 4096M 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (8m) 119s ago 8m 331M 4096M 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (7m) 119s ago 7m 486M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:11:15.004 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (3m) 3s ago 11m 62.5M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:11:15.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:13.123957+0000 mgr.smithi153.unkvxi (mgr.14740) 154 : cluster [DBG] pgmap v111: 129 pgs: 17 peering, 21 active+undersized+degraded, 12 active+undersized, 79 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 117/1338 objects degraded (8.744%) 2024-02-13T21:11:15.341 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:11:15.341 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:11:15.341 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:11:15.341 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:11:15.341 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:11:15.341 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8, 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6 2024-02-13T21:11:15.342 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:11:15.343 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:11:15.627 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:11:15.627 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:11:15.627 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:11:15.627 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:11:15.627 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:11:15.627 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:11:15.627 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:11:15.628 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:11:15.628 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:11:15.628 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "10/23 daemons upgraded", 2024-02-13T21:11:15.628 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading osd daemons", 2024-02-13T21:11:15.628 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:11:15.628 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:11:15.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.33 MB/sec execute 228 sec latency 223347.557 ms 2024-02-13T21:11:15.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:14.420859+0000 mgr.smithi153.unkvxi (mgr.14740) 155 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:15.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:15.342436+0000 mon.smithi153 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.153:0/2621062258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:16.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:14.420859+0000 mgr.smithi153.unkvxi (mgr.14740) 155 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:16.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:15.342436+0000 mon.smithi153 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.153:0/2621062258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:16.903 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.33 MB/sec execute 229 sec latency 224347.644 ms 2024-02-13T21:11:16.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:14.711847+0000 mgr.smithi153.unkvxi (mgr.14740) 156 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:16.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:14.994985+0000 mgr.smithi153.unkvxi (mgr.14740) 157 : audit [DBG] from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:16.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:15.124409+0000 mgr.smithi153.unkvxi (mgr.14740) 158 : cluster [DBG] pgmap v112: 129 pgs: 17 peering, 17 active+undersized+degraded, 10 active+undersized, 85 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 88/1338 objects degraded (6.577%) 2024-02-13T21:11:16.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:15.628081+0000 mgr.smithi153.unkvxi (mgr.14740) 159 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:14.711847+0000 mgr.smithi153.unkvxi (mgr.14740) 156 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:14.994985+0000 mgr.smithi153.unkvxi (mgr.14740) 157 : audit [DBG] from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:15.124409+0000 mgr.smithi153.unkvxi (mgr.14740) 158 : cluster [DBG] pgmap v112: 129 pgs: 17 peering, 17 active+undersized+degraded, 10 active+undersized, 85 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 88/1338 objects degraded (6.577%) 2024-02-13T21:11:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:15.628081+0000 mgr.smithi153.unkvxi (mgr.14740) 159 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:17.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.33 MB/sec execute 230 sec latency 225347.711 ms 2024-02-13T21:11:18.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:17.124957+0000 mgr.smithi153.unkvxi (mgr.14740) 160 : cluster [DBG] pgmap v113: 129 pgs: 4 peering, 125 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 5 op/s 2024-02-13T21:11:18.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:17.658987+0000 mon.smithi153 (mon.0) 361 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 88/1338 objects degraded (6.577%), 17 pgs degraded) 2024-02-13T21:11:18.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:17.124957+0000 mgr.smithi153.unkvxi (mgr.14740) 160 : cluster [DBG] pgmap v113: 129 pgs: 4 peering, 125 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 5 op/s 2024-02-13T21:11:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:17.658987+0000 mon.smithi153 (mon.0) 361 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 88/1338 objects degraded (6.577%), 17 pgs degraded) 2024-02-13T21:11:18.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.33 MB/sec execute 231 sec latency 226347.757 ms 2024-02-13T21:11:19.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.33 MB/sec execute 232 sec latency 227347.805 ms 2024-02-13T21:11:20.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.32 MB/sec execute 233 sec latency 228347.853 ms 2024-02-13T21:11:20.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:19.125554+0000 mgr.smithi153.unkvxi (mgr.14740) 161 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-02-13T21:11:21.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:19.125554+0000 mgr.smithi153.unkvxi (mgr.14740) 161 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-02-13T21:11:21.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.32 MB/sec execute 234 sec latency 229347.913 ms 2024-02-13T21:11:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:21.126059+0000 mgr.smithi153.unkvxi (mgr.14740) 162 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-02-13T21:11:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:21.252971+0000 mon.smithi153 (mon.0) 362 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:22.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:21.126059+0000 mgr.smithi153.unkvxi (mgr.14740) 162 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-02-13T21:11:22.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:21.252971+0000 mon.smithi153 (mon.0) 362 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:22.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.32 MB/sec execute 235 sec latency 230347.998 ms 2024-02-13T21:11:23.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.32 MB/sec execute 236 sec latency 231348.117 ms 2024-02-13T21:11:24.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.32 MB/sec execute 237 sec latency 232348.167 ms 2024-02-13T21:11:24.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:23.126876+0000 mgr.smithi153.unkvxi (mgr.14740) 163 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.3 KiB/s rd, 3 op/s 2024-02-13T21:11:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:23.126876+0000 mgr.smithi153.unkvxi (mgr.14740) 163 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.3 KiB/s rd, 3 op/s 2024-02-13T21:11:25.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.32 MB/sec execute 238 sec latency 233348.272 ms 2024-02-13T21:11:26.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.32 MB/sec execute 239 sec latency 234348.361 ms 2024-02-13T21:11:26.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:25.127600+0000 mgr.smithi153.unkvxi (mgr.14740) 164 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.9 KiB/s rd, 2 op/s 2024-02-13T21:11:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:26.358929+0000 mon.smithi153 (mon.0) 363 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:27.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:25.127600+0000 mgr.smithi153.unkvxi (mgr.14740) 164 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.9 KiB/s rd, 2 op/s 2024-02-13T21:11:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:26.358929+0000 mon.smithi153 (mon.0) 363 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:27.885 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:26.781537+0000 mon.smithi153 (mon.0) 364 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-13T21:11:27.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.31 MB/sec execute 240 sec latency 235348.482 ms 2024-02-13T21:11:27.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:26.781537+0000 mon.smithi153 (mon.0) 364 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-13T21:11:28.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.31 MB/sec execute 241 sec latency 236348.609 ms 2024-02-13T21:11:28.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:26.781743+0000 mgr.smithi153.unkvxi (mgr.14740) 165 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-13T21:11:28.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:11:26.782869+0000 mgr.smithi153.unkvxi (mgr.14740) 166 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-13T21:11:28.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:27.128333+0000 mgr.smithi153.unkvxi (mgr.14740) 167 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-02-13T21:11:28.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:28.289819+0000 mon.smithi153 (mon.0) 365 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:28.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:28.290716+0000 mon.smithi153 (mon.0) 366 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-13T21:11:28.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:28.291367+0000 mon.smithi153 (mon.0) 367 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:11:28.962 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:26.781743+0000 mgr.smithi153.unkvxi (mgr.14740) 165 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-13T21:11:28.962 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:11:26.782869+0000 mgr.smithi153.unkvxi (mgr.14740) 166 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-13T21:11:28.962 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:27.128333+0000 mgr.smithi153.unkvxi (mgr.14740) 167 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-02-13T21:11:28.962 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:28.289819+0000 mon.smithi153 (mon.0) 365 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:28.962 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:28.290716+0000 mon.smithi153 (mon.0) 366 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-13T21:11:28.962 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:28.291367+0000 mon.smithi153 (mon.0) 367 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:11:29.886 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:11:28.284740+0000 mgr.smithi153.unkvxi (mgr.14740) 168 : cephadm [INF] Upgrade: Updating osd.4 2024-02-13T21:11:29.886 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:11:28.292687+0000 mgr.smithi153.unkvxi (mgr.14740) 169 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-02-13T21:11:29.904 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.31 MB/sec execute 242 sec latency 237348.657 ms 2024-02-13T21:11:29.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:11:28.284740+0000 mgr.smithi153.unkvxi (mgr.14740) 168 : cephadm [INF] Upgrade: Updating osd.4 2024-02-13T21:11:29.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:11:28.292687+0000 mgr.smithi153.unkvxi (mgr.14740) 169 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-02-13T21:11:30.811 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:29.128974+0000 mgr.smithi153.unkvxi (mgr.14740) 170 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:11:30.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.31 MB/sec execute 243 sec latency 238348.761 ms 2024-02-13T21:11:30.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:29.128974+0000 mgr.smithi153.unkvxi (mgr.14740) 170 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:11:31.079 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:30 smithi160 systemd[1]: Stopping Ceph osd.4 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:11:31.409 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.4[40406]: debug 2024-02-13T21:11:31.079+0000 7f9420ef5700 -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-13T21:11:31.410 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.4[40406]: debug 2024-02-13T21:11:31.079+0000 7f9420ef5700 -1 osd.4 93 *** Got signal Terminated *** 2024-02-13T21:11:31.410 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.4[40406]: debug 2024-02-13T21:11:31.079+0000 7f9420ef5700 -1 osd.4 93 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:11:31.753 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:31 smithi160 bash[59930]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.4 2024-02-13T21:11:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.313643+0000 mon.smithi153 (mon.0) 368 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-13T21:11:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.313696+0000 mon.smithi153 (mon.0) 369 : cluster [INF] osd.4 failed (root=default,host=smithi160) (connection refused reported by osd.6) 2024-02-13T21:11:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.345584+0000 mon.smithi153 (mon.0) 370 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-13T21:11:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.345722+0000 mon.smithi153 (mon.0) 371 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-13T21:11:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.345816+0000 mon.smithi153 (mon.0) 372 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-13T21:11:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.345908+0000 mon.smithi153 (mon.0) 373 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-13T21:11:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.345959+0000 mon.smithi153 (mon.0) 374 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-13T21:11:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.346081+0000 mon.smithi153 (mon.0) 375 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-13T21:11:31.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.346240+0000 mon.smithi153 (mon.0) 376 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-13T21:11:31.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.346333+0000 mon.smithi153 (mon.0) 377 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-13T21:11:31.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.346418+0000 mon.smithi153 (mon.0) 378 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-13T21:11:31.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.346501+0000 mon.smithi153 (mon.0) 379 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-13T21:11:31.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.346585+0000 mon.smithi153 (mon.0) 380 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-13T21:11:31.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.346671+0000 mon.smithi153 (mon.0) 381 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-13T21:11:31.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.346759+0000 mon.smithi153 (mon.0) 382 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-13T21:11:31.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.346848+0000 mon.smithi153 (mon.0) 383 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-13T21:11:31.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.514340+0000 mon.smithi153 (mon.0) 384 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-13T21:11:31.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.31 MB/sec execute 244 sec latency 239348.819 ms 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.313643+0000 mon.smithi153 (mon.0) 368 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.313696+0000 mon.smithi153 (mon.0) 369 : cluster [INF] osd.4 failed (root=default,host=smithi160) (connection refused reported by osd.6) 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.345584+0000 mon.smithi153 (mon.0) 370 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.345722+0000 mon.smithi153 (mon.0) 371 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.345816+0000 mon.smithi153 (mon.0) 372 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.345908+0000 mon.smithi153 (mon.0) 373 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.345959+0000 mon.smithi153 (mon.0) 374 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.346081+0000 mon.smithi153 (mon.0) 375 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.346240+0000 mon.smithi153 (mon.0) 376 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.346333+0000 mon.smithi153 (mon.0) 377 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-13T21:11:31.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.346418+0000 mon.smithi153 (mon.0) 378 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-13T21:11:31.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.346501+0000 mon.smithi153 (mon.0) 379 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-13T21:11:31.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.346585+0000 mon.smithi153 (mon.0) 380 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-13T21:11:31.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.346671+0000 mon.smithi153 (mon.0) 381 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-13T21:11:31.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.346759+0000 mon.smithi153 (mon.0) 382 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-13T21:11:31.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.346848+0000 mon.smithi153 (mon.0) 383 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-13T21:11:31.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.514340+0000 mon.smithi153 (mon.0) 384 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-13T21:11:32.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.31 MB/sec execute 245 sec latency 240348.951 ms 2024-02-13T21:11:32.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.129608+0000 mgr.smithi153.unkvxi (mgr.14740) 171 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:11:32.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.647541+0000 mon.smithi153 (mon.0) 385 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:11:32.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:31.659839+0000 mon.smithi153 (mon.0) 386 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-13T21:11:33.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.129608+0000 mgr.smithi153.unkvxi (mgr.14740) 171 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:11:33.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.647541+0000 mon.smithi153 (mon.0) 385 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:11:33.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:31.659839+0000 mon.smithi153 (mon.0) 386 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-13T21:11:33.663 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:33 smithi160 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.4.service: Succeeded. 2024-02-13T21:11:33.663 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:33 smithi160 systemd[1]: Stopped Ceph osd.4 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:11:33.663 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:33 smithi160 systemd[1]: Starting Ceph osd.4 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:11:33.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.31 MB/sec execute 246 sec latency 241349.072 ms 2024-02-13T21:11:33.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:32.660900+0000 mon.smithi153 (mon.0) 387 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-13T21:11:34.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:32.660900+0000 mon.smithi153 (mon.0) 387 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-13T21:11:34.664 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:34 smithi160 bash[60222]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-13T21:11:34.664 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:34 smithi160 bash[60222]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-13T21:11:34.664 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:34 smithi160 bash[60222]: 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-13T21:11:34.664 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:34 smithi160 bash[60222]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-13T21:11:34.664 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:34 smithi160 bash[60222]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-13T21:11:34.665 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:34 smithi160 bash[60222]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-13T21:11:34.665 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:34 smithi160 bash[60222]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-13T21:11:34.665 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:34 smithi160 bash[60222]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-13T21:11:34.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.31 MB/sec execute 247 sec latency 242349.125 ms 2024-02-13T21:11:34.944 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:33.130262+0000 mgr.smithi153.unkvxi (mgr.14740) 172 : cluster [DBG] pgmap v123: 129 pgs: 31 peering, 8 stale+active+clean, 90 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:11:34.944 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:33.658467+0000 mon.smithi153 (mon.0) 388 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-02-13T21:11:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:33.130262+0000 mgr.smithi153.unkvxi (mgr.14740) 172 : cluster [DBG] pgmap v123: 129 pgs: 31 peering, 8 stale+active+clean, 90 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:11:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:33.658467+0000 mon.smithi153 (mon.0) 388 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-02-13T21:11:35.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.30 MB/sec execute 248 sec latency 243349.245 ms 2024-02-13T21:11:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:35.130886+0000 mgr.smithi153.unkvxi (mgr.14740) 173 : cluster [DBG] pgmap v124: 129 pgs: 8 active+undersized+degraded, 31 peering, 6 stale+active+clean, 1 active+undersized, 83 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 48/1338 objects degraded (3.587%) 2024-02-13T21:11:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:35.665119+0000 mon.smithi153 (mon.0) 389 : cluster [WRN] Health check failed: Degraded data redundancy: 48/1338 objects degraded (3.587%), 8 pgs degraded (PG_DEGRADED) 2024-02-13T21:11:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:35.705950+0000 mon.smithi153 (mon.0) 390 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:35.706771+0000 mon.smithi153 (mon.0) 391 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:11:36.003 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:11:35.577+0000 7f60fe802700 1 -- 172.21.15.160:0/3054162737 <== mon.1 v2:172.21.15.160:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563ee131c680 con 0x563ee12e3000 2024-02-13T21:11:36.003 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:35 smithi160 bash[60467]: 495e346adfc5e7662b4de94015d5afc73218d4dda23d2dcc2de1ea959e6be862 2024-02-13T21:11:36.004 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:35 smithi160 systemd[1]: Started Ceph osd.4 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:11:36.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:35.130886+0000 mgr.smithi153.unkvxi (mgr.14740) 173 : cluster [DBG] pgmap v124: 129 pgs: 8 active+undersized+degraded, 31 peering, 6 stale+active+clean, 1 active+undersized, 83 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 48/1338 objects degraded (3.587%) 2024-02-13T21:11:36.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:35.665119+0000 mon.smithi153 (mon.0) 389 : cluster [WRN] Health check failed: Degraded data redundancy: 48/1338 objects degraded (3.587%), 8 pgs degraded (PG_DEGRADED) 2024-02-13T21:11:36.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:35.705950+0000 mon.smithi153 (mon.0) 390 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:36.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:35.706771+0000 mon.smithi153 (mon.0) 391 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:11:36.362 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:11:36.095+0000 7f6106290380 -1 Falling back to public interface 2024-02-13T21:11:36.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.30 MB/sec execute 249 sec latency 244349.360 ms 2024-02-13T21:11:37.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:36.252963+0000 mon.smithi153 (mon.0) 392 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:37.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:36.252963+0000 mon.smithi153 (mon.0) 392 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:37.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.30 MB/sec execute 250 sec latency 245349.476 ms 2024-02-13T21:11:38.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:37.131578+0000 mgr.smithi153.unkvxi (mgr.14740) 174 : cluster [DBG] pgmap v125: 129 pgs: 30 active+undersized+degraded, 3 peering, 23 active+undersized, 73 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 197/1338 objects degraded (14.723%) 2024-02-13T21:11:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:37.131578+0000 mgr.smithi153.unkvxi (mgr.14740) 174 : cluster [DBG] pgmap v125: 129 pgs: 30 active+undersized+degraded, 3 peering, 23 active+undersized, 73 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 197/1338 objects degraded (14.723%) 2024-02-13T21:11:38.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.30 MB/sec execute 251 sec latency 246349.605 ms 2024-02-13T21:11:39.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.30 MB/sec execute 252 sec latency 247349.653 ms 2024-02-13T21:11:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:39.132399+0000 mgr.smithi153.unkvxi (mgr.14740) 175 : cluster [DBG] pgmap v126: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 207/1338 objects degraded (15.471%) 2024-02-13T21:11:40.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.491530+0000 mon.smithi153 (mon.0) 393 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:39.632114+0000 mon.smithi153 (mon.0) 394 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-13T21:11:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.776294+0000 mon.smithi153 (mon.0) 395 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:11:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.777151+0000 mon.smithi153 (mon.0) 396 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:11:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.782090+0000 mon.smithi153 (mon.0) 397 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.788059+0000 mon.smithi153 (mon.0) 398 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.792071+0000 mon.smithi153 (mon.0) 399 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:11:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.794806+0000 mon.smithi153 (mon.0) 400 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.796355+0000 mon.smithi153 (mon.0) 401 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.797899+0000 mon.smithi153 (mon.0) 402 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:40.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.799644+0000 mon.smithi153 (mon.0) 403 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-13T21:11:40.905 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.30 MB/sec execute 253 sec latency 248349.742 ms 2024-02-13T21:11:40.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:39.132399+0000 mgr.smithi153.unkvxi (mgr.14740) 175 : cluster [DBG] pgmap v126: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 207/1338 objects degraded (15.471%) 2024-02-13T21:11:40.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.491530+0000 mon.smithi153 (mon.0) 393 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:40.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:39.632114+0000 mon.smithi153 (mon.0) 394 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-13T21:11:40.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.776294+0000 mon.smithi153 (mon.0) 395 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:11:40.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.777151+0000 mon.smithi153 (mon.0) 396 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:11:40.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.782090+0000 mon.smithi153 (mon.0) 397 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:40.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.788059+0000 mon.smithi153 (mon.0) 398 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:40.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.792071+0000 mon.smithi153 (mon.0) 399 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:11:40.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.794806+0000 mon.smithi153 (mon.0) 400 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:40.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.796355+0000 mon.smithi153 (mon.0) 401 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:40.943 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.797899+0000 mon.smithi153 (mon.0) 402 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:40.943 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.799644+0000 mon.smithi153 (mon.0) 403 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-13T21:11:41.253 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:11:40.874+0000 7f6106290380 -1 osd.4 93 log_to_monitors {default=true} 2024-02-13T21:11:41.753 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:11:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:11:41.519+0000 7f60f6f76700 -1 osd.4 93 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-13T21:11:41.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:11:39.777868+0000 mgr.smithi153.unkvxi (mgr.14740) 176 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:11:41.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:39.799812+0000 mgr.smithi153.unkvxi (mgr.14740) 177 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-13T21:11:41.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:11:39.800537+0000 mgr.smithi153.unkvxi (mgr.14740) 178 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-02-13T21:11:41.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:40.878083+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/748344409,v1:172.21.15.160:6801/748344409]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T21:11:41.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:40.878467+0000 mon.smithi153 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T21:11:41.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.30 MB/sec execute 254 sec latency 249349.814 ms 2024-02-13T21:11:41.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:11:39.777868+0000 mgr.smithi153.unkvxi (mgr.14740) 176 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:11:41.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:39.799812+0000 mgr.smithi153.unkvxi (mgr.14740) 177 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-13T21:11:41.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:11:39.800537+0000 mgr.smithi153.unkvxi (mgr.14740) 178 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-02-13T21:11:41.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:40.878083+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/748344409,v1:172.21.15.160:6801/748344409]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T21:11:41.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:40.878467+0000 mon.smithi153 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T21:11:42.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.30 MB/sec execute 255 sec latency 250349.881 ms 2024-02-13T21:11:42.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:41.133025+0000 mgr.smithi153.unkvxi (mgr.14740) 179 : cluster [DBG] pgmap v127: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 207/1338 objects degraded (15.471%) 2024-02-13T21:11:42.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:41.502534+0000 mon.smithi153 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-13T21:11:42.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:41.502599+0000 mon.smithi153 (mon.0) 406 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-13T21:11:42.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:41.503806+0000 mon.smithi160 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/748344409,v1:172.21.15.160:6801/748344409]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:11:42.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:41.504258+0000 mon.smithi153 (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:11:43.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:41.133025+0000 mgr.smithi153.unkvxi (mgr.14740) 179 : cluster [DBG] pgmap v127: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 310 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 207/1338 objects degraded (15.471%) 2024-02-13T21:11:43.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:41.502534+0000 mon.smithi153 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-13T21:11:43.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:41.502599+0000 mon.smithi153 (mon.0) 406 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-13T21:11:43.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:41.503806+0000 mon.smithi160 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/748344409,v1:172.21.15.160:6801/748344409]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:11:43.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:41.504258+0000 mon.smithi153 (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:11:43.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.30 MB/sec execute 256 sec latency 251349.965 ms 2024-02-13T21:11:43.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:42.498066+0000 mon.smithi153 (mon.0) 408 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:11:43.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:42.504069+0000 mon.smithi153 (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.160:6800/748344409,v1:172.21.15.160:6801/748344409] boot 2024-02-13T21:11:43.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:42.504101+0000 mon.smithi153 (mon.0) 410 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-13T21:11:43.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:42.504819+0000 mon.smithi153 (mon.0) 411 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:11:43.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:43.503579+0000 mon.smithi153 (mon.0) 412 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-02-13T21:11:44.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:42.498066+0000 mon.smithi153 (mon.0) 408 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:11:44.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:42.504069+0000 mon.smithi153 (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.160:6800/748344409,v1:172.21.15.160:6801/748344409] boot 2024-02-13T21:11:44.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:42.504101+0000 mon.smithi153 (mon.0) 410 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-13T21:11:44.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:42.504819+0000 mon.smithi153 (mon.0) 411 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T21:11:44.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:43.503579+0000 mon.smithi153 (mon.0) 412 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-02-13T21:11:44.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.29 MB/sec execute 257 sec latency 252350.031 ms 2024-02-13T21:11:44.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:43.133486+0000 mgr.smithi153.unkvxi (mgr.14740) 180 : cluster [DBG] pgmap v130: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 207/1338 objects degraded (15.471%) 2024-02-13T21:11:44.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:43.627736+0000 mon.smithi153 (mon.0) 413 : cluster [WRN] Health check update: Degraded data redundancy: 207/1338 objects degraded (15.471%), 32 pgs degraded (PG_DEGRADED) 2024-02-13T21:11:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:43.133486+0000 mgr.smithi153.unkvxi (mgr.14740) 180 : cluster [DBG] pgmap v130: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 207/1338 objects degraded (15.471%) 2024-02-13T21:11:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:43.627736+0000 mon.smithi153 (mon.0) 413 : cluster [WRN] Health check update: Degraded data redundancy: 207/1338 objects degraded (15.471%), 32 pgs degraded (PG_DEGRADED) 2024-02-13T21:11:45.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.29 MB/sec execute 258 sec latency 253350.063 ms 2024-02-13T21:11:45.935 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (10m) 34s ago 12m 20.0M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (2m) 34s ago 12m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (2m) 7s ago 11m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (10m) 34s ago 12m 34.2M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (6m) 34s ago 6m 27.6M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (6m) 7s ago 6m 11.3M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (3m) 34s ago 13m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (3m) 7s ago 11m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (3m) 34s ago 13m 46.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (2m) 7s ago 11m 47.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:11:46.510 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (4m) 34s ago 4m 84.1M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (3m) 7s ago 3m 83.7M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (11m) 34s ago 11m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (11m) 7s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (2m) 34s ago 10m 115M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (105s) 34s ago 10m 101M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (74s) 34s ago 10m 89.8M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (42s) 34s ago 9m 11.6M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (11s) 7s ago 9m 11.5M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (9m) 7s ago 9m 397M 4096M 16.2.4 8d91d370c2b8 c1d2d97f61bf 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (8m) 7s ago 8m 331M 4096M 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (8m) 7s ago 8m 484M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:11:46.511 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (3m) 34s ago 11m 62.5M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:11:46.848 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:11:46.848 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:11:46.848 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:11:46.848 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:11:46.848 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 9, 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:11:46.849 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:11:46.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.29 MB/sec execute 259 sec latency 254350.118 ms 2024-02-13T21:11:46.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:45.134063+0000 mgr.smithi153.unkvxi (mgr.14740) 181 : cluster [DBG] pgmap v132: 129 pgs: 26 active+undersized+degraded, 23 active+undersized, 80 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 167/1338 objects degraded (12.481%) 2024-02-13T21:11:46.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:46.374163+0000 mon.smithi153 (mon.0) 414 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:45.134063+0000 mgr.smithi153.unkvxi (mgr.14740) 181 : cluster [DBG] pgmap v132: 129 pgs: 26 active+undersized+degraded, 23 active+undersized, 80 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 167/1338 objects degraded (12.481%) 2024-02-13T21:11:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:46.374163+0000 mon.smithi153 (mon.0) 414 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:47.137 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:11:47.138 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:11:47.138 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:11:47.138 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:11:47.138 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:11:47.138 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:11:47.138 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:11:47.138 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:11:47.138 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:11:47.139 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "11/23 daemons upgraded", 2024-02-13T21:11:47.139 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading osd daemons", 2024-02-13T21:11:47.139 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:11:47.139 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:11:47.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.29 MB/sec execute 260 sec latency 255350.181 ms 2024-02-13T21:11:47.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:45.924524+0000 mgr.smithi153.unkvxi (mgr.14740) 182 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:47.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:46.218763+0000 mgr.smithi153.unkvxi (mgr.14740) 183 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:47.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:46.501968+0000 mgr.smithi153.unkvxi (mgr.14740) 184 : audit [DBG] from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:47.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:46.849450+0000 mon.smithi153 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.153:0/2343818499' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:48.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:45.924524+0000 mgr.smithi153.unkvxi (mgr.14740) 182 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:48.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:46.218763+0000 mgr.smithi153.unkvxi (mgr.14740) 183 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:48.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:46.501968+0000 mgr.smithi153.unkvxi (mgr.14740) 184 : audit [DBG] from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:48.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:46.849450+0000 mon.smithi153 (mon.0) 415 : audit [DBG] from='client.? 172.21.15.153:0/2343818499' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:11:48.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.29 MB/sec execute 261 sec latency 256350.231 ms 2024-02-13T21:11:48.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:47.134676+0000 mgr.smithi153.unkvxi (mgr.14740) 185 : cluster [DBG] pgmap v133: 129 pgs: 1 active+undersized+degraded, 128 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 1/1338 objects degraded (0.075%) 2024-02-13T21:11:48.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:47.138309+0000 mgr.smithi153.unkvxi (mgr.14740) 186 : audit [DBG] from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:49.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:47.134676+0000 mgr.smithi153.unkvxi (mgr.14740) 185 : cluster [DBG] pgmap v133: 129 pgs: 1 active+undersized+degraded, 128 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 1/1338 objects degraded (0.075%) 2024-02-13T21:11:49.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:47.138309+0000 mgr.smithi153.unkvxi (mgr.14740) 186 : audit [DBG] from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:11:49.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.29 MB/sec execute 262 sec latency 257350.328 ms 2024-02-13T21:11:49.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:48.628710+0000 mon.smithi153 (mon.0) 416 : cluster [WRN] Health check update: Degraded data redundancy: 1/1338 objects degraded (0.075%), 1 pg degraded (PG_DEGRADED) 2024-02-13T21:11:50.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:48.628710+0000 mon.smithi153 (mon.0) 416 : cluster [WRN] Health check update: Degraded data redundancy: 1/1338 objects degraded (0.075%), 1 pg degraded (PG_DEGRADED) 2024-02-13T21:11:50.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.29 MB/sec execute 263 sec latency 258350.411 ms 2024-02-13T21:11:50.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:49.135320+0000 mgr.smithi153.unkvxi (mgr.14740) 187 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 268 B/s rd, 0 op/s 2024-02-13T21:11:50.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:49.630670+0000 mon.smithi153 (mon.0) 417 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/1338 objects degraded (0.075%), 1 pg degraded) 2024-02-13T21:11:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:49.135320+0000 mgr.smithi153.unkvxi (mgr.14740) 187 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 268 B/s rd, 0 op/s 2024-02-13T21:11:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:49.630670+0000 mon.smithi153 (mon.0) 417 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/1338 objects degraded (0.075%), 1 pg degraded) 2024-02-13T21:11:51.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.29 MB/sec execute 264 sec latency 259350.530 ms 2024-02-13T21:11:52.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:51.136072+0000 mgr.smithi153.unkvxi (mgr.14740) 188 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2024-02-13T21:11:52.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:51.253413+0000 mon.smithi153 (mon.0) 418 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:52.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:51.136072+0000 mgr.smithi153.unkvxi (mgr.14740) 188 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2024-02-13T21:11:52.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:51.253413+0000 mon.smithi153 (mon.0) 418 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:52.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.29 MB/sec execute 265 sec latency 260350.624 ms 2024-02-13T21:11:53.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.28 MB/sec execute 266 sec latency 261350.670 ms 2024-02-13T21:11:54.906 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.28 MB/sec execute 267 sec latency 262350.724 ms 2024-02-13T21:11:54.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:53.136798+0000 mgr.smithi153.unkvxi (mgr.14740) 189 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:11:55.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:53.136798+0000 mgr.smithi153.unkvxi (mgr.14740) 189 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:11:55.907 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.28 MB/sec execute 268 sec latency 263350.807 ms 2024-02-13T21:11:55.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:54.812864+0000 mon.smithi153 (mon.0) 419 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-13T21:11:56.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:54.812864+0000 mon.smithi153 (mon.0) 419 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-13T21:11:56.907 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.28 MB/sec execute 269 sec latency 264350.933 ms 2024-02-13T21:11:56.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:54.813041+0000 mgr.smithi153.unkvxi (mgr.14740) 190 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-13T21:11:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:11:54.814195+0000 mgr.smithi153.unkvxi (mgr.14740) 191 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-13T21:11:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:55.137466+0000 mgr.smithi153.unkvxi (mgr.14740) 192 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-13T21:11:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:56.308456+0000 mon.smithi153 (mon.0) 420 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:56.309280+0000 mon.smithi153 (mon.0) 421 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-13T21:11:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:56.309918+0000 mon.smithi153 (mon.0) 422 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:11:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:11:56.385143+0000 mon.smithi153 (mon.0) 423 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:56.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:54.813041+0000 mgr.smithi153.unkvxi (mgr.14740) 190 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-13T21:11:56.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:11:54.814195+0000 mgr.smithi153.unkvxi (mgr.14740) 191 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-13T21:11:56.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:55.137466+0000 mgr.smithi153.unkvxi (mgr.14740) 192 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-13T21:11:56.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:56.308456+0000 mon.smithi153 (mon.0) 420 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:56.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:56.309280+0000 mon.smithi153 (mon.0) 421 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-13T21:11:56.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:56.309918+0000 mon.smithi153 (mon.0) 422 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:11:56.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:11:56.385143+0000 mon.smithi153 (mon.0) 423 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:11:57.907 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.28 MB/sec execute 270 sec latency 265351.013 ms 2024-02-13T21:11:57.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:11:56.303695+0000 mgr.smithi153.unkvxi (mgr.14740) 193 : cephadm [INF] Upgrade: Updating osd.5 2024-02-13T21:11:57.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:11:56.311236+0000 mgr.smithi153.unkvxi (mgr.14740) 194 : cephadm [INF] Deploying daemon osd.5 on smithi160 2024-02-13T21:11:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:11:56.303695+0000 mgr.smithi153.unkvxi (mgr.14740) 193 : cephadm [INF] Upgrade: Updating osd.5 2024-02-13T21:11:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:11:56.311236+0000 mgr.smithi153.unkvxi (mgr.14740) 194 : cephadm [INF] Deploying daemon osd.5 on smithi160 2024-02-13T21:11:58.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:57.138121+0000 mgr.smithi153.unkvxi (mgr.14740) 195 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:11:58.907 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.28 MB/sec execute 271 sec latency 266351.118 ms 2024-02-13T21:11:58.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:57.138121+0000 mgr.smithi153.unkvxi (mgr.14740) 195 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:11:59.003 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:11:58 smithi160 systemd[1]: Stopping Ceph osd.5 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:11:59.393 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.5[43288]: debug 2024-02-13T21:11:59.015+0000 7ff32281d700 -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-13T21:11:59.393 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.5[43288]: debug 2024-02-13T21:11:59.015+0000 7ff32281d700 -1 osd.5 98 *** Got signal Terminated *** 2024-02-13T21:11:59.393 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.5[43288]: debug 2024-02-13T21:11:59.015+0000 7ff32281d700 -1 osd.5 98 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:11:59.651 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:11:59 smithi160 bash[61869]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.5 2024-02-13T21:11:59.907 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.28 MB/sec execute 272 sec latency 267351.208 ms 2024-02-13T21:11:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.303388+0000 mon.smithi153 (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-13T21:11:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.303437+0000 mon.smithi153 (mon.0) 425 : cluster [INF] osd.5 failed (root=default,host=smithi160) (connection refused reported by osd.7) 2024-02-13T21:11:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.303677+0000 mon.smithi153 (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-13T21:11:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.303782+0000 mon.smithi153 (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-13T21:11:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.303874+0000 mon.smithi153 (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-13T21:11:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.303967+0000 mon.smithi153 (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-13T21:11:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.304057+0000 mon.smithi153 (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.304109+0000 mon.smithi153 (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.304214+0000 mon.smithi153 (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.304401+0000 mon.smithi153 (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.304492+0000 mon.smithi153 (mon.0) 434 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.304576+0000 mon.smithi153 (mon.0) 435 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.304674+0000 mon.smithi153 (mon.0) 436 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.304774+0000 mon.smithi153 (mon.0) 437 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.304898+0000 mon.smithi153 (mon.0) 438 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.305233+0000 mon.smithi153 (mon.0) 439 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.320884+0000 mon.smithi153 (mon.0) 440 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.337715+0000 mon.smithi153 (mon.0) 441 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.351115+0000 mon.smithi153 (mon.0) 442 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.506373+0000 mon.smithi153 (mon.0) 443 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.521571+0000 mon.smithi153 (mon.0) 444 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-13T21:11:59.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.538235+0000 mon.smithi153 (mon.0) 445 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-13T21:11:59.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.551472+0000 mon.smithi153 (mon.0) 446 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-13T21:11:59.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:11:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.610632+0000 mon.smithi153 (mon.0) 447 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-13T21:11:59.969 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:11:59 smithi160 bash[61923]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.5 2024-02-13T21:11:59.969 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.303388+0000 mon.smithi153 (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-13T21:11:59.969 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.303437+0000 mon.smithi153 (mon.0) 425 : cluster [INF] osd.5 failed (root=default,host=smithi160) (connection refused reported by osd.7) 2024-02-13T21:11:59.969 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.303677+0000 mon.smithi153 (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-13T21:11:59.969 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.303782+0000 mon.smithi153 (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-13T21:11:59.969 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.303874+0000 mon.smithi153 (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-13T21:11:59.969 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.303967+0000 mon.smithi153 (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-13T21:11:59.969 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.304057+0000 mon.smithi153 (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-13T21:11:59.969 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.304109+0000 mon.smithi153 (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.304214+0000 mon.smithi153 (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.304401+0000 mon.smithi153 (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.304492+0000 mon.smithi153 (mon.0) 434 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.304576+0000 mon.smithi153 (mon.0) 435 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.304674+0000 mon.smithi153 (mon.0) 436 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.304774+0000 mon.smithi153 (mon.0) 437 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.304898+0000 mon.smithi153 (mon.0) 438 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.305233+0000 mon.smithi153 (mon.0) 439 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.320884+0000 mon.smithi153 (mon.0) 440 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.337715+0000 mon.smithi153 (mon.0) 441 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.351115+0000 mon.smithi153 (mon.0) 442 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.506373+0000 mon.smithi153 (mon.0) 443 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.521571+0000 mon.smithi153 (mon.0) 444 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.538235+0000 mon.smithi153 (mon.0) 445 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-13T21:11:59.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.551472+0000 mon.smithi153 (mon.0) 446 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-13T21:11:59.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:11:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.610632+0000 mon.smithi153 (mon.0) 447 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-13T21:12:00.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.138638+0000 mgr.smithi153.unkvxi (mgr.14740) 196 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:12:00.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.649410+0000 mon.smithi153 (mon.0) 448 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:12:00.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:11:59.658452+0000 mon.smithi153 (mon.0) 449 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-13T21:12:00.907 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.28 MB/sec execute 273 sec latency 268351.328 ms 2024-02-13T21:12:00.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.138638+0000 mgr.smithi153.unkvxi (mgr.14740) 196 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:12:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.649410+0000 mon.smithi153 (mon.0) 448 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:12:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:11:59.658452+0000 mon.smithi153 (mon.0) 449 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-13T21:12:01.503 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:01 smithi160 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.5.service: Succeeded. 2024-02-13T21:12:01.503 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:01 smithi160 systemd[1]: Stopped Ceph osd.5 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:12:01.907 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.28 MB/sec execute 274 sec latency 269351.429 ms 2024-02-13T21:12:01.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:00.660288+0000 mon.smithi153 (mon.0) 450 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-13T21:12:01.928 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:01 smithi160 systemd[1]: Starting Ceph osd.5 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:12:01.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:00.660288+0000 mon.smithi153 (mon.0) 450 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-13T21:12:02.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:01.139105+0000 mgr.smithi153.unkvxi (mgr.14740) 197 : cluster [DBG] pgmap v142: 129 pgs: 6 peering, 13 stale+active+clean, 110 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:12:02.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:01.658327+0000 mon.smithi153 (mon.0) 451 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-13T21:12:02.753 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:02 smithi160 bash[62184]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-13T21:12:02.753 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:02 smithi160 bash[62184]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-13T21:12:02.753 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:02 smithi160 bash[62184]: 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-13T21:12:02.754 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:02 smithi160 bash[62184]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-13T21:12:02.754 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:02 smithi160 bash[62184]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-02-13T21:12:02.754 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:02 smithi160 bash[62184]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-13T21:12:02.754 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:02 smithi160 bash[62184]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-13T21:12:02.754 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:02 smithi160 bash[62184]: --> ceph-volume lvm activate successful for osd ID: 5 2024-02-13T21:12:02.907 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 275 sec latency 270351.538 ms 2024-02-13T21:12:02.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:01.139105+0000 mgr.smithi153.unkvxi (mgr.14740) 197 : cluster [DBG] pgmap v142: 129 pgs: 6 peering, 13 stale+active+clean, 110 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:12:02.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:01.658327+0000 mon.smithi153 (mon.0) 451 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-13T21:12:03.907 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 276 sec latency 271351.583 ms 2024-02-13T21:12:04.003 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:12:03.552+0000 7fcf55fbc700 1 -- 172.21.15.160:0/1222658882 <== mon.1 v2:172.21.15.160:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ad3629c680 con 0x55ad36263400 2024-02-13T21:12:04.003 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:03 smithi160 bash[62450]: d1730bd0405e018d99e5b7796c6fe0a31459f83614c7525a7719d5d8bb586812 2024-02-13T21:12:04.003 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:03 smithi160 systemd[1]: Started Ceph osd.5 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:12:04.319 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:12:04.067+0000 7fcf5da4a380 -1 Falling back to public interface 2024-02-13T21:12:04.907 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 277 sec latency 272351.665 ms 2024-02-13T21:12:04.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:03.139880+0000 mgr.smithi153.unkvxi (mgr.14740) 198 : cluster [DBG] pgmap v143: 129 pgs: 17 active+undersized+degraded, 6 peering, 1 stale+active+clean, 17 active+undersized, 88 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 92/1338 objects degraded (6.876%) 2024-02-13T21:12:04.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:03.665021+0000 mon.smithi153 (mon.0) 452 : cluster [WRN] Health check failed: Degraded data redundancy: 92/1338 objects degraded (6.876%), 17 pgs degraded (PG_DEGRADED) 2024-02-13T21:12:04.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:03.681462+0000 mon.smithi153 (mon.0) 453 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:04.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:03.682314+0000 mon.smithi153 (mon.0) 454 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:12:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:03.139880+0000 mgr.smithi153.unkvxi (mgr.14740) 198 : cluster [DBG] pgmap v143: 129 pgs: 17 active+undersized+degraded, 6 peering, 1 stale+active+clean, 17 active+undersized, 88 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 92/1338 objects degraded (6.876%) 2024-02-13T21:12:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:03.665021+0000 mon.smithi153 (mon.0) 452 : cluster [WRN] Health check failed: Degraded data redundancy: 92/1338 objects degraded (6.876%), 17 pgs degraded (PG_DEGRADED) 2024-02-13T21:12:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:03.681462+0000 mon.smithi153 (mon.0) 453 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:03.682314+0000 mon.smithi153 (mon.0) 454 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:12:05.908 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 278 sec latency 273351.728 ms 2024-02-13T21:12:06.908 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 279 sec latency 274351.771 ms 2024-02-13T21:12:06.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:05.140578+0000 mgr.smithi153.unkvxi (mgr.14740) 199 : cluster [DBG] pgmap v144: 129 pgs: 19 active+undersized+degraded, 6 peering, 20 active+undersized, 84 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 111/1338 objects degraded (8.296%) 2024-02-13T21:12:06.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:06.253809+0000 mon.smithi153 (mon.0) 455 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:06.953 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:05.140578+0000 mgr.smithi153.unkvxi (mgr.14740) 199 : cluster [DBG] pgmap v144: 129 pgs: 19 active+undersized+degraded, 6 peering, 20 active+undersized, 84 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 111/1338 objects degraded (8.296%) 2024-02-13T21:12:06.953 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:06.253809+0000 mon.smithi153 (mon.0) 455 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:07.908 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 280 sec latency 275351.865 ms 2024-02-13T21:12:08.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:07.141304+0000 mgr.smithi153.unkvxi (mgr.14740) 200 : cluster [DBG] pgmap v145: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 153/1338 objects degraded (11.435%) 2024-02-13T21:12:08.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.365074+0000 mon.smithi153 (mon.0) 456 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.366091+0000 mon.smithi153 (mon.0) 457 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.366914+0000 mon.smithi153 (mon.0) 458 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:12:07.367572+0000 mgr.smithi153.unkvxi (mgr.14740) 201 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.371389+0000 mon.smithi153 (mon.0) 459 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.377295+0000 mon.smithi153 (mon.0) 460 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.380530+0000 mon.smithi153 (mon.0) 461 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.382946+0000 mon.smithi153 (mon.0) 462 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.384238+0000 mon.smithi153 (mon.0) 463 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.385498+0000 mon.smithi153 (mon.0) 464 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.386871+0000 mon.smithi153 (mon.0) 465 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:07.387036+0000 mgr.smithi153.unkvxi (mgr.14740) 202 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:12:07.387777+0000 mgr.smithi153.unkvxi (mgr.14740) 203 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-13T21:12:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:07.638317+0000 mon.smithi153 (mon.0) 466 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2024-02-13T21:12:08.753 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:12:08.471+0000 7fcf5da4a380 -1 osd.5 98 log_to_monitors {default=true} 2024-02-13T21:12:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:07.141304+0000 mgr.smithi153.unkvxi (mgr.14740) 200 : cluster [DBG] pgmap v145: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 153/1338 objects degraded (11.435%) 2024-02-13T21:12:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.365074+0000 mon.smithi153 (mon.0) 456 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.366091+0000 mon.smithi153 (mon.0) 457 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:12:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.366914+0000 mon.smithi153 (mon.0) 458 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:12:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:12:07.367572+0000 mgr.smithi153.unkvxi (mgr.14740) 201 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:12:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.371389+0000 mon.smithi153 (mon.0) 459 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:08.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.377295+0000 mon.smithi153 (mon.0) 460 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:08.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.380530+0000 mon.smithi153 (mon.0) 461 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:12:08.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.382946+0000 mon.smithi153 (mon.0) 462 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:08.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.384238+0000 mon.smithi153 (mon.0) 463 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:08.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.385498+0000 mon.smithi153 (mon.0) 464 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:08.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.386871+0000 mon.smithi153 (mon.0) 465 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-13T21:12:08.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:07.387036+0000 mgr.smithi153.unkvxi (mgr.14740) 202 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-13T21:12:08.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:12:07.387777+0000 mgr.smithi153.unkvxi (mgr.14740) 203 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-13T21:12:08.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:07.638317+0000 mon.smithi153 (mon.0) 466 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2024-02-13T21:12:08.908 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 281 sec latency 276351.961 ms 2024-02-13T21:12:09.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:08.475172+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/1554324687,v1:172.21.15.160:6809/1554324687]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T21:12:09.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:08.475557+0000 mon.smithi153 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T21:12:09.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:08.475172+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/1554324687,v1:172.21.15.160:6809/1554324687]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T21:12:09.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:08.475557+0000 mon.smithi153 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T21:12:09.753 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:12:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:12:09.388+0000 7fcf4e730700 -1 osd.5 98 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-13T21:12:09.908 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 282 sec latency 277352.075 ms 2024-02-13T21:12:10.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:09.141830+0000 mgr.smithi153.unkvxi (mgr.14740) 204 : cluster [DBG] pgmap v146: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 153/1338 objects degraded (11.435%) 2024-02-13T21:12:10.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:09.372600+0000 mon.smithi153 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-13T21:12:10.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:09.372689+0000 mon.smithi153 (mon.0) 469 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-13T21:12:10.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:09.373957+0000 mon.smithi160 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/1554324687,v1:172.21.15.160:6809/1554324687]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:12:10.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:09.374327+0000 mon.smithi153 (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=smithi160", "root=default"]}]: dispatch 2024-02-13T21:12:10.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:09.141830+0000 mgr.smithi153.unkvxi (mgr.14740) 204 : cluster [DBG] pgmap v146: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 310 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 153/1338 objects degraded (11.435%) 2024-02-13T21:12:10.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:09.372600+0000 mon.smithi153 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-13T21:12:10.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:09.372689+0000 mon.smithi153 (mon.0) 469 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-13T21:12:10.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:09.373957+0000 mon.smithi160 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/1554324687,v1:172.21.15.160:6809/1554324687]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:12:10.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:09.374327+0000 mon.smithi153 (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=smithi160", "root=default"]}]: dispatch 2024-02-13T21:12:10.908 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 283 sec latency 278352.151 ms 2024-02-13T21:12:11.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:10.369901+0000 mon.smithi153 (mon.0) 471 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:12:11.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:10.374961+0000 mon.smithi153 (mon.0) 472 : cluster [INF] osd.5 [v2:172.21.15.160:6808/1554324687,v1:172.21.15.160:6809/1554324687] boot 2024-02-13T21:12:11.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:10.375005+0000 mon.smithi153 (mon.0) 473 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-13T21:12:11.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:10.376494+0000 mon.smithi153 (mon.0) 474 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:12:11.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:11.375752+0000 mon.smithi153 (mon.0) 475 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-02-13T21:12:11.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:10.369901+0000 mon.smithi153 (mon.0) 471 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:12:11.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:10.374961+0000 mon.smithi153 (mon.0) 472 : cluster [INF] osd.5 [v2:172.21.15.160:6808/1554324687,v1:172.21.15.160:6809/1554324687] boot 2024-02-13T21:12:11.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:10.375005+0000 mon.smithi153 (mon.0) 473 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-13T21:12:11.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:10.376494+0000 mon.smithi153 (mon.0) 474 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T21:12:11.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:11.375752+0000 mon.smithi153 (mon.0) 475 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-02-13T21:12:11.908 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 284 sec latency 279352.266 ms 2024-02-13T21:12:12.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:11.142395+0000 mgr.smithi153.unkvxi (mgr.14740) 205 : cluster [DBG] pgmap v149: 129 pgs: 2 peering, 22 active+undersized+degraded, 21 active+undersized, 84 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 139/1338 objects degraded (10.389%) 2024-02-13T21:12:12.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:11.382934+0000 mon.smithi153 (mon.0) 476 : cluster [WRN] Health check update: Degraded data redundancy: 139/1338 objects degraded (10.389%), 22 pgs degraded (PG_DEGRADED) 2024-02-13T21:12:12.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:11.400383+0000 mon.smithi153 (mon.0) 477 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:12.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:11.142395+0000 mgr.smithi153.unkvxi (mgr.14740) 205 : cluster [DBG] pgmap v149: 129 pgs: 2 peering, 22 active+undersized+degraded, 21 active+undersized, 84 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 139/1338 objects degraded (10.389%) 2024-02-13T21:12:12.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:11.382934+0000 mon.smithi153 (mon.0) 476 : cluster [WRN] Health check update: Degraded data redundancy: 139/1338 objects degraded (10.389%), 22 pgs degraded (PG_DEGRADED) 2024-02-13T21:12:12.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:11.400383+0000 mon.smithi153 (mon.0) 477 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:12.908 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.27 MB/sec execute 285 sec latency 280352.376 ms 2024-02-13T21:12:13.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 286 sec latency 281352.494 ms 2024-02-13T21:12:14.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 287 sec latency 282352.613 ms 2024-02-13T21:12:14.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:13.143323+0000 mgr.smithi153.unkvxi (mgr.14740) 206 : cluster [DBG] pgmap v151: 129 pgs: 2 peering, 12 active+undersized+degraded, 9 active+undersized, 106 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 84/1338 objects degraded (6.278%) 2024-02-13T21:12:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:13.143323+0000 mgr.smithi153.unkvxi (mgr.14740) 206 : cluster [DBG] pgmap v151: 129 pgs: 2 peering, 12 active+undersized+degraded, 9 active+undersized, 106 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 84/1338 objects degraded (6.278%) 2024-02-13T21:12:15.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 288 sec latency 283352.667 ms 2024-02-13T21:12:16.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:15.640181+0000 mon.smithi153 (mon.0) 478 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/1338 objects degraded (6.278%), 12 pgs degraded) 2024-02-13T21:12:16.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:15.640181+0000 mon.smithi153 (mon.0) 478 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/1338 objects degraded (6.278%), 12 pgs degraded) 2024-02-13T21:12:16.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 289 sec latency 284352.714 ms 2024-02-13T21:12:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:15.143813+0000 mgr.smithi153.unkvxi (mgr.14740) 207 : cluster [DBG] pgmap v152: 129 pgs: 2 peering, 127 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:12:17.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:15.143813+0000 mgr.smithi153.unkvxi (mgr.14740) 207 : cluster [DBG] pgmap v152: 129 pgs: 2 peering, 127 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:12:17.448 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:12:17.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 290 sec latency 285352.751 ms 2024-02-13T21:12:18.020 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:12:18.020 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (11m) 66s ago 12m 20.0M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:12:18.020 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (3m) 66s ago 12m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:12:18.020 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (3m) 10s ago 12m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:12:18.020 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (11m) 66s ago 12m 34.2M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:12:18.020 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (7m) 66s ago 7m 27.6M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:12:18.020 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (7m) 10s ago 7m 11.4M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:12:18.020 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (4m) 66s ago 14m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (3m) 10s ago 12m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (3m) 66s ago 14m 46.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (3m) 10s ago 11m 50.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (4m) 66s ago 4m 84.1M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (4m) 10s ago 4m 83.7M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (12m) 66s ago 12m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (11m) 10s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (2m) 66s ago 11m 115M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (2m) 66s ago 10m 101M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (105s) 66s ago 10m 89.8M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (73s) 66s ago 10m 11.6M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (42s) 10s ago 9m 120M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (14s) 10s ago 9m 10.6M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc d1730bd0405e 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (9m) 10s ago 9m 330M 4096M 16.2.4 8d91d370c2b8 fa046e650c8f 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (8m) 10s ago 8m 484M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:12:18.021 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (4m) 66s ago 12m 62.5M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:12:18.360 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:12:18.360 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:12:18.360 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:12:18.360 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:12:18.360 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:12:18.360 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:12:18.360 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:12:18.360 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:12:18.360 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-13T21:12:18.361 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:12:18.361 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:12:18.361 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:12:18.361 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:12:18.361 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:12:18.361 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:12:18.361 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 10, 2024-02-13T21:12:18.361 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4 2024-02-13T21:12:18.361 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:12:18.361 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "12/23 daemons upgraded", 2024-02-13T21:12:18.646 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading osd daemons", 2024-02-13T21:12:18.647 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:12:18.647 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:12:18.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 291 sec latency 286352.789 ms 2024-02-13T21:12:18.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:17.144630+0000 mgr.smithi153.unkvxi (mgr.14740) 208 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 263 B/s rd, 0 op/s 2024-02-13T21:12:18.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:17.437236+0000 mgr.smithi153.unkvxi (mgr.14740) 209 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:18.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:18.360982+0000 mon.smithi153 (mon.0) 479 : audit [DBG] from='client.? 172.21.15.153:0/2465186366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:19.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:17.144630+0000 mgr.smithi153.unkvxi (mgr.14740) 208 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 263 B/s rd, 0 op/s 2024-02-13T21:12:19.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:17.437236+0000 mgr.smithi153.unkvxi (mgr.14740) 209 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:19.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:18.360982+0000 mon.smithi153 (mon.0) 479 : audit [DBG] from='client.? 172.21.15.153:0/2465186366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:19.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 292 sec latency 287352.839 ms 2024-02-13T21:12:20.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:17.729167+0000 mgr.smithi153.unkvxi (mgr.14740) 210 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:20.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:18.012453+0000 mgr.smithi153.unkvxi (mgr.14740) 211 : audit [DBG] from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:20.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:19 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:18.646826+0000 mgr.smithi153.unkvxi (mgr.14740) 212 : audit [DBG] from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:20.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:17.729167+0000 mgr.smithi153.unkvxi (mgr.14740) 210 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:18.012453+0000 mgr.smithi153.unkvxi (mgr.14740) 211 : audit [DBG] from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:20.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:19 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:18.646826+0000 mgr.smithi153.unkvxi (mgr.14740) 212 : audit [DBG] from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:20.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 293 sec latency 288352.882 ms 2024-02-13T21:12:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:19.145159+0000 mgr.smithi153.unkvxi (mgr.14740) 213 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 233 B/s rd, 0 op/s 2024-02-13T21:12:21.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:19.145159+0000 mgr.smithi153.unkvxi (mgr.14740) 213 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 233 B/s rd, 0 op/s 2024-02-13T21:12:21.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 294 sec latency 289352.986 ms 2024-02-13T21:12:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:21.145726+0000 mgr.smithi153.unkvxi (mgr.14740) 214 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:12:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:21.254328+0000 mon.smithi153 (mon.0) 480 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:22.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:21.413844+0000 mon.smithi153 (mon.0) 481 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:21.145726+0000 mgr.smithi153.unkvxi (mgr.14740) 214 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:12:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:21.254328+0000 mon.smithi153 (mon.0) 480 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:22.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:21.413844+0000 mon.smithi153 (mon.0) 481 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:22.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 295 sec latency 290353.099 ms 2024-02-13T21:12:23.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:22.403319+0000 mon.smithi153 (mon.0) 482 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-13T21:12:23.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:22.403510+0000 mgr.smithi153.unkvxi (mgr.14740) 215 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-13T21:12:23.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:12:22.404587+0000 mgr.smithi153.unkvxi (mgr.14740) 216 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-13T21:12:23.511 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:22.403319+0000 mon.smithi153 (mon.0) 482 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-13T21:12:23.511 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:22.403510+0000 mgr.smithi153.unkvxi (mgr.14740) 215 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-13T21:12:23.511 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:12:22.404587+0000 mgr.smithi153.unkvxi (mgr.14740) 216 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-13T21:12:23.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.26 MB/sec execute 296 sec latency 291353.200 ms 2024-02-13T21:12:24.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 297 sec latency 292353.297 ms 2024-02-13T21:12:24.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:23.146355+0000 mgr.smithi153.unkvxi (mgr.14740) 217 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-13T21:12:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:23.882083+0000 mon.smithi153 (mon.0) 483 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:23.882861+0000 mon.smithi153 (mon.0) 484 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-13T21:12:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:23.883467+0000 mon.smithi153 (mon.0) 485 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:12:24.941 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:23.146355+0000 mgr.smithi153.unkvxi (mgr.14740) 217 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-13T21:12:24.941 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:23.882083+0000 mon.smithi153 (mon.0) 483 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:24.941 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:23.882861+0000 mon.smithi153 (mon.0) 484 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-13T21:12:24.941 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:23.883467+0000 mon.smithi153 (mon.0) 485 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:12:25.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 298 sec latency 293353.413 ms 2024-02-13T21:12:25.933 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:12:23.877332+0000 mgr.smithi153.unkvxi (mgr.14740) 218 : cephadm [INF] Upgrade: Updating osd.6 2024-02-13T21:12:25.933 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:12:23.884683+0000 mgr.smithi153.unkvxi (mgr.14740) 219 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-02-13T21:12:25.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:12:23.877332+0000 mgr.smithi153.unkvxi (mgr.14740) 218 : cephadm [INF] Upgrade: Updating osd.6 2024-02-13T21:12:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:12:23.884683+0000 mgr.smithi153.unkvxi (mgr.14740) 219 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-02-13T21:12:26.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:25.146860+0000 mgr.smithi153.unkvxi (mgr.14740) 220 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:12:26.741 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:26 smithi160 systemd[1]: Stopping Ceph osd.6 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:12:26.909 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 299 sec latency 294353.532 ms 2024-02-13T21:12:26.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:25.146860+0000 mgr.smithi153.unkvxi (mgr.14740) 220 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:12:27.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6[46158]: debug 2024-02-13T21:12:26.740+0000 7fa87dfb9700 -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-13T21:12:27.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6[46158]: debug 2024-02-13T21:12:26.740+0000 7fa87dfb9700 -1 osd.6 103 *** Got signal Terminated *** 2024-02-13T21:12:27.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6[46158]: debug 2024-02-13T21:12:26.740+0000 7fa87dfb9700 -1 osd.6 103 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:12:27.490 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:27 smithi160 bash[63795]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6 2024-02-13T21:12:27.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.007418+0000 mon.smithi153 (mon.0) 486 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.007470+0000 mon.smithi153 (mon.0) 487 : cluster [INF] osd.6 failed (root=default,host=smithi160) (connection refused reported by osd.7) 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.007703+0000 mon.smithi153 (mon.0) 488 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.007861+0000 mon.smithi153 (mon.0) 489 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.008018+0000 mon.smithi153 (mon.0) 490 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.008174+0000 mon.smithi153 (mon.0) 491 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.008321+0000 mon.smithi153 (mon.0) 492 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.008526+0000 mon.smithi153 (mon.0) 493 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.008675+0000 mon.smithi153 (mon.0) 494 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.008816+0000 mon.smithi153 (mon.0) 495 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.008951+0000 mon.smithi153 (mon.0) 496 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.009091+0000 mon.smithi153 (mon.0) 497 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.009291+0000 mon.smithi153 (mon.0) 498 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.009475+0000 mon.smithi153 (mon.0) 499 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-13T21:12:27.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.009663+0000 mon.smithi153 (mon.0) 500 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.388163+0000 mon.smithi153 (mon.0) 501 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.408371+0000 mon.smithi153 (mon.0) 502 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.408464+0000 mon.smithi153 (mon.0) 503 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.408668+0000 mon.smithi153 (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.408761+0000 mon.smithi153 (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.408864+0000 mon.smithi153 (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.408954+0000 mon.smithi153 (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.409050+0000 mon.smithi153 (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.409199+0000 mon.smithi153 (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.409302+0000 mon.smithi153 (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.409389+0000 mon.smithi153 (mon.0) 511 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.409475+0000 mon.smithi153 (mon.0) 512 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.409554+0000 mon.smithi153 (mon.0) 513 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.409674+0000 mon.smithi153 (mon.0) 514 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-13T21:12:27.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.409787+0000 mon.smithi153 (mon.0) 515 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-13T21:12:27.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.447727+0000 mon.smithi153 (mon.0) 516 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-13T21:12:27.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.491860+0000 mon.smithi153 (mon.0) 517 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-13T21:12:27.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.526189+0000 mon.smithi153 (mon.0) 518 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-13T21:12:27.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.546727+0000 mon.smithi153 (mon.0) 519 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-13T21:12:27.753 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:27 smithi160 bash[63847]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6 2024-02-13T21:12:27.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.007418+0000 mon.smithi153 (mon.0) 486 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-13T21:12:27.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.007470+0000 mon.smithi153 (mon.0) 487 : cluster [INF] osd.6 failed (root=default,host=smithi160) (connection refused reported by osd.7) 2024-02-13T21:12:27.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.007703+0000 mon.smithi153 (mon.0) 488 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-13T21:12:27.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.007861+0000 mon.smithi153 (mon.0) 489 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-13T21:12:27.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.008018+0000 mon.smithi153 (mon.0) 490 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-13T21:12:27.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.008174+0000 mon.smithi153 (mon.0) 491 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.008321+0000 mon.smithi153 (mon.0) 492 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.008526+0000 mon.smithi153 (mon.0) 493 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.008675+0000 mon.smithi153 (mon.0) 494 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.008816+0000 mon.smithi153 (mon.0) 495 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.008951+0000 mon.smithi153 (mon.0) 496 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.009091+0000 mon.smithi153 (mon.0) 497 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.009291+0000 mon.smithi153 (mon.0) 498 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.009475+0000 mon.smithi153 (mon.0) 499 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.009663+0000 mon.smithi153 (mon.0) 500 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.388163+0000 mon.smithi153 (mon.0) 501 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.408371+0000 mon.smithi153 (mon.0) 502 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.408464+0000 mon.smithi153 (mon.0) 503 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.408668+0000 mon.smithi153 (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.408761+0000 mon.smithi153 (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-13T21:12:27.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.408864+0000 mon.smithi153 (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.408954+0000 mon.smithi153 (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.409050+0000 mon.smithi153 (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.409199+0000 mon.smithi153 (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.409302+0000 mon.smithi153 (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.409389+0000 mon.smithi153 (mon.0) 511 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.409475+0000 mon.smithi153 (mon.0) 512 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.409554+0000 mon.smithi153 (mon.0) 513 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.409674+0000 mon.smithi153 (mon.0) 514 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.409787+0000 mon.smithi153 (mon.0) 515 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.447727+0000 mon.smithi153 (mon.0) 516 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.491860+0000 mon.smithi153 (mon.0) 517 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.526189+0000 mon.smithi153 (mon.0) 518 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-13T21:12:27.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.546727+0000 mon.smithi153 (mon.0) 519 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-13T21:12:27.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 300 sec latency 295353.654 ms 2024-02-13T21:12:28.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 301 sec latency 296353.705 ms 2024-02-13T21:12:28.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.147483+0000 mgr.smithi153.unkvxi (mgr.14740) 221 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:12:28.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.647483+0000 mon.smithi153 (mon.0) 520 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:12:28.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:27.661323+0000 mon.smithi153 (mon.0) 521 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-13T21:12:28.999 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.147483+0000 mgr.smithi153.unkvxi (mgr.14740) 221 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:12:28.999 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.647483+0000 mon.smithi153 (mon.0) 520 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:12:28.999 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:27.661323+0000 mon.smithi153 (mon.0) 521 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-13T21:12:29.665 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:29 smithi160 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.6.service: Succeeded. 2024-02-13T21:12:29.665 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:29 smithi160 systemd[1]: Stopped Ceph osd.6 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:12:29.665 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:29 smithi160 systemd[1]: Starting Ceph osd.6 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:12:29.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 302 sec latency 297353.821 ms 2024-02-13T21:12:29.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:28.661209+0000 mon.smithi153 (mon.0) 522 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-13T21:12:30.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:28.661209+0000 mon.smithi153 (mon.0) 522 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-13T21:12:30.503 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:30 smithi160 bash[64111]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-13T21:12:30.504 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:30 smithi160 bash[64111]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-13T21:12:30.504 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:30 smithi160 bash[64111]: 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-13T21:12:30.504 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:30 smithi160 bash[64111]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-13T21:12:30.504 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:30 smithi160 bash[64111]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-13T21:12:30.504 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:30 smithi160 bash[64111]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-13T21:12:30.504 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:30 smithi160 bash[64111]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-13T21:12:30.504 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:30 smithi160 bash[64111]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-13T21:12:30.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 303 sec latency 298353.918 ms 2024-02-13T21:12:30.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:29.147917+0000 mgr.smithi153.unkvxi (mgr.14740) 222 : cluster [DBG] pgmap v161: 129 pgs: 13 stale+active+clean, 116 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:12:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:29.147917+0000 mgr.smithi153.unkvxi (mgr.14740) 222 : cluster [DBG] pgmap v161: 129 pgs: 13 stale+active+clean, 116 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:12:31.757 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:12:31.373+0000 7f5ce6cf8700 1 -- 172.21.15.160:0/3555747617 <== mon.1 v2:172.21.15.160:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560cb5d22680 con 0x560cb5ce9000 2024-02-13T21:12:31.757 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:31 smithi160 bash[64351]: 37ff9160c1170630adccd0afa97b8aa6800e42f2c5c8eca4764ff80ce91db167 2024-02-13T21:12:31.757 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:31 smithi160 systemd[1]: Started Ceph osd.6 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:12:31.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 304 sec latency 299354.020 ms 2024-02-13T21:12:32.185 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:12:31.892+0000 7f5cee786380 -1 Falling back to public interface 2024-02-13T21:12:32.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 305 sec latency 300354.120 ms 2024-02-13T21:12:32.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:31.148611+0000 mgr.smithi153.unkvxi (mgr.14740) 223 : cluster [DBG] pgmap v162: 129 pgs: 10 active+undersized+degraded, 8 stale+active+clean, 8 active+undersized, 103 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 67/1338 objects degraded (5.007%) 2024-02-13T21:12:32.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:31.507017+0000 mon.smithi153 (mon.0) 523 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:32.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:31.507912+0000 mon.smithi153 (mon.0) 524 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:12:32.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:31.665381+0000 mon.smithi153 (mon.0) 525 : cluster [WRN] Health check failed: Degraded data redundancy: 67/1338 objects degraded (5.007%), 10 pgs degraded (PG_DEGRADED) 2024-02-13T21:12:33.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:31.148611+0000 mgr.smithi153.unkvxi (mgr.14740) 223 : cluster [DBG] pgmap v162: 129 pgs: 10 active+undersized+degraded, 8 stale+active+clean, 8 active+undersized, 103 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 67/1338 objects degraded (5.007%) 2024-02-13T21:12:33.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:31.507017+0000 mon.smithi153 (mon.0) 523 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:33.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:31.507912+0000 mon.smithi153 (mon.0) 524 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:12:33.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:31.665381+0000 mon.smithi153 (mon.0) 525 : cluster [WRN] Health check failed: Degraded data redundancy: 67/1338 objects degraded (5.007%), 10 pgs degraded (PG_DEGRADED) 2024-02-13T21:12:33.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 306 sec latency 301354.241 ms 2024-02-13T21:12:34.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 307 sec latency 302354.330 ms 2024-02-13T21:12:34.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:33.149414+0000 mgr.smithi153.unkvxi (mgr.14740) 224 : cluster [DBG] pgmap v163: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 145/1338 objects degraded (10.837%) 2024-02-13T21:12:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:33.149414+0000 mgr.smithi153.unkvxi (mgr.14740) 224 : cluster [DBG] pgmap v163: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 145/1338 objects degraded (10.837%) 2024-02-13T21:12:35.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.25 MB/sec execute 308 sec latency 303354.416 ms 2024-02-13T21:12:36.503 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:12:36.209+0000 7f5cee786380 -1 osd.6 103 log_to_monitors {default=true} 2024-02-13T21:12:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:35.150055+0000 mgr.smithi153.unkvxi (mgr.14740) 225 : cluster [DBG] pgmap v164: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 145/1338 objects degraded (10.837%) 2024-02-13T21:12:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.236813+0000 mon.smithi153 (mon.0) 526 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.237769+0000 mon.smithi153 (mon.0) 527 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.238554+0000 mon.smithi153 (mon.0) 528 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:12:35.239198+0000 mgr.smithi153.unkvxi (mgr.14740) 226 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.242838+0000 mon.smithi153 (mon.0) 529 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.248941+0000 mon.smithi153 (mon.0) 530 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.252282+0000 mon.smithi153 (mon.0) 531 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.254573+0000 mon.smithi153 (mon.0) 532 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.256024+0000 mon.smithi153 (mon.0) 533 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.257307+0000 mon.smithi153 (mon.0) 534 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.258685+0000 mon.smithi153 (mon.0) 535 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:35.258858+0000 mgr.smithi153.unkvxi (mgr.14740) 227 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:12:35.259644+0000 mgr.smithi153.unkvxi (mgr.14740) 228 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:36.213381+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/448893018,v1:172.21.15.160:6817/448893018]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T21:12:36.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:36.213861+0000 mon.smithi153 (mon.0) 536 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T21:12:36.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:35.150055+0000 mgr.smithi153.unkvxi (mgr.14740) 225 : cluster [DBG] pgmap v164: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 145/1338 objects degraded (10.837%) 2024-02-13T21:12:36.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.236813+0000 mon.smithi153 (mon.0) 526 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:36.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.237769+0000 mon.smithi153 (mon.0) 527 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:12:36.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.238554+0000 mon.smithi153 (mon.0) 528 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:12:36.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:12:35.239198+0000 mgr.smithi153.unkvxi (mgr.14740) 226 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:12:36.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.242838+0000 mon.smithi153 (mon.0) 529 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:36.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.248941+0000 mon.smithi153 (mon.0) 530 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:36.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.252282+0000 mon.smithi153 (mon.0) 531 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:12:36.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.254573+0000 mon.smithi153 (mon.0) 532 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:36.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.256024+0000 mon.smithi153 (mon.0) 533 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:36.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.257307+0000 mon.smithi153 (mon.0) 534 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:36.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.258685+0000 mon.smithi153 (mon.0) 535 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-13T21:12:36.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:35.258858+0000 mgr.smithi153.unkvxi (mgr.14740) 227 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-13T21:12:36.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:12:35.259644+0000 mgr.smithi153.unkvxi (mgr.14740) 228 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-13T21:12:36.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:36.213381+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/448893018,v1:172.21.15.160:6817/448893018]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T21:12:36.691 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:36.213861+0000 mon.smithi153 (mon.0) 536 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T21:12:36.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 309 sec latency 304354.460 ms 2024-02-13T21:12:37.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:12:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:12:36.658+0000 7f5cdd468700 -1 osd.6 103 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-13T21:12:37.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:36.253486+0000 mon.smithi153 (mon.0) 537 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:37.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:36.647913+0000 mon.smithi153 (mon.0) 538 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-13T21:12:37.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:36.647996+0000 mon.smithi153 (mon.0) 539 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-13T21:12:37.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:36.649454+0000 mon.smithi160 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/448893018,v1:172.21.15.160:6817/448893018]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:12:37.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:36.649808+0000 mon.smithi153 (mon.0) 540 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:12:37.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:36.253486+0000 mon.smithi153 (mon.0) 537 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:37.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:36.647913+0000 mon.smithi153 (mon.0) 538 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-13T21:12:37.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:36.647996+0000 mon.smithi153 (mon.0) 539 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-13T21:12:37.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:36.649454+0000 mon.smithi160 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/448893018,v1:172.21.15.160:6817/448893018]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:12:37.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:36.649808+0000 mon.smithi153 (mon.0) 540 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:12:37.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 310 sec latency 305354.544 ms 2024-02-13T21:12:38.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:37.150508+0000 mgr.smithi153.unkvxi (mgr.14740) 229 : cluster [DBG] pgmap v166: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 145/1338 objects degraded (10.837%) 2024-02-13T21:12:38.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:37.646181+0000 mon.smithi153 (mon.0) 541 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:12:38.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:37.652720+0000 mon.smithi153 (mon.0) 542 : cluster [INF] osd.6 [v2:172.21.15.160:6816/448893018,v1:172.21.15.160:6817/448893018] boot 2024-02-13T21:12:38.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:37.652775+0000 mon.smithi153 (mon.0) 543 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-13T21:12:38.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:37.653351+0000 mon.smithi153 (mon.0) 544 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:12:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:37.150508+0000 mgr.smithi153.unkvxi (mgr.14740) 229 : cluster [DBG] pgmap v166: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 145/1338 objects degraded (10.837%) 2024-02-13T21:12:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:37.646181+0000 mon.smithi153 (mon.0) 541 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:12:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:37.652720+0000 mon.smithi153 (mon.0) 542 : cluster [INF] osd.6 [v2:172.21.15.160:6816/448893018,v1:172.21.15.160:6817/448893018] boot 2024-02-13T21:12:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:37.652775+0000 mon.smithi153 (mon.0) 543 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-13T21:12:38.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:37.653351+0000 mon.smithi153 (mon.0) 544 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T21:12:38.910 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 311 sec latency 306354.654 ms 2024-02-13T21:12:39.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:38.639515+0000 mon.smithi153 (mon.0) 545 : cluster [WRN] Health check update: Degraded data redundancy: 145/1338 objects degraded (10.837%), 23 pgs degraded (PG_DEGRADED) 2024-02-13T21:12:39.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:38.653554+0000 mon.smithi153 (mon.0) 546 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-13T21:12:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:38.639515+0000 mon.smithi153 (mon.0) 545 : cluster [WRN] Health check update: Degraded data redundancy: 145/1338 objects degraded (10.837%), 23 pgs degraded (PG_DEGRADED) 2024-02-13T21:12:39.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:38.653554+0000 mon.smithi153 (mon.0) 546 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-13T21:12:39.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 312 sec latency 307354.763 ms 2024-02-13T21:12:40.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 313 sec latency 308354.876 ms 2024-02-13T21:12:40.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:39.151036+0000 mgr.smithi153.unkvxi (mgr.14740) 230 : cluster [DBG] pgmap v169: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 145/1338 objects degraded (10.837%) 2024-02-13T21:12:41.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:39.151036+0000 mgr.smithi153.unkvxi (mgr.14740) 230 : cluster [DBG] pgmap v169: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 145/1338 objects degraded (10.837%) 2024-02-13T21:12:41.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 314 sec latency 309354.961 ms 2024-02-13T21:12:42.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:41.151725+0000 mgr.smithi153.unkvxi (mgr.14740) 231 : cluster [DBG] pgmap v170: 129 pgs: 15 active+undersized+degraded, 15 active+undersized, 99 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 95/1338 objects degraded (7.100%) 2024-02-13T21:12:42.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:41.430809+0000 mon.smithi153 (mon.0) 547 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:42.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:41.151725+0000 mgr.smithi153.unkvxi (mgr.14740) 231 : cluster [DBG] pgmap v170: 129 pgs: 15 active+undersized+degraded, 15 active+undersized, 99 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 95/1338 objects degraded (7.100%) 2024-02-13T21:12:42.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:41.430809+0000 mon.smithi153 (mon.0) 547 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:42.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 315 sec latency 310355.025 ms 2024-02-13T21:12:43.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:43.430265+0000 mon.smithi153 (mon.0) 548 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/1338 objects degraded (7.100%), 15 pgs degraded) 2024-02-13T21:12:43.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 316 sec latency 311355.124 ms 2024-02-13T21:12:43.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:43.430265+0000 mon.smithi153 (mon.0) 548 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/1338 objects degraded (7.100%), 15 pgs degraded) 2024-02-13T21:12:44.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 317 sec latency 312355.231 ms 2024-02-13T21:12:44.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:43.152664+0000 mgr.smithi153.unkvxi (mgr.14740) 232 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:12:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:43.152664+0000 mgr.smithi153.unkvxi (mgr.14740) 232 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:12:45.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 318 sec latency 313355.363 ms 2024-02-13T21:12:46.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 319 sec latency 314355.454 ms 2024-02-13T21:12:46.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:45.153163+0000 mgr.smithi153.unkvxi (mgr.14740) 233 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:12:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:45.153163+0000 mgr.smithi153.unkvxi (mgr.14740) 233 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:12:47.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 320 sec latency 315355.538 ms 2024-02-13T21:12:48.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.24 MB/sec execute 321 sec latency 316355.596 ms 2024-02-13T21:12:48.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:47.153924+0000 mgr.smithi153.unkvxi (mgr.14740) 234 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 215 B/s rd, 0 op/s 2024-02-13T21:12:48.960 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:12:49.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:47.153924+0000 mgr.smithi153.unkvxi (mgr.14740) 234 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 215 B/s rd, 0 op/s 2024-02-13T21:12:49.530 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (11m) 97s ago 13m 20.0M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (3m) 97s ago 13m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (3m) 14s ago 12m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (11m) 97s ago 13m 34.2M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (7m) 97s ago 7m 27.6M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (7m) 14s ago 7m 11.5M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (4m) 97s ago 14m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (4m) 14s ago 12m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (4m) 97s ago 15m 46.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (3m) 14s ago 12m 54.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (5m) 97s ago 5m 84.1M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (5m) 14s ago 5m 83.8M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (13m) 97s ago 12m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (12m) 14s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:12:49.531 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (3m) 97s ago 11m 115M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:12:49.532 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (2m) 97s ago 11m 101M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:12:49.532 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (2m) 97s ago 11m 89.8M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:12:49.532 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (105s) 97s ago 10m 11.6M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:12:49.532 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (74s) 14s ago 10m 121M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:12:49.532 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (46s) 14s ago 10m 119M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc d1730bd0405e 2024-02-13T21:12:49.532 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (18s) 14s ago 9m 11.6M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 37ff9160c117 2024-02-13T21:12:49.532 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (9m) 14s ago 9m 484M 4096M 16.2.4 8d91d370c2b8 f4f90f99a1b2 2024-02-13T21:12:49.532 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (4m) 97s ago 12m 62.5M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:12:49.867 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7, 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:12:49.868 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:12:49.869 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 11, 2024-02-13T21:12:49.869 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3 2024-02-13T21:12:49.869 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:12:49.869 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:12:49.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 322 sec latency 317355.625 ms 2024-02-13T21:12:50.156 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:12:50.156 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:12:50.156 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:12:50.156 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:12:50.156 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:12:50.156 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:12:50.156 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:12:50.156 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:12:50.157 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:12:50.157 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "13/23 daemons upgraded", 2024-02-13T21:12:50.157 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading osd daemons", 2024-02-13T21:12:50.157 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:12:50.157 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:12:50.911 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 323 sec latency 318355.666 ms 2024-02-13T21:12:50.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:48.949627+0000 mgr.smithi153.unkvxi (mgr.14740) 235 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:50.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:49.154343+0000 mgr.smithi153.unkvxi (mgr.14740) 236 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-13T21:12:50.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:49.240314+0000 mgr.smithi153.unkvxi (mgr.14740) 237 : audit [DBG] from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:50.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:49.522671+0000 mgr.smithi153.unkvxi (mgr.14740) 238 : audit [DBG] from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:50.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:49.868812+0000 mon.smithi153 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.153:0/1888354400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:50.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:50.268547+0000 mon.smithi153 (mon.0) 550 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-13T21:12:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:48.949627+0000 mgr.smithi153.unkvxi (mgr.14740) 235 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:49.154343+0000 mgr.smithi153.unkvxi (mgr.14740) 236 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-13T21:12:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:49.240314+0000 mgr.smithi153.unkvxi (mgr.14740) 237 : audit [DBG] from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:49.522671+0000 mgr.smithi153.unkvxi (mgr.14740) 238 : audit [DBG] from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:49.868812+0000 mon.smithi153 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.153:0/1888354400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:12:51.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:50.268547+0000 mon.smithi153 (mon.0) 550 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-13T21:12:51.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 324 sec latency 319355.781 ms 2024-02-13T21:12:51.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:50.157028+0000 mgr.smithi153.unkvxi (mgr.14740) 239 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:51.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:50.268723+0000 mgr.smithi153.unkvxi (mgr.14740) 240 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-13T21:12:51.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:12:50.269607+0000 mgr.smithi153.unkvxi (mgr.14740) 241 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-13T21:12:51.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:51.254638+0000 mon.smithi153 (mon.0) 551 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:51.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:51.442823+0000 mon.smithi153 (mon.0) 552 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:50.157028+0000 mgr.smithi153.unkvxi (mgr.14740) 239 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:12:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:50.268723+0000 mgr.smithi153.unkvxi (mgr.14740) 240 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-13T21:12:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:12:50.269607+0000 mgr.smithi153.unkvxi (mgr.14740) 241 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-13T21:12:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:51.254638+0000 mon.smithi153 (mon.0) 551 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:51.442823+0000 mon.smithi153 (mon.0) 552 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:52.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 325 sec latency 320355.849 ms 2024-02-13T21:12:52.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:51.155108+0000 mgr.smithi153.unkvxi (mgr.14740) 242 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:12:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:51.774465+0000 mon.smithi153 (mon.0) 553 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:51.782681+0000 mon.smithi153 (mon.0) 554 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-13T21:12:52.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:51.783393+0000 mon.smithi153 (mon.0) 555 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:12:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:51.155108+0000 mgr.smithi153.unkvxi (mgr.14740) 242 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:12:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:51.774465+0000 mon.smithi153 (mon.0) 553 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:12:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:51.782681+0000 mon.smithi153 (mon.0) 554 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-13T21:12:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:51.783393+0000 mon.smithi153 (mon.0) 555 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:12:53.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 326 sec latency 321355.911 ms 2024-02-13T21:12:53.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:12:51.770055+0000 mgr.smithi153.unkvxi (mgr.14740) 243 : cephadm [INF] Upgrade: Updating osd.7 2024-02-13T21:12:53.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:12:51.784803+0000 mgr.smithi153.unkvxi (mgr.14740) 244 : cephadm [INF] Deploying daemon osd.7 on smithi160 2024-02-13T21:12:53.996 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:12:51.770055+0000 mgr.smithi153.unkvxi (mgr.14740) 243 : cephadm [INF] Upgrade: Updating osd.7 2024-02-13T21:12:53.996 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:12:51.784803+0000 mgr.smithi153.unkvxi (mgr.14740) 244 : cephadm [INF] Deploying daemon osd.7 on smithi160 2024-02-13T21:12:54.562 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:54 smithi160 systemd[1]: Stopping Ceph osd.7 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:12:54.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 327 sec latency 322355.994 ms 2024-02-13T21:12:54.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:53.155727+0000 mgr.smithi153.unkvxi (mgr.14740) 245 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:12:54.917 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.7[49034]: debug 2024-02-13T21:12:54.561+0000 7f6027d1b700 -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-13T21:12:54.917 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.7[49034]: debug 2024-02-13T21:12:54.561+0000 7f6027d1b700 -1 osd.7 108 *** Got signal Terminated *** 2024-02-13T21:12:54.917 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.7[49034]: debug 2024-02-13T21:12:54.561+0000 7f6027d1b700 -1 osd.7 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:12:54.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:53.155727+0000 mgr.smithi153.unkvxi (mgr.14740) 245 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:12:55.183 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:55 smithi160 bash[65691]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.7 2024-02-13T21:12:55.451 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:55 smithi160 bash[65744]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.7 2024-02-13T21:12:55.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 328 sec latency 323356.086 ms 2024-02-13T21:12:55.926 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.713021+0000 mon.smithi153 (mon.0) 556 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.926 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.713054+0000 mon.smithi153 (mon.0) 557 : cluster [INF] osd.7 failed (root=default,host=smithi160) (connection refused reported by osd.6) 2024-02-13T21:12:55.926 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.733434+0000 mon.smithi153 (mon.0) 558 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.926 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.747220+0000 mon.smithi153 (mon.0) 559 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.803822+0000 mon.smithi153 (mon.0) 560 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.856571+0000 mon.smithi153 (mon.0) 561 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.856685+0000 mon.smithi153 (mon.0) 562 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.856818+0000 mon.smithi153 (mon.0) 563 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.856909+0000 mon.smithi153 (mon.0) 564 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.857007+0000 mon.smithi153 (mon.0) 565 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.857060+0000 mon.smithi153 (mon.0) 566 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.857250+0000 mon.smithi153 (mon.0) 567 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.857344+0000 mon.smithi153 (mon.0) 568 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.857441+0000 mon.smithi153 (mon.0) 569 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.857528+0000 mon.smithi153 (mon.0) 570 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.857647+0000 mon.smithi153 (mon.0) 571 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.857731+0000 mon.smithi153 (mon.0) 572 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.857847+0000 mon.smithi153 (mon.0) 573 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.857958+0000 mon.smithi153 (mon.0) 574 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.913666+0000 mon.smithi153 (mon.0) 575 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.934435+0000 mon.smithi153 (mon.0) 576 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:54.947658+0000 mon.smithi153 (mon.0) 577 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.004541+0000 mon.smithi153 (mon.0) 578 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.257650+0000 mon.smithi153 (mon.0) 579 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.257718+0000 mon.smithi153 (mon.0) 580 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.257890+0000 mon.smithi153 (mon.0) 581 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.257981+0000 mon.smithi153 (mon.0) 582 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.258067+0000 mon.smithi153 (mon.0) 583 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.258173+0000 mon.smithi153 (mon.0) 584 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.258266+0000 mon.smithi153 (mon.0) 585 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.258385+0000 mon.smithi153 (mon.0) 586 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.258475+0000 mon.smithi153 (mon.0) 587 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.258558+0000 mon.smithi153 (mon.0) 588 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-13T21:12:55.929 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.258655+0000 mon.smithi153 (mon.0) 589 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.929 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.258776+0000 mon.smithi153 (mon.0) 590 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.929 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.258889+0000 mon.smithi153 (mon.0) 591 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.929 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.259004+0000 mon.smithi153 (mon.0) 592 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.929 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.314511+0000 mon.smithi153 (mon.0) 593 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.929 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.335440+0000 mon.smithi153 (mon.0) 594 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.929 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.348454+0000 mon.smithi153 (mon.0) 595 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.929 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.394738+0000 mon.smithi153 (mon.0) 596 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.929 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.405724+0000 mon.smithi153 (mon.0) 597 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.929 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.595497+0000 mon.smithi153 (mon.0) 598 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.713021+0000 mon.smithi153 (mon.0) 556 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.713054+0000 mon.smithi153 (mon.0) 557 : cluster [INF] osd.7 failed (root=default,host=smithi160) (connection refused reported by osd.6) 2024-02-13T21:12:55.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.733434+0000 mon.smithi153 (mon.0) 558 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.747220+0000 mon.smithi153 (mon.0) 559 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.803822+0000 mon.smithi153 (mon.0) 560 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.856571+0000 mon.smithi153 (mon.0) 561 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.856685+0000 mon.smithi153 (mon.0) 562 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-13T21:12:55.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.856818+0000 mon.smithi153 (mon.0) 563 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.856909+0000 mon.smithi153 (mon.0) 564 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-13T21:12:55.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.857007+0000 mon.smithi153 (mon.0) 565 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-13T21:12:55.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.857060+0000 mon.smithi153 (mon.0) 566 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.857250+0000 mon.smithi153 (mon.0) 567 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.857344+0000 mon.smithi153 (mon.0) 568 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.857441+0000 mon.smithi153 (mon.0) 569 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.857528+0000 mon.smithi153 (mon.0) 570 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.857647+0000 mon.smithi153 (mon.0) 571 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.857731+0000 mon.smithi153 (mon.0) 572 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.857847+0000 mon.smithi153 (mon.0) 573 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.857958+0000 mon.smithi153 (mon.0) 574 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.913666+0000 mon.smithi153 (mon.0) 575 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.934435+0000 mon.smithi153 (mon.0) 576 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:54.947658+0000 mon.smithi153 (mon.0) 577 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.004541+0000 mon.smithi153 (mon.0) 578 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.257650+0000 mon.smithi153 (mon.0) 579 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.257718+0000 mon.smithi153 (mon.0) 580 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.257890+0000 mon.smithi153 (mon.0) 581 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.257981+0000 mon.smithi153 (mon.0) 582 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.258067+0000 mon.smithi153 (mon.0) 583 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-13T21:12:55.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.258173+0000 mon.smithi153 (mon.0) 584 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-13T21:12:55.943 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.258266+0000 mon.smithi153 (mon.0) 585 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.943 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.258385+0000 mon.smithi153 (mon.0) 586 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.943 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.258475+0000 mon.smithi153 (mon.0) 587 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.943 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.258558+0000 mon.smithi153 (mon.0) 588 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-13T21:12:55.943 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.258655+0000 mon.smithi153 (mon.0) 589 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.943 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.258776+0000 mon.smithi153 (mon.0) 590 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.944 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.258889+0000 mon.smithi153 (mon.0) 591 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.944 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.259004+0000 mon.smithi153 (mon.0) 592 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.944 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.314511+0000 mon.smithi153 (mon.0) 593 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-13T21:12:55.944 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.335440+0000 mon.smithi153 (mon.0) 594 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-13T21:12:55.944 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.348454+0000 mon.smithi153 (mon.0) 595 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-13T21:12:55.944 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.394738+0000 mon.smithi153 (mon.0) 596 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:55.944 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.405724+0000 mon.smithi153 (mon.0) 597 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-13T21:12:55.944 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.595497+0000 mon.smithi153 (mon.0) 598 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-13T21:12:56.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 329 sec latency 324356.192 ms 2024-02-13T21:12:56.926 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.156387+0000 mgr.smithi153.unkvxi (mgr.14740) 246 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:12:56.926 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.668085+0000 mon.smithi153 (mon.0) 599 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:12:56.926 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:55.678849+0000 mon.smithi153 (mon.0) 600 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-02-13T21:12:56.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.156387+0000 mgr.smithi153.unkvxi (mgr.14740) 246 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:12:56.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.668085+0000 mon.smithi153 (mon.0) 599 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-13T21:12:56.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:55.678849+0000 mon.smithi153 (mon.0) 600 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-02-13T21:12:57.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:56 smithi160 systemd[1]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.7.service: Succeeded. 2024-02-13T21:12:57.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:56 smithi160 systemd[1]: Stopped Ceph osd.7 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:12:57.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:57 smithi160 systemd[1]: Starting Ceph osd.7 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:12:57.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 330 sec latency 325356.295 ms 2024-02-13T21:12:57.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:56.679939+0000 mon.smithi153 (mon.0) 601 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-02-13T21:12:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:56.679939+0000 mon.smithi153 (mon.0) 601 : cluster [DBG] osdmap e110: 8 total, 7 up, 8 in 2024-02-13T21:12:58.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:57 smithi160 bash[66006]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-13T21:12:58.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:57 smithi160 bash[66006]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-13T21:12:58.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:57 smithi160 bash[66006]: 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-13T21:12:58.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:57 smithi160 bash[66006]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-13T21:12:58.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:57 smithi160 bash[66006]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-13T21:12:58.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:57 smithi160 bash[66006]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-13T21:12:58.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:57 smithi160 bash[66006]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-13T21:12:58.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:57 smithi160 bash[66006]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-13T21:12:58.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 331 sec latency 326356.390 ms 2024-02-13T21:12:58.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:57.156982+0000 mgr.smithi153.unkvxi (mgr.14740) 247 : cluster [DBG] pgmap v180: 129 pgs: 23 peering, 7 stale+active+clean, 99 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:12:58.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:12:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:57.677516+0000 mon.smithi153 (mon.0) 602 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 7 pgs peering (PG_AVAILABILITY) 2024-02-13T21:12:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:57.156982+0000 mgr.smithi153.unkvxi (mgr.14740) 247 : cluster [DBG] pgmap v180: 129 pgs: 23 peering, 7 stale+active+clean, 99 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:12:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:12:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:57.677516+0000 mon.smithi153 (mon.0) 602 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 7 pgs peering (PG_AVAILABILITY) 2024-02-13T21:12:59.275 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:12:59.006+0000 7fc6dc7f3700 1 -- 172.21.15.160:0/1113358602 <== mon.1 v2:172.21.15.160:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556db60f4680 con 0x556db60bb000 2024-02-13T21:12:59.530 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:59 smithi160 bash[66272]: 82afbfdf20ab8c21430fa5c6111059bb3ab5007af2de136bc71ccfa87d1d1178 2024-02-13T21:12:59.530 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:59 smithi160 systemd[1]: Started Ceph osd.7 for 76082ba2-cab2-11ee-95b9-87774f69a715. 2024-02-13T21:12:59.530 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:12:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:12:59.529+0000 7fc6e4281380 -1 Falling back to public interface 2024-02-13T21:12:59.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 332 sec latency 327356.494 ms 2024-02-13T21:13:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:59.157513+0000 mgr.smithi153.unkvxi (mgr.14740) 248 : cluster [DBG] pgmap v181: 129 pgs: 1 active+undersized+degraded, 23 peering, 6 stale+active+clean, 3 active+undersized, 96 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6/1338 objects degraded (0.448%) 2024-02-13T21:13:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:59.324441+0000 mon.smithi153 (mon.0) 603 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:12:59.325317+0000 mon.smithi153 (mon.0) 604 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:00.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:12:59.684463+0000 mon.smithi153 (mon.0) 605 : cluster [WRN] Health check failed: Degraded data redundancy: 6/1338 objects degraded (0.448%), 1 pg degraded (PG_DEGRADED) 2024-02-13T21:13:00.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:59.157513+0000 mgr.smithi153.unkvxi (mgr.14740) 248 : cluster [DBG] pgmap v181: 129 pgs: 1 active+undersized+degraded, 23 peering, 6 stale+active+clean, 3 active+undersized, 96 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6/1338 objects degraded (0.448%) 2024-02-13T21:13:00.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:59.324441+0000 mon.smithi153 (mon.0) 603 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:00.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:12:59.325317+0000 mon.smithi153 (mon.0) 604 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:00.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:12:59.684463+0000 mon.smithi153 (mon.0) 605 : cluster [WRN] Health check failed: Degraded data redundancy: 6/1338 objects degraded (0.448%), 1 pg degraded (PG_DEGRADED) 2024-02-13T21:13:00.912 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 333 sec latency 328356.609 ms 2024-02-13T21:13:01.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 334 sec latency 329356.677 ms 2024-02-13T21:13:02.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:01.158220+0000 mgr.smithi153.unkvxi (mgr.14740) 249 : cluster [DBG] pgmap v182: 129 pgs: 18 active+undersized+degraded, 23 peering, 15 active+undersized, 73 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 106/1338 objects degraded (7.922%) 2024-02-13T21:13:02.670 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:01.158220+0000 mgr.smithi153.unkvxi (mgr.14740) 249 : cluster [DBG] pgmap v182: 129 pgs: 18 active+undersized+degraded, 23 peering, 15 active+undersized, 73 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 106/1338 objects degraded (7.922%) 2024-02-13T21:13:02.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.23 MB/sec execute 335 sec latency 330356.770 ms 2024-02-13T21:13:03.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 336 sec latency 331356.831 ms 2024-02-13T21:13:04.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.097572+0000 mon.smithi153 (mon.0) 606 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:04.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:03.158978+0000 mgr.smithi153.unkvxi (mgr.14740) 250 : cluster [DBG] pgmap v183: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 202/1338 objects degraded (15.097%) 2024-02-13T21:13:04.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.386165+0000 mon.smithi153 (mon.0) 607 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:04.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.387084+0000 mon.smithi153 (mon.0) 608 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:04.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:03.387835+0000 mgr.smithi153.unkvxi (mgr.14740) 251 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.392675+0000 mon.smithi153 (mon.0) 609 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.399502+0000 mon.smithi153 (mon.0) 610 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.403015+0000 mon.smithi153 (mon.0) 611 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.405453+0000 mon.smithi153 (mon.0) 612 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.406938+0000 mon.smithi153 (mon.0) 613 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.408250+0000 mon.smithi153 (mon.0) 614 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.409988+0000 mon.smithi153 (mon.0) 615 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:03.410552+0000 mgr.smithi153.unkvxi (mgr.14740) 252 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.414584+0000 mon.smithi153 (mon.0) 616 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.415342+0000 mon.smithi153 (mon.0) 617 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.418807+0000 mon.smithi153 (mon.0) 618 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.419419+0000 mon.smithi153 (mon.0) 619 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.422796+0000 mon.smithi153 (mon.0) 620 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-13T21:13:04.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.423410+0000 mon.smithi153 (mon.0) 621 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.426777+0000 mon.smithi153 (mon.0) 622 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.427384+0000 mon.smithi153 (mon.0) 623 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.430701+0000 mon.smithi153 (mon.0) 624 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.431295+0000 mon.smithi153 (mon.0) 625 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.434612+0000 mon.smithi153 (mon.0) 626 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.435170+0000 mon.smithi153 (mon.0) 627 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.438495+0000 mon.smithi153 (mon.0) 628 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.439054+0000 mon.smithi153 (mon.0) 629 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.442384+0000 mon.smithi153 (mon.0) 630 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.442929+0000 mon.smithi153 (mon.0) 631 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:03.446267+0000 mon.smithi153 (mon.0) 632 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-13T21:13:04.442 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:03.447795+0000 mgr.smithi153.unkvxi (mgr.14740) 253 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi153.vofwhm to be up:active (currently up:clientreplay) 2024-02-13T21:13:04.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.097572+0000 mon.smithi153 (mon.0) 606 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:04.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:03.158978+0000 mgr.smithi153.unkvxi (mgr.14740) 250 : cluster [DBG] pgmap v183: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 202/1338 objects degraded (15.097%) 2024-02-13T21:13:04.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.386165+0000 mon.smithi153 (mon.0) 607 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:04.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.387084+0000 mon.smithi153 (mon.0) 608 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:03.387835+0000 mgr.smithi153.unkvxi (mgr.14740) 251 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.392675+0000 mon.smithi153 (mon.0) 609 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.399502+0000 mon.smithi153 (mon.0) 610 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.403015+0000 mon.smithi153 (mon.0) 611 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.405453+0000 mon.smithi153 (mon.0) 612 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.406938+0000 mon.smithi153 (mon.0) 613 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.408250+0000 mon.smithi153 (mon.0) 614 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.409988+0000 mon.smithi153 (mon.0) 615 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:03.410552+0000 mgr.smithi153.unkvxi (mgr.14740) 252 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.414584+0000 mon.smithi153 (mon.0) 616 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.415342+0000 mon.smithi153 (mon.0) 617 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.418807+0000 mon.smithi153 (mon.0) 618 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-13T21:13:04.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.419419+0000 mon.smithi153 (mon.0) 619 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.422796+0000 mon.smithi153 (mon.0) 620 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.423410+0000 mon.smithi153 (mon.0) 621 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.426777+0000 mon.smithi153 (mon.0) 622 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.427384+0000 mon.smithi153 (mon.0) 623 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.430701+0000 mon.smithi153 (mon.0) 624 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.431295+0000 mon.smithi153 (mon.0) 625 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.434612+0000 mon.smithi153 (mon.0) 626 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.435170+0000 mon.smithi153 (mon.0) 627 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.438495+0000 mon.smithi153 (mon.0) 628 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.439054+0000 mon.smithi153 (mon.0) 629 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.442384+0000 mon.smithi153 (mon.0) 630 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-13T21:13:04.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.442929+0000 mon.smithi153 (mon.0) 631 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-13T21:13:04.506 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:03.446267+0000 mon.smithi153 (mon.0) 632 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-13T21:13:04.506 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:03.447795+0000 mgr.smithi153.unkvxi (mgr.14740) 253 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi153.vofwhm to be up:active (currently up:clientreplay) 2024-02-13T21:13:04.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 337 sec latency 332356.902 ms 2024-02-13T21:13:05.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:13:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:13:04.711+0000 7fc6e4281380 -1 osd.7 108 log_to_monitors {default=true} 2024-02-13T21:13:05.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:04.095232+0000 mon.smithi153 (mon.0) 633 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 7 pgs peering) 2024-02-13T21:13:05.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:04.715178+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/1442273902,v1:172.21.15.160:6825/1442273902]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T21:13:05.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:04.715556+0000 mon.smithi153 (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-13T21:13:05.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:13:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:13:05.125+0000 7fc6d2f63700 -1 osd.7 108 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-13T21:13:05.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:04.095232+0000 mon.smithi153 (mon.0) 633 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 7 pgs peering) 2024-02-13T21:13:05.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:04.715178+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/1442273902,v1:172.21.15.160:6825/1442273902]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T21:13:05.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:04.715556+0000 mon.smithi153 (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-13T21:13:05.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 338 sec latency 333356.979 ms 2024-02-13T21:13:06.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:05.112822+0000 mon.smithi153 (mon.0) 635 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-13T21:13:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:05.112913+0000 mon.smithi153 (mon.0) 636 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-02-13T21:13:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:05.113483+0000 mon.smithi160 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/1442273902,v1:172.21.15.160:6825/1442273902]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:13:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:05.113918+0000 mon.smithi153 (mon.0) 637 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:13:06.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:05.159429+0000 mgr.smithi153.unkvxi (mgr.14740) 254 : cluster [DBG] pgmap v185: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 202/1338 objects degraded (15.097%) 2024-02-13T21:13:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:05.112822+0000 mon.smithi153 (mon.0) 635 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-13T21:13:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:05.112913+0000 mon.smithi153 (mon.0) 636 : cluster [DBG] osdmap e111: 8 total, 7 up, 8 in 2024-02-13T21:13:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:05.113483+0000 mon.smithi160 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/1442273902,v1:172.21.15.160:6825/1442273902]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:13:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:05.113918+0000 mon.smithi153 (mon.0) 637 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-13T21:13:06.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:05.159429+0000 mgr.smithi153.unkvxi (mgr.14740) 254 : cluster [DBG] pgmap v185: 129 pgs: 34 active+undersized+degraded, 22 active+undersized, 73 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 202/1338 objects degraded (15.097%) 2024-02-13T21:13:06.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 339 sec latency 334357.055 ms 2024-02-13T21:13:07.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:06.111012+0000 mon.smithi153 (mon.0) 638 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:13:07.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:06.123330+0000 mon.smithi153 (mon.0) 639 : cluster [INF] osd.7 [v2:172.21.15.160:6824/1442273902,v1:172.21.15.160:6825/1442273902] boot 2024-02-13T21:13:07.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:06.123390+0000 mon.smithi153 (mon.0) 640 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-02-13T21:13:07.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:06.123972+0000 mon.smithi153 (mon.0) 641 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:13:07.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:06.254708+0000 mon.smithi153 (mon.0) 642 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:06.111012+0000 mon.smithi153 (mon.0) 638 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-13T21:13:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:06.123330+0000 mon.smithi153 (mon.0) 639 : cluster [INF] osd.7 [v2:172.21.15.160:6824/1442273902,v1:172.21.15.160:6825/1442273902] boot 2024-02-13T21:13:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:06.123390+0000 mon.smithi153 (mon.0) 640 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-02-13T21:13:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:06.123972+0000 mon.smithi153 (mon.0) 641 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T21:13:07.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:06.254708+0000 mon.smithi153 (mon.0) 642 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:07.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 340 sec latency 335357.152 ms 2024-02-13T21:13:08.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:07.125174+0000 mon.smithi153 (mon.0) 643 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-02-13T21:13:08.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:07.160159+0000 mgr.smithi153.unkvxi (mgr.14740) 255 : cluster [DBG] pgmap v188: 129 pgs: 14 peering, 24 active+undersized+degraded, 18 active+undersized, 73 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 157/1338 objects degraded (11.734%) 2024-02-13T21:13:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:07.125174+0000 mon.smithi153 (mon.0) 643 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-02-13T21:13:08.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:07.160159+0000 mgr.smithi153.unkvxi (mgr.14740) 255 : cluster [DBG] pgmap v188: 129 pgs: 14 peering, 24 active+undersized+degraded, 18 active+undersized, 73 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 157/1338 objects degraded (11.734%) 2024-02-13T21:13:08.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 341 sec latency 336357.208 ms 2024-02-13T21:13:09.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:08.122972+0000 mon.smithi153 (mon.0) 644 : cluster [WRN] Health check update: Degraded data redundancy: 157/1338 objects degraded (11.734%), 24 pgs degraded (PG_DEGRADED) 2024-02-13T21:13:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:08.122972+0000 mon.smithi153 (mon.0) 644 : cluster [WRN] Health check update: Degraded data redundancy: 157/1338 objects degraded (11.734%), 24 pgs degraded (PG_DEGRADED) 2024-02-13T21:13:09.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 342 sec latency 337357.306 ms 2024-02-13T21:13:10.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:09.160890+0000 mgr.smithi153.unkvxi (mgr.14740) 256 : cluster [DBG] pgmap v189: 129 pgs: 3 activating, 14 peering, 23 active+undersized+degraded, 16 active+undersized, 73 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 151/1338 objects degraded (11.286%) 2024-02-13T21:13:10.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:09.160890+0000 mgr.smithi153.unkvxi (mgr.14740) 256 : cluster [DBG] pgmap v189: 129 pgs: 3 activating, 14 peering, 23 active+undersized+degraded, 16 active+undersized, 73 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 151/1338 objects degraded (11.286%) 2024-02-13T21:13:10.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 343 sec latency 338357.348 ms 2024-02-13T21:13:11.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:11 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:11.212544+0000 mon.smithi153 (mon.0) 645 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 151/1338 objects degraded (11.286%), 23 pgs degraded) 2024-02-13T21:13:11.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:11.212544+0000 mon.smithi153 (mon.0) 645 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 151/1338 objects degraded (11.286%), 23 pgs degraded) 2024-02-13T21:13:11.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 344 sec latency 339357.456 ms 2024-02-13T21:13:12.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:11.161661+0000 mgr.smithi153.unkvxi (mgr.14740) 257 : cluster [DBG] pgmap v190: 129 pgs: 3 activating, 14 peering, 112 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2024-02-13T21:13:12.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:11.161661+0000 mgr.smithi153.unkvxi (mgr.14740) 257 : cluster [DBG] pgmap v190: 129 pgs: 3 activating, 14 peering, 112 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2024-02-13T21:13:12.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 345 sec latency 340357.574 ms 2024-02-13T21:13:13.913 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 346 sec latency 341357.629 ms 2024-02-13T21:13:14.521 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:13.162289+0000 mgr.smithi153.unkvxi (mgr.14740) 258 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T21:13:14.521 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:13.454636+0000 mon.smithi153 (mon.0) 646 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:14.521 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:13.749100+0000 mon.smithi153 (mon.0) 647 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:14.521 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:13.749712+0000 mon.smithi153 (mon.0) 648 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:14.521 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:13.753817+0000 mon.smithi153 (mon.0) 649 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:14.522 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:13.758968+0000 mon.smithi153 (mon.0) 650 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:14.522 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:13.762070+0000 mon.smithi153 (mon.0) 651 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:14.522 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:13.763851+0000 mon.smithi153 (mon.0) 652 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:14.522 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:13.764813+0000 mon.smithi153 (mon.0) 653 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:14.522 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:13.765741+0000 mon.smithi153 (mon.0) 654 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:14.522 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:13.767144+0000 mon.smithi153 (mon.0) 655 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:14.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:13.162289+0000 mgr.smithi153.unkvxi (mgr.14740) 258 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T21:13:14.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:13.454636+0000 mon.smithi153 (mon.0) 646 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:14.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:13.749100+0000 mon.smithi153 (mon.0) 647 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:14.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:13.749712+0000 mon.smithi153 (mon.0) 648 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:14.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:13.753817+0000 mon.smithi153 (mon.0) 649 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:14.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:13.758968+0000 mon.smithi153 (mon.0) 650 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:14.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:13.762070+0000 mon.smithi153 (mon.0) 651 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:14.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:13.763851+0000 mon.smithi153 (mon.0) 652 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:14.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:13.764813+0000 mon.smithi153 (mon.0) 653 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:14.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:13.765741+0000 mon.smithi153 (mon.0) 654 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:14.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:13.767144+0000 mon.smithi153 (mon.0) 655 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:14.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 347 sec latency 342357.733 ms 2024-02-13T21:13:15.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:13.750178+0000 mgr.smithi153.unkvxi (mgr.14740) 259 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:15.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:13.768397+0000 mgr.smithi153.unkvxi (mgr.14740) 260 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi153.vofwhm to be up:active (currently up:clientreplay) 2024-02-13T21:13:15.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:13.750178+0000 mgr.smithi153.unkvxi (mgr.14740) 259 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:15.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:13.768397+0000 mgr.smithi153.unkvxi (mgr.14740) 260 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi153.vofwhm to be up:active (currently up:clientreplay) 2024-02-13T21:13:15.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 348 sec latency 343357.847 ms 2024-02-13T21:13:16.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:15.162900+0000 mgr.smithi153.unkvxi (mgr.14740) 261 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:13:16.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:15.162900+0000 mgr.smithi153.unkvxi (mgr.14740) 261 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2024-02-13T21:13:16.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 349 sec latency 344357.935 ms 2024-02-13T21:13:17.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 350 sec latency 345358.017 ms 2024-02-13T21:13:18.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:17.163776+0000 mgr.smithi153.unkvxi (mgr.14740) 262 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T21:13:18.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:17.163776+0000 mgr.smithi153.unkvxi (mgr.14740) 262 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T21:13:18.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.22 MB/sec execute 351 sec latency 346358.073 ms 2024-02-13T21:13:19.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 352 sec latency 347358.175 ms 2024-02-13T21:13:20.469 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:13:20.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 353 sec latency 348358.216 ms 2024-02-13T21:13:20.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:19.164409+0000 mgr.smithi153.unkvxi (mgr.14740) 263 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T21:13:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:19.164409+0000 mgr.smithi153.unkvxi (mgr.14740) 263 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T21:13:21.037 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:13:21.037 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (12m) 2m ago 14m 20.0M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:13:21.037 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (4m) 2m ago 13m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (4m) 17s ago 13m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (12m) 2m ago 13m 34.2M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (8m) 2m ago 8m 27.6M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (8m) 17s ago 8m 11.6M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (5m) 2m ago 15m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (4m) 17s ago 13m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (4m) 2m ago 15m 46.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (4m) 17s ago 12m 57.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (5m) 2m ago 5m 84.1M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (5m) 17s ago 5m 85.5M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (13m) 2m ago 13m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:13:21.038 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (12m) 17s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:13:21.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (3m) 2m ago 12m 115M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:13:21.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (3m) 2m ago 11m 101M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:13:21.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (2m) 2m ago 11m 89.8M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:13:21.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (2m) 2m ago 11m 11.6M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:13:21.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (105s) 17s ago 10m 122M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:13:21.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (77s) 17s ago 10m 120M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc d1730bd0405e 2024-02-13T21:13:21.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (50s) 17s ago 10m 104M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 37ff9160c117 2024-02-13T21:13:21.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (22s) 17s ago 9m 14.7M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 82afbfdf20ab 2024-02-13T21:13:21.039 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (5m) 2m ago 13m 62.5M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:13:21.378 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:13:21.378 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:13:21.378 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:13:21.378 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:13:21.378 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:13:21.378 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:13:21.378 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 12, 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:13:21.379 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:13:21.670 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "osd", 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "14/23 daemons upgraded", 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading osd daemons", 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:13:21.671 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:13:21.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 354 sec latency 349358.302 ms 2024-02-13T21:13:21.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:20.458579+0000 mgr.smithi153.unkvxi (mgr.14740) 264 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:21.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:21.254821+0000 mon.smithi153 (mon.0) 656 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:21.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:21.379353+0000 mon.smithi153 (mon.0) 657 : audit [DBG] from='client.? 172.21.15.153:0/1006334202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:21.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:21.461035+0000 mon.smithi153 (mon.0) 658 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:20.458579+0000 mgr.smithi153.unkvxi (mgr.14740) 264 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:21.254821+0000 mon.smithi153 (mon.0) 656 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:21.379353+0000 mon.smithi153 (mon.0) 657 : audit [DBG] from='client.? 172.21.15.153:0/1006334202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:21.461035+0000 mon.smithi153 (mon.0) 658 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:22.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 355 sec latency 350358.423 ms 2024-02-13T21:13:22.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:20.746828+0000 mgr.smithi153.unkvxi (mgr.14740) 265 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:22.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:21.029552+0000 mgr.smithi153.unkvxi (mgr.14740) 266 : audit [DBG] from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:22.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:21.164939+0000 mgr.smithi153.unkvxi (mgr.14740) 267 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T21:13:22.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:21.671538+0000 mgr.smithi153.unkvxi (mgr.14740) 268 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:20.746828+0000 mgr.smithi153.unkvxi (mgr.14740) 265 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:21.029552+0000 mgr.smithi153.unkvxi (mgr.14740) 266 : audit [DBG] from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:21.164939+0000 mgr.smithi153.unkvxi (mgr.14740) 267 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T21:13:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:21.671538+0000 mgr.smithi153.unkvxi (mgr.14740) 268 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:23.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 356 sec latency 351358.497 ms 2024-02-13T21:13:24.914 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 357 sec latency 352358.612 ms 2024-02-13T21:13:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:23.165502+0000 mgr.smithi153.unkvxi (mgr.14740) 269 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:23.778747+0000 mon.smithi153 (mon.0) 659 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:23.780371+0000 mon.smithi153 (mon.0) 660 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:23.781065+0000 mon.smithi153 (mon.0) 661 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:23.786250+0000 mon.smithi153 (mon.0) 662 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:23.792962+0000 mon.smithi153 (mon.0) 663 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:23.796439+0000 mon.smithi153 (mon.0) 664 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:24.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:23.798956+0000 mon.smithi153 (mon.0) 665 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:24.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:23.800374+0000 mon.smithi153 (mon.0) 666 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:24.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:23.801767+0000 mon.smithi153 (mon.0) 667 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:24.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:23.803685+0000 mon.smithi153 (mon.0) 668 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:23.165502+0000 mgr.smithi153.unkvxi (mgr.14740) 269 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:23.778747+0000 mon.smithi153 (mon.0) 659 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:23.780371+0000 mon.smithi153 (mon.0) 660 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:23.781065+0000 mon.smithi153 (mon.0) 661 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:23.786250+0000 mon.smithi153 (mon.0) 662 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:23.792962+0000 mon.smithi153 (mon.0) 663 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:23.796439+0000 mon.smithi153 (mon.0) 664 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:25.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:23.798956+0000 mon.smithi153 (mon.0) 665 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:25.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:23.800374+0000 mon.smithi153 (mon.0) 666 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:25.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:23.801767+0000 mon.smithi153 (mon.0) 667 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:25.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:23.803685+0000 mon.smithi153 (mon.0) 668 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:25.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 358 sec latency 353358.695 ms 2024-02-13T21:13:25.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:23.781731+0000 mgr.smithi153.unkvxi (mgr.14740) 270 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:23.805389+0000 mgr.smithi153.unkvxi (mgr.14740) 271 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi153.vofwhm to be up:active (currently up:clientreplay) 2024-02-13T21:13:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:23.781731+0000 mgr.smithi153.unkvxi (mgr.14740) 270 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:23.805389+0000 mgr.smithi153.unkvxi (mgr.14740) 271 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi153.vofwhm to be up:active (currently up:clientreplay) 2024-02-13T21:13:26.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 359 sec latency 354358.803 ms 2024-02-13T21:13:26.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:25.166069+0000 mgr.smithi153.unkvxi (mgr.14740) 272 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:25.166069+0000 mgr.smithi153.unkvxi (mgr.14740) 272 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:27.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 360 sec latency 355358.888 ms 2024-02-13T21:13:28.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 361 sec latency 356358.925 ms 2024-02-13T21:13:28.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:27.166700+0000 mgr.smithi153.unkvxi (mgr.14740) 273 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:13:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:27.166700+0000 mgr.smithi153.unkvxi (mgr.14740) 273 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:13:29.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 362 sec latency 357359.030 ms 2024-02-13T21:13:30.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 363 sec latency 358359.134 ms 2024-02-13T21:13:30.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:29.167298+0000 mgr.smithi153.unkvxi (mgr.14740) 274 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:29.167298+0000 mgr.smithi153.unkvxi (mgr.14740) 274 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:31.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 364 sec latency 359359.222 ms 2024-02-13T21:13:32.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 365 sec latency 360359.336 ms 2024-02-13T21:13:32.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:31.168052+0000 mgr.smithi153.unkvxi (mgr.14740) 275 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:33.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:31.168052+0000 mgr.smithi153.unkvxi (mgr.14740) 275 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:33.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 366 sec latency 361359.433 ms 2024-02-13T21:13:34.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 367 sec latency 362359.520 ms 2024-02-13T21:13:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:33.168683+0000 mgr.smithi153.unkvxi (mgr.14740) 276 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:33.815712+0000 mon.smithi153 (mon.0) 669 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:33.817454+0000 mon.smithi153 (mon.0) 670 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:33.818262+0000 mon.smithi153 (mon.0) 671 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:33.823218+0000 mon.smithi153 (mon.0) 672 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:33.829322+0000 mon.smithi153 (mon.0) 673 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:33.832740+0000 mon.smithi153 (mon.0) 674 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:33.835141+0000 mon.smithi153 (mon.0) 675 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:33.836484+0000 mon.smithi153 (mon.0) 676 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:34.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:33.837810+0000 mon.smithi153 (mon.0) 677 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:34.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:33.839647+0000 mon.smithi153 (mon.0) 678 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:33.168683+0000 mgr.smithi153.unkvxi (mgr.14740) 276 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:33.815712+0000 mon.smithi153 (mon.0) 669 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:33.817454+0000 mon.smithi153 (mon.0) 670 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:33.818262+0000 mon.smithi153 (mon.0) 671 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:33.823218+0000 mon.smithi153 (mon.0) 672 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:33.829322+0000 mon.smithi153 (mon.0) 673 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:35.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:33.832740+0000 mon.smithi153 (mon.0) 674 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:35.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:33.835141+0000 mon.smithi153 (mon.0) 675 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:35.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:33.836484+0000 mon.smithi153 (mon.0) 676 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:35.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:33.837810+0000 mon.smithi153 (mon.0) 677 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:35.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:33.839647+0000 mon.smithi153 (mon.0) 678 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:35.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.21 MB/sec execute 368 sec latency 363359.620 ms 2024-02-13T21:13:35.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:33.818944+0000 mgr.smithi153.unkvxi (mgr.14740) 277 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:35.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:33.841258+0000 mgr.smithi153.unkvxi (mgr.14740) 278 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi153.vofwhm to be up:active (currently up:clientreplay) 2024-02-13T21:13:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:33.818944+0000 mgr.smithi153.unkvxi (mgr.14740) 277 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:33.841258+0000 mgr.smithi153.unkvxi (mgr.14740) 278 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi153.vofwhm to be up:active (currently up:clientreplay) 2024-02-13T21:13:36.915 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 369 sec latency 364359.698 ms 2024-02-13T21:13:37.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:35.169256+0000 mgr.smithi153.unkvxi (mgr.14740) 279 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:37.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:35.169256+0000 mgr.smithi153.unkvxi (mgr.14740) 279 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:37.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 370 sec latency 365359.775 ms 2024-02-13T21:13:38.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 371 sec latency 366359.869 ms 2024-02-13T21:13:39.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:37.169893+0000 mgr.smithi153.unkvxi (mgr.14740) 280 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:13:39.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:37.169893+0000 mgr.smithi153.unkvxi (mgr.14740) 280 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:13:39.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 372 sec latency 367359.975 ms 2024-02-13T21:13:40.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 373 sec latency 368360.038 ms 2024-02-13T21:13:41.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:39.170375+0000 mgr.smithi153.unkvxi (mgr.14740) 281 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:41.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:39.170375+0000 mgr.smithi153.unkvxi (mgr.14740) 281 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:41.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 374 sec latency 369360.153 ms 2024-02-13T21:13:42.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 375 sec latency 370360.253 ms 2024-02-13T21:13:43.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:41.171096+0000 mgr.smithi153.unkvxi (mgr.14740) 282 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:43.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:41.171096+0000 mgr.smithi153.unkvxi (mgr.14740) 282 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:43.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 376 sec latency 371360.308 ms 2024-02-13T21:13:44.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 377 sec latency 372360.373 ms 2024-02-13T21:13:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:43.171796+0000 mgr.smithi153.unkvxi (mgr.14740) 283 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:43.846959+0000 mon.smithi153 (mon.0) 679 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:43.848880+0000 mon.smithi153 (mon.0) 680 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:43.849672+0000 mon.smithi153 (mon.0) 681 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:43.854748+0000 mon.smithi153 (mon.0) 682 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:43.861205+0000 mon.smithi153 (mon.0) 683 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:43.864688+0000 mon.smithi153 (mon.0) 684 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:45.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:43.867024+0000 mon.smithi153 (mon.0) 685 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:45.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:43.868353+0000 mon.smithi153 (mon.0) 686 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:45.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:43.869722+0000 mon.smithi153 (mon.0) 687 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:45.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:43.871631+0000 mon.smithi153 (mon.0) 688 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:43.171796+0000 mgr.smithi153.unkvxi (mgr.14740) 283 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:43.846959+0000 mon.smithi153 (mon.0) 679 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:43.848880+0000 mon.smithi153 (mon.0) 680 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:43.849672+0000 mon.smithi153 (mon.0) 681 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:43.854748+0000 mon.smithi153 (mon.0) 682 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:43.861205+0000 mon.smithi153 (mon.0) 683 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:43.864688+0000 mon.smithi153 (mon.0) 684 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:43.867024+0000 mon.smithi153 (mon.0) 685 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:43.868353+0000 mon.smithi153 (mon.0) 686 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:43.869722+0000 mon.smithi153 (mon.0) 687 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:43.871631+0000 mon.smithi153 (mon.0) 688 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:45.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 378 sec latency 373360.469 ms 2024-02-13T21:13:46.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:43.850402+0000 mgr.smithi153.unkvxi (mgr.14740) 284 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:46.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:43.873218+0000 mgr.smithi153.unkvxi (mgr.14740) 285 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi153.vofwhm to be up:active (currently up:clientreplay) 2024-02-13T21:13:46.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:43.850402+0000 mgr.smithi153.unkvxi (mgr.14740) 284 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:46.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:43.873218+0000 mgr.smithi153.unkvxi (mgr.14740) 285 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi153.vofwhm to be up:active (currently up:clientreplay) 2024-02-13T21:13:46.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 379 sec latency 374360.597 ms 2024-02-13T21:13:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:45.172372+0000 mgr.smithi153.unkvxi (mgr.14740) 286 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:47.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:45.172372+0000 mgr.smithi153.unkvxi (mgr.14740) 286 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:13:47.916 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100566 0.20 MB/sec execute 380 sec latency 375360.653 ms 2024-02-13T21:13:48.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:47.471599+0000 mds.foofs.smithi153.vofwhm (mds.0) 5 : cluster [WRN] evicting unresponsive client smithi160:foo1 (24357), after 300.38 seconds 2024-02-13T21:13:48.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:47.471655+0000 mds.foofs.smithi153.vofwhm (mds.0) 6 : cluster [INF] Evicting (and blocklisting) client session 24357 (172.21.15.160:0/1151519619) 2024-02-13T21:13:48.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:47.471716+0000 mds.foofs.smithi153.vofwhm (mds.0) 7 : cluster [WRN] evicting unresponsive client smithi153:foo1 (14526), after 300.38 seconds 2024-02-13T21:13:48.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:47.471727+0000 mds.foofs.smithi153.vofwhm (mds.0) 8 : cluster [INF] Evicting (and blocklisting) client session 14526 (172.21.15.153:0/2287004233) 2024-02-13T21:13:48.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:47.472158+0000 mon.smithi153 (mon.0) 689 : audit [INF] from='mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599]' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/1151519619"}]: dispatch 2024-02-13T21:13:48.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:47.472484+0000 mon.smithi153 (mon.0) 690 : audit [INF] from='mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599]' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.153:0/2287004233"}]: dispatch 2024-02-13T21:13:48.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:47.471599+0000 mds.foofs.smithi153.vofwhm (mds.0) 5 : cluster [WRN] evicting unresponsive client smithi160:foo1 (24357), after 300.38 seconds 2024-02-13T21:13:48.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:47.471655+0000 mds.foofs.smithi153.vofwhm (mds.0) 6 : cluster [INF] Evicting (and blocklisting) client session 24357 (172.21.15.160:0/1151519619) 2024-02-13T21:13:48.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:47.471716+0000 mds.foofs.smithi153.vofwhm (mds.0) 7 : cluster [WRN] evicting unresponsive client smithi153:foo1 (14526), after 300.38 seconds 2024-02-13T21:13:48.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:47.471727+0000 mds.foofs.smithi153.vofwhm (mds.0) 8 : cluster [INF] Evicting (and blocklisting) client session 14526 (172.21.15.153:0/2287004233) 2024-02-13T21:13:48.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:47.472158+0000 mon.smithi153 (mon.0) 689 : audit [INF] from='mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599]' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/1151519619"}]: dispatch 2024-02-13T21:13:48.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:47 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:47.472484+0000 mon.smithi153 (mon.0) 690 : audit [INF] from='mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599]' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.153:0/2287004233"}]: dispatch 2024-02-13T21:13:48.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 100631 0.20 MB/sec execute 381 sec latency 376262.688 ms 2024-02-13T21:13:49.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:47.172963+0000 mgr.smithi153.unkvxi (mgr.14740) 287 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:13:49.224 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:47.717780+0000 mon.smithi153 (mon.0) 691 : audit [INF] from='mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599]' entity='mds.foofs.smithi153.vofwhm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/1151519619"}]': finished 2024-02-13T21:13:49.224 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:47.717860+0000 mon.smithi153 (mon.0) 692 : audit [INF] from='mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599]' entity='mds.foofs.smithi153.vofwhm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.153:0/2287004233"}]': finished 2024-02-13T21:13:49.224 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:47.717926+0000 mon.smithi153 (mon.0) 693 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-02-13T21:13:49.225 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:47.730375+0000 mon.smithi153 (mon.0) 694 : cluster [INF] daemon mds.foofs.smithi153.vofwhm is now active in filesystem foofs as rank 0 2024-02-13T21:13:49.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:47.172963+0000 mgr.smithi153.unkvxi (mgr.14740) 287 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:13:49.255 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:47.717780+0000 mon.smithi153 (mon.0) 691 : audit [INF] from='mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599]' entity='mds.foofs.smithi153.vofwhm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/1151519619"}]': finished 2024-02-13T21:13:49.255 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:47.717860+0000 mon.smithi153 (mon.0) 692 : audit [INF] from='mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599]' entity='mds.foofs.smithi153.vofwhm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.153:0/2287004233"}]': finished 2024-02-13T21:13:49.255 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:47.717926+0000 mon.smithi153 (mon.0) 693 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-02-13T21:13:49.255 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:47.730375+0000 mon.smithi153 (mon.0) 694 : cluster [INF] daemon mds.foofs.smithi153.vofwhm is now active in filesystem foofs as rank 0 2024-02-13T21:13:49.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 101480 0.25 MB/sec execute 382 sec latency 40.998 ms 2024-02-13T21:13:50.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:48.721358+0000 mon.smithi153 (mon.0) 695 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-13T21:13:50.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:48.721389+0000 mon.smithi153 (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-02-13T21:13:50.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:48.755466+0000 mon.smithi153 (mon.0) 697 : cluster [DBG] mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:active 2024-02-13T21:13:50.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:48.755537+0000 mon.smithi153 (mon.0) 698 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.vofwhm=up:active} 1 up:standby 2024-02-13T21:13:50.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:49 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:49.173402+0000 mgr.smithi153.unkvxi (mgr.14740) 288 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:13:50.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:48.721358+0000 mon.smithi153 (mon.0) 695 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-13T21:13:50.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:48.721389+0000 mon.smithi153 (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-02-13T21:13:50.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:48.755466+0000 mon.smithi153 (mon.0) 697 : cluster [DBG] mds.0 [v2:172.21.15.153:6834/1343587599,v1:172.21.15.153:6835/1343587599] up:active 2024-02-13T21:13:50.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:48.755537+0000 mon.smithi153 (mon.0) 698 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.vofwhm=up:active} 1 up:standby 2024-02-13T21:13:50.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:49.173402+0000 mgr.smithi153.unkvxi (mgr.14740) 288 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-13T21:13:50.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 102195 0.31 MB/sec execute 383 sec latency 22.165 ms 2024-02-13T21:13:51.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 102910 0.38 MB/sec execute 384 sec latency 21.847 ms 2024-02-13T21:13:52.138 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:13:52.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:51.173980+0000 mgr.smithi153.unkvxi (mgr.14740) 289 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 313 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 186 KiB/s rd, 687 KiB/s wr, 58 op/s 2024-02-13T21:13:52.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:51.255537+0000 mon.smithi153 (mon.0) 699 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:52.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:51.173980+0000 mgr.smithi153.unkvxi (mgr.14740) 289 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 313 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 186 KiB/s rd, 687 KiB/s wr, 58 op/s 2024-02-13T21:13:52.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:51.255537+0000 mon.smithi153 (mon.0) 699 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:52.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 103320 0.41 MB/sec execute 385 sec latency 31.924 ms 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (12m) 2m ago 14m 20.0M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (4m) 2m ago 14m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (4m) 49s ago 13m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (12m) 2m ago 14m 34.2M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (8m) 2m ago 8m 27.6M - 16.2.4 8d91d370c2b8 9cbc002397c2 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (8m) 49s ago 8m 11.6M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (5m) 2m ago 15m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (5m) 49s ago 13m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (5m) 2m ago 16m 46.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (4m) 49s ago 13m 57.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:13:53.004 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (6m) 2m ago 6m 84.1M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (6m) 49s ago 6m 85.5M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (14m) 2m ago 14m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (13m) 49s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (4m) 2m ago 13m 115M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (3m) 2m ago 12m 101M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (3m) 2m ago 12m 89.8M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (2m) 2m ago 11m 11.6M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (2m) 49s ago 11m 122M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (109s) 49s ago 11m 120M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc d1730bd0405e 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (82s) 49s ago 10m 104M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 37ff9160c117 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (54s) 49s ago 10m 14.7M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 82afbfdf20ab 2024-02-13T21:13:53.005 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (5m) 2m ago 13m 62.5M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:13:53.523 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:13:53.524 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:13:53.525 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:13:53.525 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:13:53.525 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 12, 2024-02-13T21:13:53.525 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-02-13T21:13:53.525 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:13:53.525 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:13:53.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:52.118985+0000 mgr.smithi153.unkvxi (mgr.14740) 290 : audit [DBG] from='client.44253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:53.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:53 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:52.566590+0000 mgr.smithi153.unkvxi (mgr.14740) 291 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:53.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:52.118985+0000 mgr.smithi153.unkvxi (mgr.14740) 290 : audit [DBG] from='client.44253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:53.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:52.566590+0000 mgr.smithi153.unkvxi (mgr.14740) 291 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:53.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 103696 0.42 MB/sec execute 386 sec latency 50.460 ms 2024-02-13T21:13:53.976 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:13:53.976 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:13:53.976 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:13:53.976 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:13:53.977 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:13:53.977 INFO:teuthology.orchestra.run.smithi153.stdout: "osd", 2024-02-13T21:13:53.977 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:13:53.977 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:13:53.977 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:13:53.977 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:13:53.977 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "14/23 daemons upgraded", 2024-02-13T21:13:53.977 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading mds daemons", 2024-02-13T21:13:53.977 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:13:53.977 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:13:54.523 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:52.993629+0000 mgr.smithi153.unkvxi (mgr.14740) 292 : audit [DBG] from='client.44261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:53.174541+0000 mgr.smithi153.unkvxi (mgr.14740) 293 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 254 KiB/s rd, 1.4 MiB/s wr, 137 op/s 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.524219+0000 mon.smithi160 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.153:0/2733340618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.883710+0000 mon.smithi153 (mon.0) 700 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.887395+0000 mon.smithi153 (mon.0) 701 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.888511+0000 mon.smithi153 (mon.0) 702 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.895518+0000 mon.smithi153 (mon.0) 703 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.902843+0000 mon.smithi153 (mon.0) 704 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.906695+0000 mon.smithi153 (mon.0) 705 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.909908+0000 mon.smithi153 (mon.0) 706 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.912259+0000 mon.smithi153 (mon.0) 707 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.913720+0000 mon.smithi153 (mon.0) 708 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:54.524 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.915685+0000 mon.smithi153 (mon.0) 709 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:54.525 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.918215+0000 mon.smithi153 (mon.0) 710 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi153.vofwhm"]}]: dispatch 2024-02-13T21:13:54.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:52.993629+0000 mgr.smithi153.unkvxi (mgr.14740) 292 : audit [DBG] from='client.44261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:53.174541+0000 mgr.smithi153.unkvxi (mgr.14740) 293 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 254 KiB/s rd, 1.4 MiB/s wr, 137 op/s 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.524219+0000 mon.smithi160 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.153:0/2733340618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.883710+0000 mon.smithi153 (mon.0) 700 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.887395+0000 mon.smithi153 (mon.0) 701 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.888511+0000 mon.smithi153 (mon.0) 702 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.895518+0000 mon.smithi153 (mon.0) 703 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.902843+0000 mon.smithi153 (mon.0) 704 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.906695+0000 mon.smithi153 (mon.0) 705 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.909908+0000 mon.smithi153 (mon.0) 706 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.912259+0000 mon.smithi153 (mon.0) 707 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.913720+0000 mon.smithi153 (mon.0) 708 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.915685+0000 mon.smithi153 (mon.0) 709 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:13:54.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.918215+0000 mon.smithi153 (mon.0) 710 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi153.vofwhm"]}]: dispatch 2024-02-13T21:13:54.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 104091 0.44 MB/sec execute 387 sec latency 31.649 ms 2024-02-13T21:13:55.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:53.889520+0000 mgr.smithi153.unkvxi (mgr.14740) 294 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:55.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:53.919330+0000 mgr.smithi153.unkvxi (mgr.14740) 295 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi153.vofwhm 2024-02-13T21:13:55.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:53.976949+0000 mgr.smithi153.unkvxi (mgr.14740) 296 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:55.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:53.889520+0000 mgr.smithi153.unkvxi (mgr.14740) 294 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:13:55.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:53.919330+0000 mgr.smithi153.unkvxi (mgr.14740) 295 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi153.vofwhm 2024-02-13T21:13:55.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:53.976949+0000 mgr.smithi153.unkvxi (mgr.14740) 296 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:13:55.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 104690 0.48 MB/sec execute 388 sec latency 43.737 ms 2024-02-13T21:13:56.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:55.175054+0000 mgr.smithi153.unkvxi (mgr.14740) 297 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 538 KiB/s rd, 3.7 MiB/s wr, 329 op/s 2024-02-13T21:13:56.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:55.175054+0000 mgr.smithi153.unkvxi (mgr.14740) 297 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 538 KiB/s rd, 3.7 MiB/s wr, 329 op/s 2024-02-13T21:13:56.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 105316 0.51 MB/sec execute 389 sec latency 24.868 ms 2024-02-13T21:13:57.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 105797 0.56 MB/sec execute 390 sec latency 32.350 ms 2024-02-13T21:13:57.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:56.638806+0000 mgr.smithi153.unkvxi (mgr.14740) 298 : cephadm [INF] Upgrade: Updating mds.foofs.smithi153.vofwhm 2024-02-13T21:13:57.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:56.643770+0000 mon.smithi153 (mon.0) 711 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:57.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:56.644982+0000 mon.smithi153 (mon.0) 712 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.vofwhm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T21:13:57.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:13:56.645766+0000 mon.smithi153 (mon.0) 713 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:57.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:13:56.646378+0000 mgr.smithi153.unkvxi (mgr.14740) 299 : cephadm [INF] Deploying daemon mds.foofs.smithi153.vofwhm on smithi153 2024-02-13T21:13:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:56.638806+0000 mgr.smithi153.unkvxi (mgr.14740) 298 : cephadm [INF] Upgrade: Updating mds.foofs.smithi153.vofwhm 2024-02-13T21:13:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:56.643770+0000 mon.smithi153 (mon.0) 711 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:13:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:56.644982+0000 mon.smithi153 (mon.0) 712 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.vofwhm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T21:13:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:13:56.645766+0000 mon.smithi153 (mon.0) 713 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:13:58.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:13:56.646378+0000 mgr.smithi153.unkvxi (mgr.14740) 299 : cephadm [INF] Deploying daemon mds.foofs.smithi153.vofwhm on smithi153 2024-02-13T21:13:58.689 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:57.175632+0000 mgr.smithi153.unkvxi (mgr.14740) 300 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 638 KiB/s rd, 5.4 MiB/s wr, 558 op/s 2024-02-13T21:13:58.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 106237 0.60 MB/sec execute 391 sec latency 168.931 ms 2024-02-13T21:13:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:57.175632+0000 mgr.smithi153.unkvxi (mgr.14740) 300 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 638 KiB/s rd, 5.4 MiB/s wr, 558 op/s 2024-02-13T21:13:59.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 106237 0.59 MB/sec execute 392 sec latency 1168.980 ms 2024-02-13T21:13:59.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:13:59.659+0000 7ffaa2ebf700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:13:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:58.766179+0000 mon.smithi153 (mon.0) 714 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-02-13T21:13:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:59.176133+0000 mgr.smithi153.unkvxi (mgr.14740) 301 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 333 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 643 KiB/s rd, 5.8 MiB/s wr, 665 op/s 2024-02-13T21:13:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:59.660805+0000 mon.smithi153 (mon.0) 715 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-13T21:13:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:59.660870+0000 mon.smithi153 (mon.0) 716 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:13:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:59.664777+0000 mon.smithi153 (mon.0) 717 : cluster [INF] Standby daemon mds.foofs.smithi160.wgrttk assigned to filesystem foofs as rank 0 2024-02-13T21:13:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:59.664896+0000 mon.smithi153 (mon.0) 718 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-13T21:13:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:59.664917+0000 mon.smithi153 (mon.0) 719 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-13T21:13:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:59.665118+0000 mon.smithi153 (mon.0) 720 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-13T21:13:59.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:13:59 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:13:59.667329+0000 mon.smithi153 (mon.0) 721 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi160.wgrttk=up:replay} 2024-02-13T21:14:00.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:13:59.678+0000 7fc6b9679700 -1 bdev(0x556db6e2c800 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 12 2024-02-13T21:14:00.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:13:59.679+0000 7fc6b7e76700 -1 bdev(0x556db6e2c800 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 14 2024-02-13T21:14:00.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:58.766179+0000 mon.smithi153 (mon.0) 714 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-02-13T21:14:00.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:59.176133+0000 mgr.smithi153.unkvxi (mgr.14740) 301 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 333 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 643 KiB/s rd, 5.8 MiB/s wr, 665 op/s 2024-02-13T21:14:00.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:59.660805+0000 mon.smithi153 (mon.0) 715 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-13T21:14:00.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:59.660870+0000 mon.smithi153 (mon.0) 716 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:14:00.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:59.664777+0000 mon.smithi153 (mon.0) 717 : cluster [INF] Standby daemon mds.foofs.smithi160.wgrttk assigned to filesystem foofs as rank 0 2024-02-13T21:14:00.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:59.664896+0000 mon.smithi153 (mon.0) 718 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-13T21:14:00.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:59.664917+0000 mon.smithi153 (mon.0) 719 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-13T21:14:00.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:59.665118+0000 mon.smithi153 (mon.0) 720 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-13T21:14:00.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:13:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:13:59.667329+0000 mon.smithi153 (mon.0) 721 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi160.wgrttk=up:replay} 2024-02-13T21:14:00.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 106237 0.59 MB/sec execute 393 sec latency 2169.085 ms 2024-02-13T21:14:01.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 106237 0.59 MB/sec execute 394 sec latency 3169.188 ms 2024-02-13T21:14:02.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:00.771300+0000 mds.foofs.smithi160.wgrttk (mds.0) 1 : cluster [DBG] reconnect by client.24541 172.21.15.160:0/3796620799 after 0.000999985 2024-02-13T21:14:02.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:00.771821+0000 mds.foofs.smithi160.wgrttk (mds.0) 2 : cluster [DBG] reconnect by client.14704 172.21.15.153:0/2314431366 after 0.000999985 2024-02-13T21:14:02.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:00.773260+0000 mon.smithi153 (mon.0) 722 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] up:reconnect 2024-02-13T21:14:02.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:00.773317+0000 mon.smithi153 (mon.0) 723 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi160.wgrttk=up:reconnect} 2024-02-13T21:14:02.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:01.176744+0000 mgr.smithi153.unkvxi (mgr.14740) 302 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 336 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 MiB/s rd, 7.0 MiB/s wr, 731 op/s 2024-02-13T21:14:02.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:00.771300+0000 mds.foofs.smithi160.wgrttk (mds.0) 1 : cluster [DBG] reconnect by client.24541 172.21.15.160:0/3796620799 after 0.000999985 2024-02-13T21:14:02.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:00.771821+0000 mds.foofs.smithi160.wgrttk (mds.0) 2 : cluster [DBG] reconnect by client.14704 172.21.15.153:0/2314431366 after 0.000999985 2024-02-13T21:14:02.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:00.773260+0000 mon.smithi153 (mon.0) 722 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] up:reconnect 2024-02-13T21:14:02.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:00.773317+0000 mon.smithi153 (mon.0) 723 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi160.wgrttk=up:reconnect} 2024-02-13T21:14:02.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:01.176744+0000 mgr.smithi153.unkvxi (mgr.14740) 302 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 336 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 MiB/s rd, 7.0 MiB/s wr, 731 op/s 2024-02-13T21:14:02.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 106237 0.59 MB/sec execute 395 sec latency 4169.320 ms 2024-02-13T21:14:03.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:01.777718+0000 mon.smithi153 (mon.0) 724 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] up:rejoin 2024-02-13T21:14:03.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:01.777794+0000 mon.smithi153 (mon.0) 725 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi160.wgrttk=up:rejoin} 2024-02-13T21:14:03.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:01.777718+0000 mon.smithi153 (mon.0) 724 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] up:rejoin 2024-02-13T21:14:03.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:01.777794+0000 mon.smithi153 (mon.0) 725 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi160.wgrttk=up:rejoin} 2024-02-13T21:14:03.917 INFO:teuthology.orchestra.run.smithi153.stdout: 5 106313 0.61 MB/sec execute 396 sec latency 5038.180 ms 2024-02-13T21:14:04.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:02.784151+0000 mon.smithi153 (mon.0) 726 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] up:clientreplay 2024-02-13T21:14:04.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:02.784274+0000 mon.smithi153 (mon.0) 727 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi160.wgrttk=up:clientreplay} 2024-02-13T21:14:04.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:02.786482+0000 mon.smithi153 (mon.0) 728 : cluster [INF] daemon mds.foofs.smithi160.wgrttk is now active in filesystem foofs as rank 0 2024-02-13T21:14:04.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:03 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:03.177394+0000 mgr.smithi153.unkvxi (mgr.14740) 303 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 6.8 MiB/s wr, 703 op/s 2024-02-13T21:14:04.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:02.784151+0000 mon.smithi153 (mon.0) 726 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] up:clientreplay 2024-02-13T21:14:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:02.784274+0000 mon.smithi153 (mon.0) 727 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi160.wgrttk=up:clientreplay} 2024-02-13T21:14:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:02.786482+0000 mon.smithi153 (mon.0) 728 : cluster [INF] daemon mds.foofs.smithi160.wgrttk is now active in filesystem foofs as rank 0 2024-02-13T21:14:04.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:03.177394+0000 mgr.smithi153.unkvxi (mgr.14740) 303 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 6.8 MiB/s wr, 703 op/s 2024-02-13T21:14:04.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 106769 0.64 MB/sec execute 397 sec latency 50.426 ms 2024-02-13T21:14:05.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:03.781631+0000 mon.smithi153 (mon.0) 729 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-13T21:14:05.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:03.789214+0000 mon.smithi153 (mon.0) 730 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] up:active 2024-02-13T21:14:05.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:03.789281+0000 mon.smithi153 (mon.0) 731 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 2024-02-13T21:14:05.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:03.781631+0000 mon.smithi153 (mon.0) 729 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-13T21:14:05.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:03.789214+0000 mon.smithi153 (mon.0) 730 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3000501582,v1:172.21.15.160:6833/3000501582] up:active 2024-02-13T21:14:05.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:03.789281+0000 mon.smithi153 (mon.0) 731 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 2024-02-13T21:14:05.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 107419 0.66 MB/sec execute 398 sec latency 17.582 ms 2024-02-13T21:14:06.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:05.178023+0000 mgr.smithi153.unkvxi (mgr.14740) 304 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 5.1 MiB/s wr, 554 op/s 2024-02-13T21:14:06.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:05.178023+0000 mgr.smithi153.unkvxi (mgr.14740) 304 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 5.1 MiB/s wr, 554 op/s 2024-02-13T21:14:06.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 107899 0.69 MB/sec execute 399 sec latency 66.951 ms 2024-02-13T21:14:07.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:07 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:06.255468+0000 mon.smithi153 (mon.0) 732 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:07.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:06.255468+0000 mon.smithi153 (mon.0) 732 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:07.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 108386 0.71 MB/sec execute 400 sec latency 56.380 ms 2024-02-13T21:14:08.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:07.178584+0000 mgr.smithi153.unkvxi (mgr.14740) 305 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 4.2 MiB/s wr, 405 op/s 2024-02-13T21:14:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:07.178584+0000 mgr.smithi153.unkvxi (mgr.14740) 305 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 4.2 MiB/s wr, 405 op/s 2024-02-13T21:14:08.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 108892 0.74 MB/sec execute 401 sec latency 41.932 ms 2024-02-13T21:14:09.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 109576 0.80 MB/sec execute 402 sec latency 21.147 ms 2024-02-13T21:14:10.919 INFO:teuthology.orchestra.run.smithi153.stdout: 5 110155 0.85 MB/sec execute 403 sec latency 25.080 ms 2024-02-13T21:14:10.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:09.179033+0000 mgr.smithi153.unkvxi (mgr.14740) 306 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 3.8 MiB/s wr, 344 op/s 2024-02-13T21:14:11.002 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:09.179033+0000 mgr.smithi153.unkvxi (mgr.14740) 306 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 3.8 MiB/s wr, 344 op/s 2024-02-13T21:14:11.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 110529 0.87 MB/sec execute 404 sec latency 39.970 ms 2024-02-13T21:14:12.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:11.027646+0000 mon.smithi153 (mon.0) 733 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:12.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:11.028678+0000 mon.smithi153 (mon.0) 734 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:12.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:11.179646+0000 mgr.smithi153.unkvxi (mgr.14740) 307 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 5.3 MiB/s wr, 452 op/s 2024-02-13T21:14:12.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:11.673024+0000 mon.smithi153 (mon.0) 735 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-13T21:14:12.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:11.673049+0000 mon.smithi153 (mon.0) 736 : cluster [INF] Cluster is now healthy 2024-02-13T21:14:12.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:11.676240+0000 mon.smithi153 (mon.0) 737 : cluster [DBG] mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688] up:boot 2024-02-13T21:14:12.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:11.676291+0000 mon.smithi153 (mon.0) 738 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:14:12.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:11.676416+0000 mon.smithi153 (mon.0) 739 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:14:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:11.027646+0000 mon.smithi153 (mon.0) 733 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:11.028678+0000 mon.smithi153 (mon.0) 734 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:11.179646+0000 mgr.smithi153.unkvxi (mgr.14740) 307 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 5.3 MiB/s wr, 452 op/s 2024-02-13T21:14:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:11.673024+0000 mon.smithi153 (mon.0) 735 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-13T21:14:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:11.673049+0000 mon.smithi153 (mon.0) 736 : cluster [INF] Cluster is now healthy 2024-02-13T21:14:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:11.676240+0000 mon.smithi153 (mon.0) 737 : cluster [DBG] mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688] up:boot 2024-02-13T21:14:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:11.676291+0000 mon.smithi153 (mon.0) 738 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.wgrttk=up:active} 1 up:standby 2024-02-13T21:14:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:11.676416+0000 mon.smithi153 (mon.0) 739 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:14:12.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 110908 0.88 MB/sec execute 405 sec latency 34.598 ms 2024-02-13T21:14:13.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 111356 0.91 MB/sec execute 406 sec latency 45.962 ms 2024-02-13T21:14:14.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 111838 0.93 MB/sec execute 407 sec latency 39.699 ms 2024-02-13T21:14:14.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:13.180380+0000 mgr.smithi153.unkvxi (mgr.14740) 308 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 5.2 MiB/s wr, 558 op/s 2024-02-13T21:14:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:13.180380+0000 mgr.smithi153.unkvxi (mgr.14740) 308 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 5.2 MiB/s wr, 558 op/s 2024-02-13T21:14:15.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 112441 0.96 MB/sec execute 408 sec latency 30.010 ms 2024-02-13T21:14:16.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 113449 1.06 MB/sec execute 409 sec latency 45.073 ms 2024-02-13T21:14:16.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:15.180937+0000 mgr.smithi153.unkvxi (mgr.14740) 309 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.4 MiB/s rd, 5.7 MiB/s wr, 565 op/s 2024-02-13T21:14:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:15.180937+0000 mgr.smithi153.unkvxi (mgr.14740) 309 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.4 MiB/s rd, 5.7 MiB/s wr, 565 op/s 2024-02-13T21:14:17.918 INFO:teuthology.orchestra.run.smithi153.stdout: 5 114349 1.10 MB/sec execute 410 sec latency 38.393 ms 2024-02-13T21:14:18.920 INFO:teuthology.orchestra.run.smithi153.stdout: 5 115044 1.13 MB/sec execute 411 sec latency 35.750 ms 2024-02-13T21:14:18.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:17.181547+0000 mgr.smithi153.unkvxi (mgr.14740) 310 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 87 KiB/s rd, 7.0 MiB/s wr, 740 op/s 2024-02-13T21:14:19.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:17.181547+0000 mgr.smithi153.unkvxi (mgr.14740) 310 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 87 KiB/s rd, 7.0 MiB/s wr, 740 op/s 2024-02-13T21:14:19.920 INFO:teuthology.orchestra.run.smithi153.stdout: 5 115772 1.16 MB/sec execute 412 sec latency 75.094 ms 2024-02-13T21:14:20.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 116313 1.20 MB/sec execute 413 sec latency 62.288 ms 2024-02-13T21:14:20.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:19.182001+0000 mgr.smithi153.unkvxi (mgr.14740) 311 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 333 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 73 KiB/s rd, 6.7 MiB/s wr, 773 op/s 2024-02-13T21:14:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:19.182001+0000 mgr.smithi153.unkvxi (mgr.14740) 311 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 333 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 73 KiB/s rd, 6.7 MiB/s wr, 773 op/s 2024-02-13T21:14:21.920 INFO:teuthology.orchestra.run.smithi153.stdout: 5 116690 1.24 MB/sec execute 414 sec latency 51.219 ms 2024-02-13T21:14:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:20.705940+0000 mon.smithi153 (mon.0) 740 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.010217+0000 mon.smithi153 (mon.0) 741 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.010804+0000 mon.smithi153 (mon.0) 742 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:14:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.015309+0000 mon.smithi153 (mon.0) 743 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.020579+0000 mon.smithi153 (mon.0) 744 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.023933+0000 mon.smithi153 (mon.0) 745 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.026045+0000 mon.smithi153 (mon.0) 746 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:22.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.027319+0000 mon.smithi153 (mon.0) 747 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.028509+0000 mon.smithi153 (mon.0) 748 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.030267+0000 mon.smithi153 (mon.0) 749 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.031929+0000 mon.smithi153 (mon.0) 750 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi160.wgrttk"]}]: dispatch 2024-02-13T21:14:22.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:21 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:21.255877+0000 mon.smithi153 (mon.0) 751 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:22.081 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:20.705940+0000 mon.smithi153 (mon.0) 740 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.010217+0000 mon.smithi153 (mon.0) 741 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.010804+0000 mon.smithi153 (mon.0) 742 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.015309+0000 mon.smithi153 (mon.0) 743 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.020579+0000 mon.smithi153 (mon.0) 744 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.023933+0000 mon.smithi153 (mon.0) 745 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.026045+0000 mon.smithi153 (mon.0) 746 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.027319+0000 mon.smithi153 (mon.0) 747 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.028509+0000 mon.smithi153 (mon.0) 748 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.030267+0000 mon.smithi153 (mon.0) 749 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.031929+0000 mon.smithi153 (mon.0) 750 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi160.wgrttk"]}]: dispatch 2024-02-13T21:14:22.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:21.255877+0000 mon.smithi153 (mon.0) 751 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:22.920 INFO:teuthology.orchestra.run.smithi153.stdout: 5 117114 1.27 MB/sec execute 415 sec latency 34.501 ms 2024-02-13T21:14:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:21.011295+0000 mgr.smithi153.unkvxi (mgr.14740) 312 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:14:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:21.032381+0000 mgr.smithi153.unkvxi (mgr.14740) 313 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi160.wgrttk 2024-02-13T21:14:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:21.182528+0000 mgr.smithi153.unkvxi (mgr.14740) 314 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 66 KiB/s rd, 8.8 MiB/s wr, 839 op/s 2024-02-13T21:14:23.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:21.011295+0000 mgr.smithi153.unkvxi (mgr.14740) 312 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:14:23.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:21.032381+0000 mgr.smithi153.unkvxi (mgr.14740) 313 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi160.wgrttk 2024-02-13T21:14:23.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:21.182528+0000 mgr.smithi153.unkvxi (mgr.14740) 314 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 66 KiB/s rd, 8.8 MiB/s wr, 839 op/s 2024-02-13T21:14:23.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 117449 1.30 MB/sec execute 416 sec latency 54.958 ms 2024-02-13T21:14:24.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:22.776344+0000 mgr.smithi153.unkvxi (mgr.14740) 315 : cephadm [INF] Upgrade: Updating mds.foofs.smithi160.wgrttk 2024-02-13T21:14:24.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:22.780305+0000 mon.smithi153 (mon.0) 752 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:24.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:22.780995+0000 mon.smithi153 (mon.0) 753 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.wgrttk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T21:14:24.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:22.781611+0000 mon.smithi153 (mon.0) 754 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:24.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:22.782222+0000 mgr.smithi153.unkvxi (mgr.14740) 316 : cephadm [INF] Deploying daemon mds.foofs.smithi160.wgrttk on smithi160 2024-02-13T21:14:24.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:23 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:23.182998+0000 mgr.smithi153.unkvxi (mgr.14740) 317 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 8.7 MiB/s wr, 951 op/s 2024-02-13T21:14:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:22.776344+0000 mgr.smithi153.unkvxi (mgr.14740) 315 : cephadm [INF] Upgrade: Updating mds.foofs.smithi160.wgrttk 2024-02-13T21:14:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:22.780305+0000 mon.smithi153 (mon.0) 752 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:22.780995+0000 mon.smithi153 (mon.0) 753 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.wgrttk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-13T21:14:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:22.781611+0000 mon.smithi153 (mon.0) 754 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:22.782222+0000 mgr.smithi153.unkvxi (mgr.14740) 316 : cephadm [INF] Deploying daemon mds.foofs.smithi160.wgrttk on smithi160 2024-02-13T21:14:24.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:23 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:23.182998+0000 mgr.smithi153.unkvxi (mgr.14740) 317 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 8.7 MiB/s wr, 951 op/s 2024-02-13T21:14:24.401 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:14:24.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 117608 1.30 MB/sec execute 417 sec latency 381.715 ms 2024-02-13T21:14:25.038 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:14:25.038 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (13m) 4s ago 15m 19.5M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:14:25.038 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (5m) 4s ago 15m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:14:25.038 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (5m) 81s ago 14m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:14:25.038 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (13m) 4s ago 14m 36.7M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:14:25.038 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (14s) 4s ago 9m 13.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc f20395f4b880 2024-02-13T21:14:25.038 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (9m) 81s ago 9m 11.6M - 16.2.4 8d91d370c2b8 084fb79baeb4 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (6m) 4s ago 16m 444M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (5m) 81s ago 14m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (5m) 4s ago 16m 53.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (5m) 81s ago 14m 57.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (6m) 4s ago 6m 138M - 3.5 8d91d370c2b8 1ae2519f32f2 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (6m) 81s ago 6m 85.5M - 3.5 8d91d370c2b8 666725bab8ce 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (14m) 4s ago 14m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (13m) 81s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (4m) 4s ago 13m 182M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (4m) 4s ago 13m 161M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (3m) 4s ago 12m 132M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (3m) 4s ago 12m 175M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (2m) 81s ago 11m 122M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (2m) 81s ago 11m 120M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc d1730bd0405e 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (114s) 81s ago 11m 104M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 37ff9160c117 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (86s) 81s ago 11m 14.7M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 82afbfdf20ab 2024-02-13T21:14:25.039 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (6m) 4s ago 14m 63.2M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:14:25.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:14:24.780+0000 7ffaa2ebf700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:14:25.415 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:14:25.415 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:14:25.415 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:14:25.415 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:14:25.415 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:14:25.415 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:14:25.415 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:14:25.416 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:14:25.416 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-13T21:14:25.416 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:14:25.416 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:14:25.416 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-13T21:14:25.416 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:14:25.416 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:14:25.416 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 13 2024-02-13T21:14:25.416 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:14:25.416 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:14:25.712 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:14:25.712 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:14:25.712 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:14:25.712 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:14:25.712 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:14:25.712 INFO:teuthology.orchestra.run.smithi153.stdout: "osd", 2024-02-13T21:14:25.712 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:14:25.712 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:14:25.713 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:14:25.713 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:14:25.713 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "15/23 daemons upgraded", 2024-02-13T21:14:25.713 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading mds daemons", 2024-02-13T21:14:25.713 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:14:25.713 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:14:25.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 117608 1.30 MB/sec execute 418 sec latency 1381.804 ms 2024-02-13T21:14:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:24.383729+0000 mgr.smithi153.unkvxi (mgr.14740) 318 : audit [DBG] from='client.44275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:24.563048+0000 mon.smithi153 (mon.0) 755 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-02-13T21:14:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:24.781732+0000 mon.smithi153 (mon.0) 756 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-13T21:14:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:24.781755+0000 mon.smithi153 (mon.0) 757 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:14:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:24.784854+0000 mon.smithi153 (mon.0) 758 : cluster [INF] Standby daemon mds.foofs.smithi153.vofwhm assigned to filesystem foofs as rank 0 2024-02-13T21:14:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:24.784945+0000 mon.smithi153 (mon.0) 759 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-13T21:14:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:24.784968+0000 mon.smithi153 (mon.0) 760 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-13T21:14:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:24.785527+0000 mon.smithi153 (mon.0) 761 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-13T21:14:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:24.790685+0000 mon.smithi153 (mon.0) 762 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:replay} 2024-02-13T21:14:25.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:25 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:25.416287+0000 mon.smithi153 (mon.0) 763 : audit [DBG] from='client.? 172.21.15.153:0/3355386269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:24.383729+0000 mgr.smithi153.unkvxi (mgr.14740) 318 : audit [DBG] from='client.44275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:26.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:24.563048+0000 mon.smithi153 (mon.0) 755 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-02-13T21:14:26.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:24.781732+0000 mon.smithi153 (mon.0) 756 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-13T21:14:26.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:24.781755+0000 mon.smithi153 (mon.0) 757 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-13T21:14:26.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:24.784854+0000 mon.smithi153 (mon.0) 758 : cluster [INF] Standby daemon mds.foofs.smithi153.vofwhm assigned to filesystem foofs as rank 0 2024-02-13T21:14:26.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:24.784945+0000 mon.smithi153 (mon.0) 759 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-13T21:14:26.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:24.784968+0000 mon.smithi153 (mon.0) 760 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-13T21:14:26.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:24.785527+0000 mon.smithi153 (mon.0) 761 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-13T21:14:26.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:24.790685+0000 mon.smithi153 (mon.0) 762 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:replay} 2024-02-13T21:14:26.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:25 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:25.416287+0000 mon.smithi153 (mon.0) 763 : audit [DBG] from='client.? 172.21.15.153:0/3355386269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:26.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 117608 1.29 MB/sec execute 419 sec latency 2381.886 ms 2024-02-13T21:14:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:24.719600+0000 mgr.smithi153.unkvxi (mgr.14740) 319 : audit [DBG] from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:25.029808+0000 mgr.smithi153.unkvxi (mgr.14740) 320 : audit [DBG] from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:25.183456+0000 mgr.smithi153.unkvxi (mgr.14740) 321 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.0 MiB/s rd, 9.0 MiB/s wr, 881 op/s 2024-02-13T21:14:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:25.615485+0000 mon.smithi153 (mon.0) 764 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:14:26.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:25.713152+0000 mgr.smithi153.unkvxi (mgr.14740) 322 : audit [DBG] from='client.44289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:26.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:25.792718+0000 mds.foofs.smithi153.vofwhm (mds.0) 1 : cluster [DBG] reconnect by client.24541 172.21.15.160:0/3796620799 after 0 2024-02-13T21:14:26.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:25.792869+0000 mds.foofs.smithi153.vofwhm (mds.0) 2 : cluster [DBG] reconnect by client.14704 172.21.15.153:0/2314431366 after 0 2024-02-13T21:14:26.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:25.793486+0000 mon.smithi153 (mon.0) 765 : cluster [DBG] mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688] up:reconnect 2024-02-13T21:14:26.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:25.793524+0000 mon.smithi153 (mon.0) 766 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:reconnect} 2024-02-13T21:14:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:24.719600+0000 mgr.smithi153.unkvxi (mgr.14740) 319 : audit [DBG] from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:25.029808+0000 mgr.smithi153.unkvxi (mgr.14740) 320 : audit [DBG] from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:25.183456+0000 mgr.smithi153.unkvxi (mgr.14740) 321 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.0 MiB/s rd, 9.0 MiB/s wr, 881 op/s 2024-02-13T21:14:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:25.615485+0000 mon.smithi153 (mon.0) 764 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:14:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:25.713152+0000 mgr.smithi153.unkvxi (mgr.14740) 322 : audit [DBG] from='client.44289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:25.792718+0000 mds.foofs.smithi153.vofwhm (mds.0) 1 : cluster [DBG] reconnect by client.24541 172.21.15.160:0/3796620799 after 0 2024-02-13T21:14:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:25.792869+0000 mds.foofs.smithi153.vofwhm (mds.0) 2 : cluster [DBG] reconnect by client.14704 172.21.15.153:0/2314431366 after 0 2024-02-13T21:14:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:25.793486+0000 mon.smithi153 (mon.0) 765 : cluster [DBG] mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688] up:reconnect 2024-02-13T21:14:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:25.793524+0000 mon.smithi153 (mon.0) 766 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:reconnect} 2024-02-13T21:14:27.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 117608 1.29 MB/sec execute 420 sec latency 3381.932 ms 2024-02-13T21:14:28.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:26.795636+0000 mon.smithi153 (mon.0) 767 : cluster [DBG] mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688] up:rejoin 2024-02-13T21:14:28.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:26.795694+0000 mon.smithi153 (mon.0) 768 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:rejoin} 2024-02-13T21:14:28.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:27 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:27.184203+0000 mgr.smithi153.unkvxi (mgr.14740) 323 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 716 op/s 2024-02-13T21:14:28.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:26.795636+0000 mon.smithi153 (mon.0) 767 : cluster [DBG] mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688] up:rejoin 2024-02-13T21:14:28.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:26.795694+0000 mon.smithi153 (mon.0) 768 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:rejoin} 2024-02-13T21:14:28.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:27 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:27.184203+0000 mgr.smithi153.unkvxi (mgr.14740) 323 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 7.8 MiB/s wr, 716 op/s 2024-02-13T21:14:28.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 117646 1.29 MB/sec execute 421 sec latency 4273.259 ms 2024-02-13T21:14:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:27.800376+0000 mon.smithi153 (mon.0) 769 : cluster [DBG] mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688] up:clientreplay 2024-02-13T21:14:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:27.800451+0000 mon.smithi153 (mon.0) 770 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:clientreplay} 2024-02-13T21:14:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:27.816331+0000 mon.smithi153 (mon.0) 771 : cluster [INF] daemon mds.foofs.smithi153.vofwhm is now active in filesystem foofs as rank 0 2024-02-13T21:14:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:28.692427+0000 mon.smithi153 (mon.0) 772 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:28.693231+0000 mon.smithi153 (mon.0) 773 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:29.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:27.800376+0000 mon.smithi153 (mon.0) 769 : cluster [DBG] mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688] up:clientreplay 2024-02-13T21:14:29.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:27.800451+0000 mon.smithi153 (mon.0) 770 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi153.vofwhm=up:clientreplay} 2024-02-13T21:14:29.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:27.816331+0000 mon.smithi153 (mon.0) 771 : cluster [INF] daemon mds.foofs.smithi153.vofwhm is now active in filesystem foofs as rank 0 2024-02-13T21:14:29.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:28.692427+0000 mon.smithi153 (mon.0) 772 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:29.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:28.693231+0000 mon.smithi153 (mon.0) 773 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:29.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 118011 1.30 MB/sec execute 422 sec latency 40.735 ms 2024-02-13T21:14:30.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:28.798609+0000 mon.smithi153 (mon.0) 774 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-13T21:14:30.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:28.798638+0000 mon.smithi153 (mon.0) 775 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-13T21:14:30.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:28.798676+0000 mon.smithi153 (mon.0) 776 : cluster [INF] Cluster is now healthy 2024-02-13T21:14:30.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:28.805642+0000 mon.smithi153 (mon.0) 777 : cluster [DBG] mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688] up:active 2024-02-13T21:14:30.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:28.805719+0000 mon.smithi153 (mon.0) 778 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3977080879,v1:172.21.15.160:6833/3977080879] up:boot 2024-02-13T21:14:30.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:28.805850+0000 mon.smithi153 (mon.0) 779 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.vofwhm=up:active} 1 up:standby 2024-02-13T21:14:30.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:28.806020+0000 mon.smithi153 (mon.0) 780 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:14:30.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:29.184635+0000 mgr.smithi153.unkvxi (mgr.14740) 324 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 334 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.6 MiB/s wr, 642 op/s 2024-02-13T21:14:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:28.798609+0000 mon.smithi153 (mon.0) 774 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-13T21:14:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:28.798638+0000 mon.smithi153 (mon.0) 775 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-13T21:14:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:28.798676+0000 mon.smithi153 (mon.0) 776 : cluster [INF] Cluster is now healthy 2024-02-13T21:14:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:28.805642+0000 mon.smithi153 (mon.0) 777 : cluster [DBG] mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688] up:active 2024-02-13T21:14:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:28.805719+0000 mon.smithi153 (mon.0) 778 : cluster [DBG] mds.? [v2:172.21.15.160:6832/3977080879,v1:172.21.15.160:6833/3977080879] up:boot 2024-02-13T21:14:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:28.805850+0000 mon.smithi153 (mon.0) 779 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.vofwhm=up:active} 1 up:standby 2024-02-13T21:14:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:28.806020+0000 mon.smithi153 (mon.0) 780 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:14:30.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:29.184635+0000 mgr.smithi153.unkvxi (mgr.14740) 324 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 334 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.6 MiB/s wr, 642 op/s 2024-02-13T21:14:30.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 118508 1.33 MB/sec execute 423 sec latency 32.386 ms 2024-02-13T21:14:31.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 118998 1.35 MB/sec execute 424 sec latency 60.637 ms 2024-02-13T21:14:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:31.185245+0000 mgr.smithi153.unkvxi (mgr.14740) 325 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 333 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 5.1 MiB/s wr, 527 op/s 2024-02-13T21:14:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.854059+0000 mon.smithi153 (mon.0) 781 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.855502+0000 mon.smithi153 (mon.0) 782 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.856873+0000 mon.smithi153 (mon.0) 783 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:14:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.867085+0000 mon.smithi153 (mon.0) 784 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.877042+0000 mon.smithi153 (mon.0) 785 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.884112+0000 mon.smithi153 (mon.0) 786 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.888249+0000 mon.smithi153 (mon.0) 787 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.889529+0000 mon.smithi153 (mon.0) 788 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.890950+0000 mon.smithi153 (mon.0) 789 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.893246+0000 mon.smithi153 (mon.0) 790 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.895281+0000 mon.smithi153 (mon.0) 791 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.900781+0000 mon.smithi153 (mon.0) 792 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.901852+0000 mon.smithi153 (mon.0) 793 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.908425+0000 mon.smithi153 (mon.0) 794 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi153.vofwhm"}]': finished 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.909260+0000 mon.smithi153 (mon.0) 795 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.914005+0000 mon.smithi153 (mon.0) 796 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi160.wgrttk"}]': finished 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.915463+0000 mon.smithi153 (mon.0) 797 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.922975+0000 mon.smithi153 (mon.0) 798 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.924853+0000 mon.smithi153 (mon.0) 799 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.929839+0000 mon.smithi153 (mon.0) 800 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.930882+0000 mon.smithi153 (mon.0) 801 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.932101+0000 mon.smithi153 (mon.0) 802 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.441 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:31.937581+0000 mon.smithi153 (mon.0) 803 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:31.185245+0000 mgr.smithi153.unkvxi (mgr.14740) 325 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 333 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 5.1 MiB/s wr, 527 op/s 2024-02-13T21:14:32.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.854059+0000 mon.smithi153 (mon.0) 781 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.855502+0000 mon.smithi153 (mon.0) 782 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:32.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.856873+0000 mon.smithi153 (mon.0) 783 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:14:32.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.867085+0000 mon.smithi153 (mon.0) 784 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.877042+0000 mon.smithi153 (mon.0) 785 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.884112+0000 mon.smithi153 (mon.0) 786 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.888249+0000 mon.smithi153 (mon.0) 787 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.889529+0000 mon.smithi153 (mon.0) 788 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.890950+0000 mon.smithi153 (mon.0) 789 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.893246+0000 mon.smithi153 (mon.0) 790 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.895281+0000 mon.smithi153 (mon.0) 791 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.900781+0000 mon.smithi153 (mon.0) 792 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.901852+0000 mon.smithi153 (mon.0) 793 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi153.vofwhm"}]: dispatch 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.908425+0000 mon.smithi153 (mon.0) 794 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi153.vofwhm"}]': finished 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.909260+0000 mon.smithi153 (mon.0) 795 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi160.wgrttk"}]: dispatch 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.914005+0000 mon.smithi153 (mon.0) 796 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi160.wgrttk"}]': finished 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.915463+0000 mon.smithi153 (mon.0) 797 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.922975+0000 mon.smithi153 (mon.0) 798 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.924853+0000 mon.smithi153 (mon.0) 799 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.929839+0000 mon.smithi153 (mon.0) 800 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.930882+0000 mon.smithi153 (mon.0) 801 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.932101+0000 mon.smithi153 (mon.0) 802 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:32.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:31.937581+0000 mon.smithi153 (mon.0) 803 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:32.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 119525 1.37 MB/sec execute 425 sec latency 36.589 ms 2024-02-13T21:14:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:31.857953+0000 mgr.smithi153.unkvxi (mgr.14740) 326 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:14:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:31.895909+0000 mgr.smithi153.unkvxi (mgr.14740) 327 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-13T21:14:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:31.916092+0000 mgr.smithi153.unkvxi (mgr.14740) 328 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-13T21:14:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:31.925588+0000 mgr.smithi153.unkvxi (mgr.14740) 329 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-13T21:14:33.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:33 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:31.932693+0000 mgr.smithi153.unkvxi (mgr.14740) 330 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-13T21:14:33.515 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:31.857953+0000 mgr.smithi153.unkvxi (mgr.14740) 326 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:14:33.515 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:31.895909+0000 mgr.smithi153.unkvxi (mgr.14740) 327 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-13T21:14:33.515 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:31.916092+0000 mgr.smithi153.unkvxi (mgr.14740) 328 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-13T21:14:33.515 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:31.925588+0000 mgr.smithi153.unkvxi (mgr.14740) 329 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-13T21:14:33.515 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:33 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:31.932693+0000 mgr.smithi153.unkvxi (mgr.14740) 330 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-13T21:14:33.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 120050 1.42 MB/sec execute 426 sec latency 35.640 ms 2024-02-13T21:14:34.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 120553 1.46 MB/sec execute 427 sec latency 32.716 ms 2024-02-13T21:14:34.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:33.185772+0000 mgr.smithi153.unkvxi (mgr.14740) 331 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 3.8 MiB/s wr, 378 op/s 2024-02-13T21:14:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:33.851602+0000 mon.smithi153 (mon.0) 804 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:33.852677+0000 mon.smithi153 (mon.0) 805 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:14:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:33.853680+0000 mon.smithi153 (mon.0) 806 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 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-13T21:14:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:33.857639+0000 mon.smithi153 (mon.0) 807 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 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-13T21:14:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:33.859005+0000 mon.smithi153 (mon.0) 808 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:33.913053+0000 mon.smithi153 (mon.0) 809 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:14:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:33.916331+0000 mon.smithi153 (mon.0) 810 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T21:14:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:33.983274+0000 mon.smithi153 (mon.0) 811 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:14:34.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:33.992474+0000 mon.smithi153 (mon.0) 812 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:33.185772+0000 mgr.smithi153.unkvxi (mgr.14740) 331 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 3.8 MiB/s wr, 378 op/s 2024-02-13T21:14:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:33.851602+0000 mon.smithi153 (mon.0) 804 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:33.852677+0000 mon.smithi153 (mon.0) 805 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:14:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:33.853680+0000 mon.smithi153 (mon.0) 806 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 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-13T21:14:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:33.857639+0000 mon.smithi153 (mon.0) 807 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 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-13T21:14:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:33.859005+0000 mon.smithi153 (mon.0) 808 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:33.913053+0000 mon.smithi153 (mon.0) 809 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:14:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:33.916331+0000 mon.smithi153 (mon.0) 810 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T21:14:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:33.983274+0000 mon.smithi153 (mon.0) 811 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi153.prvyyv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:14:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:33.992474+0000 mon.smithi153 (mon.0) 812 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:35.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121029 1.49 MB/sec execute 428 sec latency 29.115 ms 2024-02-13T21:14:35.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:33.847350+0000 mgr.smithi153.unkvxi (mgr.14740) 332 : cephadm [INF] Upgrade: Updating nfs.foo.0.0.smithi153.prvyyv (1/2) 2024-02-13T21:14:35.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:33.852423+0000 mgr.smithi153.unkvxi (mgr.14740) 333 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi153.prvyyv 2024-02-13T21:14:35.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:33.853382+0000 mgr.smithi153.unkvxi (mgr.14740) 334 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-13T21:14:35.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:33.982563+0000 mgr.smithi153.unkvxi (mgr.14740) 335 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:14:35.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:33.982711+0000 mgr.smithi153.unkvxi (mgr.14740) 336 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi153.prvyyv-rgw 2024-02-13T21:14:35.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:33.993514+0000 mgr.smithi153.unkvxi (mgr.14740) 337 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi153.prvyyv on smithi153 2024-02-13T21:14:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:33.847350+0000 mgr.smithi153.unkvxi (mgr.14740) 332 : cephadm [INF] Upgrade: Updating nfs.foo.0.0.smithi153.prvyyv (1/2) 2024-02-13T21:14:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:33.852423+0000 mgr.smithi153.unkvxi (mgr.14740) 333 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi153.prvyyv 2024-02-13T21:14:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:33.853382+0000 mgr.smithi153.unkvxi (mgr.14740) 334 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-13T21:14:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:33.982563+0000 mgr.smithi153.unkvxi (mgr.14740) 335 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:14:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:33.982711+0000 mgr.smithi153.unkvxi (mgr.14740) 336 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi153.prvyyv-rgw 2024-02-13T21:14:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:33.993514+0000 mgr.smithi153.unkvxi (mgr.14740) 337 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi153.prvyyv on smithi153 2024-02-13T21:14:36.921 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121120 1.49 MB/sec execute 429 sec latency 741.643 ms 2024-02-13T21:14:36.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:35.187742+0000 mgr.smithi153.unkvxi (mgr.14740) 338 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 337 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 4.6 MiB/s wr, 410 op/s 2024-02-13T21:14:37.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:35.187742+0000 mgr.smithi153.unkvxi (mgr.14740) 338 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 337 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 4.6 MiB/s wr, 410 op/s 2024-02-13T21:14:37.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121120 1.48 MB/sec execute 430 sec latency 1741.748 ms 2024-02-13T21:14:38.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121120 1.48 MB/sec execute 431 sec latency 2741.835 ms 2024-02-13T21:14:38.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:37.188529+0000 mgr.smithi153.unkvxi (mgr.14740) 339 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 343 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 4.6 MiB/s wr, 497 op/s 2024-02-13T21:14:39.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:37.188529+0000 mgr.smithi153.unkvxi (mgr.14740) 339 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 343 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 4.6 MiB/s wr, 497 op/s 2024-02-13T21:14:39.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121120 1.48 MB/sec execute 432 sec latency 3741.916 ms 2024-02-13T21:14:40.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121120 1.47 MB/sec execute 433 sec latency 4741.955 ms 2024-02-13T21:14:40.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:39.189070+0000 mgr.smithi153.unkvxi (mgr.14740) 340 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 MiB/s rd, 3.8 MiB/s wr, 428 op/s 2024-02-13T21:14:41.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:39.189070+0000 mgr.smithi153.unkvxi (mgr.14740) 340 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 MiB/s rd, 3.8 MiB/s wr, 428 op/s 2024-02-13T21:14:41.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121120 1.47 MB/sec execute 434 sec latency 5742.004 ms 2024-02-13T21:14:42.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121120 1.47 MB/sec execute 435 sec latency 6742.048 ms 2024-02-13T21:14:43.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:41.189689+0000 mgr.smithi153.unkvxi (mgr.14740) 341 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 3.8 MiB/s rd, 4.4 MiB/s wr, 464 op/s 2024-02-13T21:14:43.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:42.671867+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688]' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.153:0/2314431366"}]: dispatch 2024-02-13T21:14:43.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:42.672251+0000 mon.smithi153 (mon.0) 813 : audit [INF] from='mds.? ' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.153:0/2314431366"}]: dispatch 2024-02-13T21:14:43.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:41.189689+0000 mgr.smithi153.unkvxi (mgr.14740) 341 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 3.8 MiB/s rd, 4.4 MiB/s wr, 464 op/s 2024-02-13T21:14:43.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:42.671867+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688]' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.153:0/2314431366"}]: dispatch 2024-02-13T21:14:43.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:42.672251+0000 mon.smithi153 (mon.0) 813 : audit [INF] from='mds.? ' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.153:0/2314431366"}]: dispatch 2024-02-13T21:14:43.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121120 1.46 MB/sec execute 436 sec latency 7742.150 ms 2024-02-13T21:14:43.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:42.671524+0000 mds.foofs.smithi153.vofwhm (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 14704 (172.21.15.153:0/2314431366) 2024-02-13T21:14:43.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:42.689931+0000 mon.smithi153 (mon.0) 814 : audit [INF] from='mds.? ' entity='mds.foofs.smithi153.vofwhm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.153:0/2314431366"}]': finished 2024-02-13T21:14:43.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:42.689982+0000 mon.smithi153 (mon.0) 815 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-02-13T21:14:43.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:43 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:42.850246+0000 mon.smithi153 (mon.0) 816 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:44.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:42.671524+0000 mds.foofs.smithi153.vofwhm (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 14704 (172.21.15.153:0/2314431366) 2024-02-13T21:14:44.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:42.689931+0000 mon.smithi153 (mon.0) 814 : audit [INF] from='mds.? ' entity='mds.foofs.smithi153.vofwhm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.153:0/2314431366"}]': finished 2024-02-13T21:14:44.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:42.689982+0000 mon.smithi153 (mon.0) 815 : cluster [DBG] osdmap e117: 8 total, 8 up, 8 in 2024-02-13T21:14:44.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:42.850246+0000 mon.smithi153 (mon.0) 816 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:44.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.46 MB/sec execute 437 sec latency 8742.252 ms 2024-02-13T21:14:44.948 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:43.190109+0000 mgr.smithi153.unkvxi (mgr.14740) 342 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 40 KiB/s rd, 4.0 MiB/s wr, 365 op/s 2024-02-13T21:14:44.948 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:44.148357+0000 mon.smithi153 (mon.0) 817 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:44.948 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:44.149362+0000 mon.smithi153 (mon.0) 818 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:14:44.948 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:44.150210+0000 mon.smithi153 (mon.0) 819 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 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-13T21:14:44.948 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:44.153317+0000 mon.smithi153 (mon.0) 820 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 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-13T21:14:44.948 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:44.154515+0000 mon.smithi153 (mon.0) 821 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:44.949 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:44.198699+0000 mon.smithi153 (mon.0) 822 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:14:44.949 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:44.202375+0000 mon.smithi153 (mon.0) 823 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T21:14:44.949 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:44.249856+0000 mon.smithi153 (mon.0) 824 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:14:44.949 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:44.250970+0000 mon.smithi153 (mon.0) 825 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:43.190109+0000 mgr.smithi153.unkvxi (mgr.14740) 342 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 40 KiB/s rd, 4.0 MiB/s wr, 365 op/s 2024-02-13T21:14:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:44.148357+0000 mon.smithi153 (mon.0) 817 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:44.149362+0000 mon.smithi153 (mon.0) 818 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T21:14:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:44.150210+0000 mon.smithi153 (mon.0) 819 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 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-13T21:14:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:44.153317+0000 mon.smithi153 (mon.0) 820 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 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-13T21:14:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:44.154515+0000 mon.smithi153 (mon.0) 821 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:44.198699+0000 mon.smithi153 (mon.0) 822 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T21:14:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:44.202375+0000 mon.smithi153 (mon.0) 823 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T21:14:45.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:44.249856+0000 mon.smithi153 (mon.0) 824 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.figyug-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T21:14:45.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:44.250970+0000 mon.smithi153 (mon.0) 825 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:45.701 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:44.143462+0000 mgr.smithi153.unkvxi (mgr.14740) 343 : cephadm [INF] Upgrade: Updating nfs.foo.1.0.smithi160.figyug (2/2) 2024-02-13T21:14:45.860 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:44.149079+0000 mgr.smithi153.unkvxi (mgr.14740) 344 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.figyug 2024-02-13T21:14:45.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.46 MB/sec execute 438 sec latency 9742.351 ms 2024-02-13T21:14:46.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:44.149983+0000 mgr.smithi153.unkvxi (mgr.14740) 345 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-13T21:14:46.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:44.249407+0000 mgr.smithi153.unkvxi (mgr.14740) 346 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:14:46.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:44.249503+0000 mgr.smithi153.unkvxi (mgr.14740) 347 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.figyug-rgw 2024-02-13T21:14:46.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:44.251720+0000 mgr.smithi153.unkvxi (mgr.14740) 348 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi160.figyug on smithi160 2024-02-13T21:14:46.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:44.143462+0000 mgr.smithi153.unkvxi (mgr.14740) 343 : cephadm [INF] Upgrade: Updating nfs.foo.1.0.smithi160.figyug (2/2) 2024-02-13T21:14:46.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:44.149079+0000 mgr.smithi153.unkvxi (mgr.14740) 344 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.figyug 2024-02-13T21:14:46.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:44.149983+0000 mgr.smithi153.unkvxi (mgr.14740) 345 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-13T21:14:46.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:44.249407+0000 mgr.smithi153.unkvxi (mgr.14740) 346 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T21:14:46.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:44.249503+0000 mgr.smithi153.unkvxi (mgr.14740) 347 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.figyug-rgw 2024-02-13T21:14:46.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:45 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:44.251720+0000 mgr.smithi153.unkvxi (mgr.14740) 348 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi160.figyug on smithi160 2024-02-13T21:14:46.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.45 MB/sec execute 439 sec latency 10742.456 ms 2024-02-13T21:14:46.965 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:45.190711+0000 mgr.smithi153.unkvxi (mgr.14740) 349 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 35 KiB/s rd, 2.8 MiB/s wr, 295 op/s 2024-02-13T21:14:47.189 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:45.190711+0000 mgr.smithi153.unkvxi (mgr.14740) 349 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 35 KiB/s rd, 2.8 MiB/s wr, 295 op/s 2024-02-13T21:14:47.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.45 MB/sec execute 440 sec latency 11742.485 ms 2024-02-13T21:14:48.922 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.45 MB/sec execute 441 sec latency 12742.531 ms 2024-02-13T21:14:48.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:47.191391+0000 mgr.smithi153.unkvxi (mgr.14740) 350 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 35 KiB/s rd, 1.0 MiB/s wr, 102 op/s 2024-02-13T21:14:48.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:47.690270+0000 mon.smithi153 (mon.0) 826 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:48.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:47.691220+0000 mon.smithi153 (mon.0) 827 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:49.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:47.191391+0000 mgr.smithi153.unkvxi (mgr.14740) 350 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 35 KiB/s rd, 1.0 MiB/s wr, 102 op/s 2024-02-13T21:14:49.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:47.690270+0000 mon.smithi153 (mon.0) 826 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:49.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:47.691220+0000 mon.smithi153 (mon.0) 827 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:49.923 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.44 MB/sec execute 442 sec latency 13742.634 ms 2024-02-13T21:14:50.923 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.44 MB/sec execute 443 sec latency 14742.755 ms 2024-02-13T21:14:50.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:49.191809+0000 mgr.smithi153.unkvxi (mgr.14740) 351 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 1.0 MiB/s wr, 99 op/s 2024-02-13T21:14:50.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:50.600632+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688]' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/3796620799"}]: dispatch 2024-02-13T21:14:50.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:50.601016+0000 mon.smithi153 (mon.0) 828 : audit [INF] from='mds.? ' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/3796620799"}]: dispatch 2024-02-13T21:14:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:49.191809+0000 mgr.smithi153.unkvxi (mgr.14740) 351 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 1.0 MiB/s wr, 99 op/s 2024-02-13T21:14:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:50.600632+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='mds.? [v2:172.21.15.153:6834/551513688,v1:172.21.15.153:6835/551513688]' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/3796620799"}]: dispatch 2024-02-13T21:14:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:50.601016+0000 mon.smithi153 (mon.0) 828 : audit [INF] from='mds.? ' entity='mds.foofs.smithi153.vofwhm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/3796620799"}]: dispatch 2024-02-13T21:14:51.923 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.44 MB/sec execute 444 sec latency 15742.843 ms 2024-02-13T21:14:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:50.600395+0000 mds.foofs.smithi153.vofwhm (mds.0) 4 : cluster [INF] Evicting (and blocklisting) client session 24541 (172.21.15.160:0/3796620799) 2024-02-13T21:14:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:50.694581+0000 mon.smithi153 (mon.0) 829 : audit [INF] from='mds.? ' entity='mds.foofs.smithi153.vofwhm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/3796620799"}]': finished 2024-02-13T21:14:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:50.694651+0000 mon.smithi153 (mon.0) 830 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-02-13T21:14:52.082 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:50.600395+0000 mds.foofs.smithi153.vofwhm (mds.0) 4 : cluster [INF] Evicting (and blocklisting) client session 24541 (172.21.15.160:0/3796620799) 2024-02-13T21:14:52.083 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:50.694581+0000 mon.smithi153 (mon.0) 829 : audit [INF] from='mds.? ' entity='mds.foofs.smithi153.vofwhm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/3796620799"}]': finished 2024-02-13T21:14:52.083 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:50.694651+0000 mon.smithi153 (mon.0) 830 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-02-13T21:14:52.923 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.43 MB/sec execute 445 sec latency 16742.888 ms 2024-02-13T21:14:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:51.192377+0000 mgr.smithi153.unkvxi (mgr.14740) 352 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 95 KiB/s wr, 12 op/s 2024-02-13T21:14:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:52.139904+0000 mon.smithi153 (mon.0) 831 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:53.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:51.192377+0000 mgr.smithi153.unkvxi (mgr.14740) 352 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 95 KiB/s wr, 12 op/s 2024-02-13T21:14:53.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:52.139904+0000 mon.smithi153 (mon.0) 831 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:53.923 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.43 MB/sec execute 446 sec latency 17742.932 ms 2024-02-13T21:14:54.923 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.43 MB/sec execute 447 sec latency 18742.985 ms 2024-02-13T21:14:54.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:53.192991+0000 mgr.smithi153.unkvxi (mgr.14740) 353 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 81 KiB/s wr, 10 op/s 2024-02-13T21:14:55.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:53.192991+0000 mgr.smithi153.unkvxi (mgr.14740) 353 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 81 KiB/s wr, 10 op/s 2024-02-13T21:14:55.923 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.42 MB/sec execute 448 sec latency 19743.032 ms 2024-02-13T21:14:56.028 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:14:56.141 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.950706+0000 mon.smithi153 (mon.0) 832 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.951501+0000 mon.smithi153 (mon.0) 833 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.952110+0000 mon.smithi153 (mon.0) 834 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:54.952661+0000 mgr.smithi153.unkvxi (mgr.14740) 354 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.957859+0000 mon.smithi153 (mon.0) 835 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.963078+0000 mon.smithi153 (mon.0) 836 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.965862+0000 mon.smithi153 (mon.0) 837 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.967699+0000 mon.smithi153 (mon.0) 838 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.968722+0000 mon.smithi153 (mon.0) 839 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.969670+0000 mon.smithi153 (mon.0) 840 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.971160+0000 mon.smithi153 (mon.0) 841 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.972738+0000 mon.smithi153 (mon.0) 842 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.973566+0000 mon.smithi153 (mon.0) 843 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.974346+0000 mon.smithi153 (mon.0) 844 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.975131+0000 mon.smithi153 (mon.0) 845 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.975900+0000 mon.smithi153 (mon.0) 846 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.143 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.976835+0000 mon.smithi153 (mon.0) 847 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.143 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:54.977293+0000 mgr.smithi153.unkvxi (mgr.14740) 355 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-13T21:14:56.143 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.980849+0000 mon.smithi153 (mon.0) 848 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:56.143 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.981525+0000 mon.smithi153 (mon.0) 849 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi153.prvyyv"}]: dispatch 2024-02-13T21:14:56.143 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.984152+0000 mon.smithi153 (mon.0) 850 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi153.prvyyv"}]': finished 2024-02-13T21:14:56.143 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.984664+0000 mon.smithi153 (mon.0) 851 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi160.figyug"}]: dispatch 2024-02-13T21:14:56.143 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:54.987617+0000 mon.smithi153 (mon.0) 852 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi160.figyug"}]': finished 2024-02-13T21:14:56.143 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:55 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:55.193486+0000 mgr.smithi153.unkvxi (mgr.14740) 356 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 KiB/s wr, 8 op/s 2024-02-13T21:14:56.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.950706+0000 mon.smithi153 (mon.0) 832 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:56.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.951501+0000 mon.smithi153 (mon.0) 833 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:14:56.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.952110+0000 mon.smithi153 (mon.0) 834 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:14:56.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:54.952661+0000 mgr.smithi153.unkvxi (mgr.14740) 354 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:14:56.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.957859+0000 mon.smithi153 (mon.0) 835 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:56.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.963078+0000 mon.smithi153 (mon.0) 836 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.965862+0000 mon.smithi153 (mon.0) 837 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.967699+0000 mon.smithi153 (mon.0) 838 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.968722+0000 mon.smithi153 (mon.0) 839 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.969670+0000 mon.smithi153 (mon.0) 840 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.971160+0000 mon.smithi153 (mon.0) 841 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.972738+0000 mon.smithi153 (mon.0) 842 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.973566+0000 mon.smithi153 (mon.0) 843 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.974346+0000 mon.smithi153 (mon.0) 844 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.975131+0000 mon.smithi153 (mon.0) 845 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.975900+0000 mon.smithi153 (mon.0) 846 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.976835+0000 mon.smithi153 (mon.0) 847 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:54.977293+0000 mgr.smithi153.unkvxi (mgr.14740) 355 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.980849+0000 mon.smithi153 (mon.0) 848 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:14:56.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.981525+0000 mon.smithi153 (mon.0) 849 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi153.prvyyv"}]: dispatch 2024-02-13T21:14:56.228 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.984152+0000 mon.smithi153 (mon.0) 850 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi153.prvyyv"}]': finished 2024-02-13T21:14:56.228 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.984664+0000 mon.smithi153 (mon.0) 851 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi160.figyug"}]: dispatch 2024-02-13T21:14:56.228 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:54.987617+0000 mon.smithi153 (mon.0) 852 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi160.figyug"}]': finished 2024-02-13T21:14:56.228 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:55.193486+0000 mgr.smithi153.unkvxi (mgr.14740) 356 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 KiB/s wr, 8 op/s 2024-02-13T21:14:56.609 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (13m) 1s ago 15m 19.5M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (5m) 1s ago 15m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (5m) 4s ago 14m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (13m) 1s ago 15m 36.3M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (46s) 1s ago 9m 43.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc f20395f4b880 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (28s) 4s ago 9m 11.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5c36eb0afe8a 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (6m) 1s ago 17m 445M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (6m) 4s ago 14m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (6m) 1s ago 17m 54.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (6m) 4s ago 14m 47.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (14s) 1s ago 7m 59.5M - 3.5 1fbc92c859dc 7dd3672e25d8 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (9s) 4s ago 7m 16.4M - 3.5 1fbc92c859dc 60e4208d939d 2024-02-13T21:14:56.610 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (15m) 1s ago 15m 17.2M - 0.18.1 e5a616e4b9cf e876d4d99a6d 2024-02-13T21:14:56.611 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (14m) 4s ago 14m 17.0M - 0.18.1 e5a616e4b9cf 64d946661bca 2024-02-13T21:14:56.611 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (5m) 1s ago 14m 224M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:14:56.611 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (4m) 1s ago 13m 207M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:14:56.611 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (4m) 1s ago 13m 173M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:14:56.611 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (3m) 1s ago 12m 209M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:14:56.611 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (3m) 4s ago 12m 191M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:14:56.611 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (2m) 4s ago 12m 215M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc d1730bd0405e 2024-02-13T21:14:56.611 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (2m) 4s ago 11m 192M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 37ff9160c117 2024-02-13T21:14:56.611 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (118s) 4s ago 11m 205M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 82afbfdf20ab 2024-02-13T21:14:56.611 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (6m) 1s ago 14m 63.2M - 2.18.1 de242295e225 81492d948045 2024-02-13T21:14:56.923 INFO:teuthology.orchestra.run.smithi153.stdout: 5 121121 1.42 MB/sec execute 449 sec latency 20743.089 ms 2024-02-13T21:14:56.979 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:14:56.979 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:14:56.979 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:14:56.979 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:14:56.979 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:14:56.979 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:14:56.979 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:14:56.979 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:14:56.980 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-13T21:14:56.980 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:14:56.980 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:14:56.980 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:14:56.980 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:14:56.980 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:14:56.980 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-13T21:14:56.980 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:14:56.980 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:14:57.189 INFO:teuthology.orchestra.run.smithi153.stdout:[121090] unlink ./clients/client1/~dmtmp/PM/PMD394.TMP failed (No such file or directory) - expected NT_STATUS_OK 2024-02-13T21:14:57.190 INFO:teuthology.orchestra.run.smithi153.stdout:ERROR: child 1 failed at line 121090 2024-02-13T21:14:57.190 INFO:teuthology.orchestra.run.smithi153.stdout:Child failed with status 1 2024-02-13T21:14:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:56.015889+0000 mgr.smithi153.unkvxi (mgr.14740) 357 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:56.313068+0000 mgr.smithi153.unkvxi (mgr.14740) 358 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:56.590394+0000 mgr.smithi153.unkvxi (mgr.14740) 359 : cephadm [INF] Upgrade: Updating node-exporter.smithi153 (1/2) 2024-02-13T21:14:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:14:56.590618+0000 mgr.smithi153.unkvxi (mgr.14740) 360 : cephadm [INF] Deploying daemon node-exporter.smithi153 on smithi153 2024-02-13T21:14:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:56.601327+0000 mgr.smithi153.unkvxi (mgr.14740) 361 : audit [DBG] from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:56.978766+0000 mon.smithi153 (mon.0) 853 : audit [DBG] from='client.? 172.21.15.153:0/15458507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:57.203 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-13T21:14:57.253 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-13T21:14:57.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:56.015889+0000 mgr.smithi153.unkvxi (mgr.14740) 357 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:57.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:56.313068+0000 mgr.smithi153.unkvxi (mgr.14740) 358 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:57.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:56.590394+0000 mgr.smithi153.unkvxi (mgr.14740) 359 : cephadm [INF] Upgrade: Updating node-exporter.smithi153 (1/2) 2024-02-13T21:14:57.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:14:56.590618+0000 mgr.smithi153.unkvxi (mgr.14740) 360 : cephadm [INF] Deploying daemon node-exporter.smithi153 on smithi153 2024-02-13T21:14:57.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:56.601327+0000 mgr.smithi153.unkvxi (mgr.14740) 361 : audit [DBG] from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:57.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:56.978766+0000 mon.smithi153 (mon.0) 853 : audit [DBG] from='client.? 172.21.15.153:0/15458507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:14:57.286 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "nfs", 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "osd", 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "mds", 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "18/23 daemons upgraded", 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-13T21:14:57.287 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:14:57.288 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:14:57.348 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-13T21:14:57.415 INFO:teuthology.orchestra.run.smithi153.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-13T21:14:57.415 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:14:57.415 INFO:teuthology.orchestra.run.smithi153.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-13T21:14:57.416 INFO:teuthology.orchestra.run.smithi153.stdout:4 of 5 processes prepared for launch 0 sec 2024-02-13T21:14:57.516 INFO:teuthology.orchestra.run.smithi153.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-13T21:14:57.516 INFO:teuthology.orchestra.run.smithi153.stdout:releasing clients 2024-02-13T21:14:58.247 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:57.193977+0000 mgr.smithi153.unkvxi (mgr.14740) 362 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-02-13T21:14:58.247 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:14:57 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:14:57.287635+0000 mgr.smithi153.unkvxi (mgr.14740) 363 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:58.252 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:57.193977+0000 mgr.smithi153.unkvxi (mgr.14740) 362 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-02-13T21:14:58.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:14:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:14:57.287635+0000 mgr.smithi153.unkvxi (mgr.14740) 363 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:14:59.517 INFO:teuthology.orchestra.run.smithi153.stdout: 5 918 33.86 MB/sec execute 1 sec latency 35.697 ms 2024-02-13T21:15:00.516 INFO:teuthology.orchestra.run.smithi153.stdout: 5 1765 28.29 MB/sec execute 2 sec latency 17.211 ms 2024-02-13T21:15:00.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:14:59.194403+0000 mgr.smithi153.unkvxi (mgr.14740) 364 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2024-02-13T21:15:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:14:59.194403+0000 mgr.smithi153.unkvxi (mgr.14740) 364 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2024-02-13T21:15:01.516 INFO:teuthology.orchestra.run.smithi153.stdout: 5 2536 23.11 MB/sec execute 3 sec latency 18.732 ms 2024-02-13T21:15:02.516 INFO:teuthology.orchestra.run.smithi153.stdout: 5 3432 27.07 MB/sec execute 4 sec latency 33.138 ms 2024-02-13T21:15:02.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:01.194933+0000 mgr.smithi153.unkvxi (mgr.14740) 365 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 324 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 7.6 MiB/s wr, 101 op/s 2024-02-13T21:15:02.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:02.409635+0000 mon.smithi153 (mon.0) 854 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:02.947 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:01.194933+0000 mgr.smithi153.unkvxi (mgr.14740) 365 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 324 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 7.6 MiB/s wr, 101 op/s 2024-02-13T21:15:02.947 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:02.409635+0000 mon.smithi153 (mon.0) 854 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:03.517 INFO:teuthology.orchestra.run.smithi153.stdout: 5 cleanup 5 sec 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: 0 cleanup 5 sec 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: Operation Count AvgLat MaxLat 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: ---------------------------------------- 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: NTCreateX 2936 2.756 33.132 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: Close 2256 1.866 35.690 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: Rename 130 6.458 25.523 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: Unlink 454 3.835 22.323 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: Qpathinfo 2619 0.994 27.700 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: Qfileinfo 618 6.227 31.063 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: Qfsinfo 495 0.534 10.492 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: Sfileinfo 250 5.950 17.299 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: Find 990 0.333 5.536 2024-02-13T21:15:03.643 INFO:teuthology.orchestra.run.smithi153.stdout: WriteX 2110 0.018 0.060 2024-02-13T21:15:03.644 INFO:teuthology.orchestra.run.smithi153.stdout: ReadX 4780 0.009 1.340 2024-02-13T21:15:03.644 INFO:teuthology.orchestra.run.smithi153.stdout: LockX 10 0.342 0.966 2024-02-13T21:15:03.644 INFO:teuthology.orchestra.run.smithi153.stdout: UnlockX 10 0.295 0.775 2024-02-13T21:15:03.644 INFO:teuthology.orchestra.run.smithi153.stdout: Flush 215 6.740 20.967 2024-02-13T21:15:03.644 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:15:03.644 INFO:teuthology.orchestra.run.smithi153.stdout:Throughput 27.0677 MB/sec 5 clients 5 procs max_latency=35.697 ms 2024-02-13T21:15:03.645 DEBUG:teuthology.parallel:result is None 2024-02-13T21:15:04.939 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:03.195498+0000 mgr.smithi153.unkvxi (mgr.14740) 366 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 327 op/s 2024-02-13T21:15:04.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:03.195498+0000 mgr.smithi153.unkvxi (mgr.14740) 366 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 327 op/s 2024-02-13T21:15:05.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:03.979047+0000 mgr.smithi153.unkvxi (mgr.14740) 367 : cephadm [INF] Upgrade: Updating node-exporter.smithi160 (2/2) 2024-02-13T21:15:05.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:03.979203+0000 mgr.smithi153.unkvxi (mgr.14740) 368 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-02-13T21:15:06.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:03.979047+0000 mgr.smithi153.unkvxi (mgr.14740) 367 : cephadm [INF] Upgrade: Updating node-exporter.smithi160 (2/2) 2024-02-13T21:15:06.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:03.979203+0000 mgr.smithi153.unkvxi (mgr.14740) 368 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-02-13T21:15:06.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:05.196084+0000 mgr.smithi153.unkvxi (mgr.14740) 369 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 462 op/s 2024-02-13T21:15:07.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:05.196084+0000 mgr.smithi153.unkvxi (mgr.14740) 369 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 462 op/s 2024-02-13T21:15:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:07.196821+0000 mgr.smithi153.unkvxi (mgr.14740) 370 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 268 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 514 op/s 2024-02-13T21:15:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:08.660951+0000 mon.smithi153 (mon.0) 855 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:08.661889+0000 mon.smithi153 (mon.0) 856 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:09.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:07.196821+0000 mgr.smithi153.unkvxi (mgr.14740) 370 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 268 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 514 op/s 2024-02-13T21:15:09.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:08.660951+0000 mon.smithi153 (mon.0) 855 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:09.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:08.661889+0000 mon.smithi153 (mon.0) 856 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:10.957 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:09.197215+0000 mgr.smithi153.unkvxi (mgr.14740) 371 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 264 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 515 op/s 2024-02-13T21:15:11.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:09.197215+0000 mgr.smithi153.unkvxi (mgr.14740) 371 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 264 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 515 op/s 2024-02-13T21:15:12.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:11.197683+0000 mgr.smithi153.unkvxi (mgr.14740) 372 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 529 op/s 2024-02-13T21:15:12.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:11.390561+0000 mon.smithi153 (mon.0) 857 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:12.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:11.197683+0000 mgr.smithi153.unkvxi (mgr.14740) 372 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 529 op/s 2024-02-13T21:15:12.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:11.390561+0000 mon.smithi153 (mon.0) 857 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:14.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:13.198385+0000 mgr.smithi153.unkvxi (mgr.14740) 373 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 6.4 MiB/s wr, 441 op/s 2024-02-13T21:15:14.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.374135+0000 mon.smithi153 (mon.0) 858 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:14.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.374903+0000 mon.smithi153 (mon.0) 859 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:15:14.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.375516+0000 mon.smithi153 (mon.0) 860 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:15:14.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.381226+0000 mon.smithi153 (mon.0) 861 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.388424+0000 mon.smithi153 (mon.0) 862 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.391277+0000 mon.smithi153 (mon.0) 863 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.393222+0000 mon.smithi153 (mon.0) 864 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.394276+0000 mon.smithi153 (mon.0) 865 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.395311+0000 mon.smithi153 (mon.0) 866 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.396806+0000 mon.smithi153 (mon.0) 867 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.398338+0000 mon.smithi153 (mon.0) 868 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.399186+0000 mon.smithi153 (mon.0) 869 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.400052+0000 mon.smithi153 (mon.0) 870 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.400893+0000 mon.smithi153 (mon.0) 871 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.401754+0000 mon.smithi153 (mon.0) 872 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.402735+0000 mon.smithi153 (mon.0) 873 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:14.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:14.403838+0000 mon.smithi153 (mon.0) 874 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:13.198385+0000 mgr.smithi153.unkvxi (mgr.14740) 373 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 6.4 MiB/s wr, 441 op/s 2024-02-13T21:15:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.374135+0000 mon.smithi153 (mon.0) 858 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.374903+0000 mon.smithi153 (mon.0) 859 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:15:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.375516+0000 mon.smithi153 (mon.0) 860 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:15:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.381226+0000 mon.smithi153 (mon.0) 861 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.388424+0000 mon.smithi153 (mon.0) 862 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.391277+0000 mon.smithi153 (mon.0) 863 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.393222+0000 mon.smithi153 (mon.0) 864 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.394276+0000 mon.smithi153 (mon.0) 865 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.395311+0000 mon.smithi153 (mon.0) 866 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.396806+0000 mon.smithi153 (mon.0) 867 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.398338+0000 mon.smithi153 (mon.0) 868 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.399186+0000 mon.smithi153 (mon.0) 869 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.400052+0000 mon.smithi153 (mon.0) 870 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.400893+0000 mon.smithi153 (mon.0) 871 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.401754+0000 mon.smithi153 (mon.0) 872 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.402735+0000 mon.smithi153 (mon.0) 873 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:14.403838+0000 mon.smithi153 (mon.0) 874 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:15.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:14.376031+0000 mgr.smithi153.unkvxi (mgr.14740) 374 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:15:16.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:14.376031+0000 mgr.smithi153.unkvxi (mgr.14740) 374 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:15:16.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:15.198810+0000 mgr.smithi153.unkvxi (mgr.14740) 375 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.2 MiB/s wr, 203 op/s 2024-02-13T21:15:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:15.198810+0000 mgr.smithi153.unkvxi (mgr.14740) 375 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.2 MiB/s wr, 203 op/s 2024-02-13T21:15:18.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:16.022654+0000 mgr.smithi153.unkvxi (mgr.14740) 376 : cephadm [INF] Upgrade: Updating prometheus.smithi153 2024-02-13T21:15:18.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:16.030907+0000 mgr.smithi153.unkvxi (mgr.14740) 377 : cephadm [INF] Deploying daemon prometheus.smithi153 on smithi153 2024-02-13T21:15:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:16.022654+0000 mgr.smithi153.unkvxi (mgr.14740) 376 : cephadm [INF] Upgrade: Updating prometheus.smithi153 2024-02-13T21:15:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:16.030907+0000 mgr.smithi153.unkvxi (mgr.14740) 377 : cephadm [INF] Deploying daemon prometheus.smithi153 on smithi153 2024-02-13T21:15:19.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:17.199358+0000 mgr.smithi153.unkvxi (mgr.14740) 378 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 1.1 MiB/s wr, 68 op/s 2024-02-13T21:15:19.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:17.199358+0000 mgr.smithi153.unkvxi (mgr.14740) 378 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 1.1 MiB/s wr, 68 op/s 2024-02-13T21:15:20.896 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:19.199776+0000 mgr.smithi153.unkvxi (mgr.14740) 379 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 7.2 KiB/s wr, 15 op/s 2024-02-13T21:15:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:19.199776+0000 mgr.smithi153.unkvxi (mgr.14740) 379 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 7.2 KiB/s wr, 15 op/s 2024-02-13T21:15:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:21.200493+0000 mgr.smithi153.unkvxi (mgr.14740) 380 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 14 op/s 2024-02-13T21:15:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:21.786069+0000 mon.smithi153 (mon.0) 875 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:21.786817+0000 mon.smithi153 (mon.0) 876 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:23.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:21.200493+0000 mgr.smithi153.unkvxi (mgr.14740) 380 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 14 op/s 2024-02-13T21:15:23.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:21.786069+0000 mon.smithi153 (mon.0) 875 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:23.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:21.786817+0000 mon.smithi153 (mon.0) 876 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:23.201029+0000 mgr.smithi153.unkvxi (mgr.14740) 381 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 682 B/s wr, 0 op/s 2024-02-13T21:15:25.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:23.201029+0000 mgr.smithi153.unkvxi (mgr.14740) 381 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 682 B/s wr, 0 op/s 2024-02-13T21:15:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:25.201619+0000 mgr.smithi153.unkvxi (mgr.14740) 382 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-13T21:15:27.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:25.201619+0000 mgr.smithi153.unkvxi (mgr.14740) 382 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-13T21:15:27.640 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (14m) 13s ago 16m 19.5M - 0.20.0 0881eb8f169f 99cb0736a5bf 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (6m) 13s ago 16m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (6m) 16s ago 15m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (14m) 13s ago 15m 36.3M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (77s) 13s ago 10m 50.8M - 16.2.14-521-g0e714d9a 1fbc92c859dc f20395f4b880 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (60s) 16s ago 10m 11.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5c36eb0afe8a 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (7m) 13s ago 17m 445M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (6m) 16s ago 15m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (6m) 13s ago 17m 56.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:15:28.227 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (6m) 16s ago 15m 50.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (46s) 13s ago 7m 225M - 3.5 1fbc92c859dc 7dd3672e25d8 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (41s) 16s ago 7m 62.2M - 3.5 1fbc92c859dc 60e4208d939d 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (26s) 13s ago 15m 11.7M - 1.3.1 1dbe0e931976 0c76fbbb76b7 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (20s) 16s ago 14m 3325k - 1.3.1 1dbe0e931976 001653ebcca1 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (5m) 13s ago 14m 229M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (5m) 13s ago 14m 241M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (4m) 13s ago 13m 178M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (4m) 13s ago 13m 223M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (3m) 16s ago 13m 204M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (3m) 16s ago 12m 226M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc d1730bd0405e 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (2m) 16s ago 12m 214M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 37ff9160c117 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (2m) 16s ago 12m 218M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 82afbfdf20ab 2024-02-13T21:15:28.228 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 starting - - - - 2024-02-13T21:15:28.590 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:15:28.590 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:15:28.590 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:15:28.591 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:15:28.907 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:15:28.907 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:15:28.907 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:15:28.907 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:15:28.907 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout: "nfs", 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout: "osd", 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout: "mds", 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "18/23 daemons upgraded", 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading alertmanager daemons", 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:15:28.908 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:15:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:27.202394+0000 mgr.smithi153.unkvxi (mgr.14740) 383 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-13T21:15:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:27.629295+0000 mgr.smithi153.unkvxi (mgr.14740) 384 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:15:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.293865+0000 mon.smithi153 (mon.0) 877 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.586038+0000 mon.smithi153 (mon.0) 878 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:15:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.586673+0000 mon.smithi153 (mon.0) 879 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:15:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.590461+0000 mon.smithi153 (mon.0) 880 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.590884+0000 mon.smithi153 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.153:0/2597077768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.596219+0000 mon.smithi153 (mon.0) 882 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.600574+0000 mon.smithi153 (mon.0) 883 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.602726+0000 mon.smithi153 (mon.0) 884 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.604797+0000 mon.smithi153 (mon.0) 885 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.606042+0000 mon.smithi153 (mon.0) 886 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.607095+0000 mon.smithi153 (mon.0) 887 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.608557+0000 mon.smithi153 (mon.0) 888 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.610154+0000 mon.smithi153 (mon.0) 889 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.611015+0000 mon.smithi153 (mon.0) 890 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.611848+0000 mon.smithi153 (mon.0) 891 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.612697+0000 mon.smithi153 (mon.0) 892 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.613556+0000 mon.smithi153 (mon.0) 893 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.614651+0000 mon.smithi153 (mon.0) 894 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.615811+0000 mon.smithi153 (mon.0) 895 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.616849+0000 mon.smithi153 (mon.0) 896 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.139 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:27.202394+0000 mgr.smithi153.unkvxi (mgr.14740) 383 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-13T21:15:29.139 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:27.629295+0000 mgr.smithi153.unkvxi (mgr.14740) 384 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:15:29.139 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.293865+0000 mon.smithi153 (mon.0) 877 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:29.139 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.586038+0000 mon.smithi153 (mon.0) 878 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:15:29.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.586673+0000 mon.smithi153 (mon.0) 879 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:15:29.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.590461+0000 mon.smithi153 (mon.0) 880 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:29.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.590884+0000 mon.smithi153 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.153:0/2597077768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.596219+0000 mon.smithi153 (mon.0) 882 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:29.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.600574+0000 mon.smithi153 (mon.0) 883 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:15:29.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.602726+0000 mon.smithi153 (mon.0) 884 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:29.141 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.604797+0000 mon.smithi153 (mon.0) 885 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.141 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.606042+0000 mon.smithi153 (mon.0) 886 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.141 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.607095+0000 mon.smithi153 (mon.0) 887 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.141 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.608557+0000 mon.smithi153 (mon.0) 888 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.141 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.610154+0000 mon.smithi153 (mon.0) 889 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.141 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.611015+0000 mon.smithi153 (mon.0) 890 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.141 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.611848+0000 mon.smithi153 (mon.0) 891 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.612697+0000 mon.smithi153 (mon.0) 892 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.613556+0000 mon.smithi153 (mon.0) 893 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.614651+0000 mon.smithi153 (mon.0) 894 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.615811+0000 mon.smithi153 (mon.0) 895 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.142 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.616849+0000 mon.smithi153 (mon.0) 896 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:29.842 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:27.928681+0000 mgr.smithi153.unkvxi (mgr.14740) 385 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:15:29.842 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.219100+0000 mgr.smithi153.unkvxi (mgr.14740) 386 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:15:29.842 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:28.587166+0000 mgr.smithi153.unkvxi (mgr.14740) 387 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:15:29.842 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.601103+0000 mgr.smithi153.unkvxi (mgr.14740) 388 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:15:30.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:27.928681+0000 mgr.smithi153.unkvxi (mgr.14740) 385 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:15:30.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.219100+0000 mgr.smithi153.unkvxi (mgr.14740) 386 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:15:30.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:28.587166+0000 mgr.smithi153.unkvxi (mgr.14740) 387 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:15:30.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.601103+0000 mgr.smithi153.unkvxi (mgr.14740) 388 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T21:15:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:28.907865+0000 mgr.smithi153.unkvxi (mgr.14740) 389 : audit [DBG] from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:15:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:29.202994+0000 mgr.smithi153.unkvxi (mgr.14740) 390 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:31.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:28.907865+0000 mgr.smithi153.unkvxi (mgr.14740) 389 : audit [DBG] from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:15:31.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:29.202994+0000 mgr.smithi153.unkvxi (mgr.14740) 390 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:32.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:30.241648+0000 mgr.smithi153.unkvxi (mgr.14740) 391 : cephadm [INF] Upgrade: Updating alertmanager.smithi153 2024-02-13T21:15:32.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:31 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:30.247253+0000 mgr.smithi153.unkvxi (mgr.14740) 392 : cephadm [INF] Deploying daemon alertmanager.smithi153 on smithi153 2024-02-13T21:15:32.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:30.241648+0000 mgr.smithi153.unkvxi (mgr.14740) 391 : cephadm [INF] Upgrade: Updating alertmanager.smithi153 2024-02-13T21:15:32.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:31 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:30.247253+0000 mgr.smithi153.unkvxi (mgr.14740) 392 : cephadm [INF] Deploying daemon alertmanager.smithi153 on smithi153 2024-02-13T21:15:33.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:31.203597+0000 mgr.smithi153.unkvxi (mgr.14740) 393 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:33.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:31.203597+0000 mgr.smithi153.unkvxi (mgr.14740) 393 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:33.204201+0000 mgr.smithi153.unkvxi (mgr.14740) 394 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:35.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:33.204201+0000 mgr.smithi153.unkvxi (mgr.14740) 394 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:37.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:35.204748+0000 mgr.smithi153.unkvxi (mgr.14740) 395 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:37.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:35.204748+0000 mgr.smithi153.unkvxi (mgr.14740) 395 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:38.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:37.205441+0000 mgr.smithi153.unkvxi (mgr.14740) 396 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:39.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:37.205441+0000 mgr.smithi153.unkvxi (mgr.14740) 396 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:40.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:39 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:39.205828+0000 mgr.smithi153.unkvxi (mgr.14740) 397 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:40.065 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:39 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:39.205828+0000 mgr.smithi153.unkvxi (mgr.14740) 397 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:42.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:41.206382+0000 mgr.smithi153.unkvxi (mgr.14740) 398 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:42.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:41.998083+0000 mon.smithi153 (mon.0) 897 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:42.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:41.998784+0000 mon.smithi153 (mon.0) 898 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:42.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:41.206382+0000 mgr.smithi153.unkvxi (mgr.14740) 398 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:42.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:41.998083+0000 mon.smithi153 (mon.0) 897 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:42.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:41.998784+0000 mon.smithi153 (mon.0) 898 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:44.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:43.206875+0000 mgr.smithi153.unkvxi (mgr.14740) 399 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:43.206875+0000 mgr.smithi153.unkvxi (mgr.14740) 399 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:46.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:45.207428+0000 mgr.smithi153.unkvxi (mgr.14740) 400 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:45.207428+0000 mgr.smithi153.unkvxi (mgr.14740) 400 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:47.208047+0000 mgr.smithi153.unkvxi (mgr.14740) 401 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.455799+0000 mon.smithi153 (mon.0) 899 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.456594+0000 mon.smithi153 (mon.0) 900 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.457175+0000 mon.smithi153 (mon.0) 901 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:47.457667+0000 mgr.smithi153.unkvxi (mgr.14740) 402 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.460881+0000 mon.smithi153 (mon.0) 902 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.465734+0000 mon.smithi153 (mon.0) 903 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.470056+0000 mon.smithi153 (mon.0) 904 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.470398+0000 mgr.smithi153.unkvxi (mgr.14740) 403 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.471216+0000 mon.smithi153 (mon.0) 905 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi153.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.471453+0000 mgr.smithi153.unkvxi (mgr.14740) 404 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi153.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.475319+0000 mon.smithi153 (mon.0) 906 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:48.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.477415+0000 mon.smithi153 (mon.0) 907 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.480373+0000 mon.smithi153 (mon.0) 908 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.482819+0000 mon.smithi153 (mon.0) 909 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.484335+0000 mon.smithi153 (mon.0) 910 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.485976+0000 mon.smithi153 (mon.0) 911 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.487742+0000 mon.smithi153 (mon.0) 912 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.488814+0000 mon.smithi153 (mon.0) 913 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.489647+0000 mon.smithi153 (mon.0) 914 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.490499+0000 mon.smithi153 (mon.0) 915 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.491307+0000 mon.smithi153 (mon.0) 916 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.492266+0000 mon.smithi153 (mon.0) 917 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.493614+0000 mon.smithi153 (mon.0) 918 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.495047+0000 mon.smithi153 (mon.0) 919 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:47.496268+0000 mon.smithi153 (mon.0) 920 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:47.208047+0000 mgr.smithi153.unkvxi (mgr.14740) 401 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:48.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.455799+0000 mon.smithi153 (mon.0) 899 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:48.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.456594+0000 mon.smithi153 (mon.0) 900 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:15:48.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.457175+0000 mon.smithi153 (mon.0) 901 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:15:48.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:47.457667+0000 mgr.smithi153.unkvxi (mgr.14740) 402 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:15:48.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.460881+0000 mon.smithi153 (mon.0) 902 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:48.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.465734+0000 mon.smithi153 (mon.0) 903 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:48.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.470056+0000 mon.smithi153 (mon.0) 904 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.470398+0000 mgr.smithi153.unkvxi (mgr.14740) 403 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.471216+0000 mon.smithi153 (mon.0) 905 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi153.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.471453+0000 mgr.smithi153.unkvxi (mgr.14740) 404 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi153.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.475319+0000 mon.smithi153 (mon.0) 906 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.477415+0000 mon.smithi153 (mon.0) 907 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.480373+0000 mon.smithi153 (mon.0) 908 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.482819+0000 mon.smithi153 (mon.0) 909 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.484335+0000 mon.smithi153 (mon.0) 910 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.485976+0000 mon.smithi153 (mon.0) 911 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.487742+0000 mon.smithi153 (mon.0) 912 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.488814+0000 mon.smithi153 (mon.0) 913 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.489647+0000 mon.smithi153 (mon.0) 914 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.490499+0000 mon.smithi153 (mon.0) 915 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.491307+0000 mon.smithi153 (mon.0) 916 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.754 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.492266+0000 mon.smithi153 (mon.0) 917 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.493614+0000 mon.smithi153 (mon.0) 918 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.495047+0000 mon.smithi153 (mon.0) 919 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:48.755 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:47.496268+0000 mon.smithi153 (mon.0) 920 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:15:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:48.953030+0000 mgr.smithi153.unkvxi (mgr.14740) 405 : cephadm [INF] Upgrade: Updating grafana.smithi153 2024-02-13T21:15:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:49.118389+0000 mon.smithi153 (mon.0) 921 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:49.122974+0000 mon.smithi153 (mon.0) 922 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:49.125438+0000 mon.smithi153 (mon.0) 923 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T21:15:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:49.125783+0000 mgr.smithi153.unkvxi (mgr.14740) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T21:15:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:15:49.130428+0000 mgr.smithi153.unkvxi (mgr.14740) 407 : cephadm [INF] Deploying daemon grafana.smithi153 on smithi153 2024-02-13T21:15:50.440 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:49.208423+0000 mgr.smithi153.unkvxi (mgr.14740) 408 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:48.953030+0000 mgr.smithi153.unkvxi (mgr.14740) 405 : cephadm [INF] Upgrade: Updating grafana.smithi153 2024-02-13T21:15:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:49.118389+0000 mon.smithi153 (mon.0) 921 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:49.122974+0000 mon.smithi153 (mon.0) 922 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:15:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:49.125438+0000 mon.smithi153 (mon.0) 923 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T21:15:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:49.125783+0000 mgr.smithi153.unkvxi (mgr.14740) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T21:15:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:15:49.130428+0000 mgr.smithi153.unkvxi (mgr.14740) 407 : cephadm [INF] Deploying daemon grafana.smithi153 on smithi153 2024-02-13T21:15:50.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:49.208423+0000 mgr.smithi153.unkvxi (mgr.14740) 408 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:52.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:51.208985+0000 mgr.smithi153.unkvxi (mgr.14740) 409 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:52.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:51.208985+0000 mgr.smithi153.unkvxi (mgr.14740) 409 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:54.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:53.209578+0000 mgr.smithi153.unkvxi (mgr.14740) 410 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:55.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:53.209578+0000 mgr.smithi153.unkvxi (mgr.14740) 410 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:56.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:55.210058+0000 mgr.smithi153.unkvxi (mgr.14740) 411 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:55.210058+0000 mgr.smithi153.unkvxi (mgr.14740) 411 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:15:58.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:15:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:57.210511+0000 mgr.smithi153.unkvxi (mgr.14740) 412 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:15:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:57.210511+0000 mgr.smithi153.unkvxi (mgr.14740) 412 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:15:59.233 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:15:59.821 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:15:59.821 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (18s) 12s ago 16m 13.4M - 0.23.0 ba2b418f427c 2010f8f3ca26 2024-02-13T21:15:59.821 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (6m) 12s ago 16m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:15:59.821 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (6m) 48s ago 15m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:15:59.821 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (14m) 12s ago 16m 36.2M - 6.7.4 557c83e11646 2abb5b12cddb 2024-02-13T21:15:59.821 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (109s) 12s ago 10m 46.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc f20395f4b880 2024-02-13T21:15:59.821 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (91s) 48s ago 10m 11.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5c36eb0afe8a 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (7m) 12s ago 18m 446M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (7m) 48s ago 15m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (7m) 12s ago 18m 58.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (7m) 48s ago 15m 50.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (77s) 12s ago 8m 226M - 3.5 1fbc92c859dc 7dd3672e25d8 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (72s) 48s ago 8m 62.2M - 3.5 1fbc92c859dc 60e4208d939d 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (58s) 12s ago 16m 12.9M - 1.3.1 1dbe0e931976 0c76fbbb76b7 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (51s) 48s ago 15m 3325k - 1.3.1 1dbe0e931976 001653ebcca1 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (6m) 12s ago 15m 229M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (5m) 12s ago 14m 242M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (5m) 12s ago 14m 179M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (4m) 12s ago 13m 223M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (4m) 48s ago 13m 204M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (3m) 48s ago 13m 226M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc d1730bd0405e 2024-02-13T21:15:59.822 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (3m) 48s ago 12m 214M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 37ff9160c117 2024-02-13T21:15:59.823 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (3m) 48s ago 12m 218M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 82afbfdf20ab 2024-02-13T21:15:59.823 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (38s) 12s ago 15m 57.1M - 2.33.4 514e6a882f6e d905240fd2af 2024-02-13T21:16:00.167 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:16:00.167 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:16:00.167 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:16:00.167 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:16:00.167 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:16:00.167 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:16:00.168 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:16:00.460 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:16:00.460 INFO:teuthology.orchestra.run.smithi153.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-13T21:16:00.460 INFO:teuthology.orchestra.run.smithi153.stdout: "in_progress": true, 2024-02-13T21:16:00.460 INFO:teuthology.orchestra.run.smithi153.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-13T21:16:00.460 INFO:teuthology.orchestra.run.smithi153.stdout: "services_complete": [ 2024-02-13T21:16:00.460 INFO:teuthology.orchestra.run.smithi153.stdout: "nfs", 2024-02-13T21:16:00.461 INFO:teuthology.orchestra.run.smithi153.stdout: "osd", 2024-02-13T21:16:00.461 INFO:teuthology.orchestra.run.smithi153.stdout: "mds", 2024-02-13T21:16:00.461 INFO:teuthology.orchestra.run.smithi153.stdout: "mon", 2024-02-13T21:16:00.461 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr", 2024-02-13T21:16:00.461 INFO:teuthology.orchestra.run.smithi153.stdout: "crash" 2024-02-13T21:16:00.461 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:16:00.461 INFO:teuthology.orchestra.run.smithi153.stdout: "progress": "18/23 daemons upgraded", 2024-02-13T21:16:00.461 INFO:teuthology.orchestra.run.smithi153.stdout: "message": "Currently upgrading grafana daemons", 2024-02-13T21:16:00.461 INFO:teuthology.orchestra.run.smithi153.stdout: "is_paused": false 2024-02-13T21:16:00.461 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:16:00.981 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:15:59.210900+0000 mgr.smithi153.unkvxi (mgr.14740) 413 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:00.982 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:59.218498+0000 mgr.smithi153.unkvxi (mgr.14740) 414 : audit [DBG] from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:00.982 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:59.518768+0000 mgr.smithi153.unkvxi (mgr.14740) 415 : audit [DBG] from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:00.982 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:00.168092+0000 mon.smithi153 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.153:0/3769296632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:15:59.210900+0000 mgr.smithi153.unkvxi (mgr.14740) 413 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:59.218498+0000 mgr.smithi153.unkvxi (mgr.14740) 414 : audit [DBG] from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:59.518768+0000 mgr.smithi153.unkvxi (mgr.14740) 415 : audit [DBG] from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:00.168092+0000 mon.smithi153 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.153:0/3769296632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:02.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:15:59.811710+0000 mgr.smithi153.unkvxi (mgr.14740) 416 : audit [DBG] from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:02.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:00.460703+0000 mgr.smithi153.unkvxi (mgr.14740) 417 : audit [DBG] from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:02.125 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:15:59.811710+0000 mgr.smithi153.unkvxi (mgr.14740) 416 : audit [DBG] from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:02.125 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:00.460703+0000 mgr.smithi153.unkvxi (mgr.14740) 417 : audit [DBG] from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:02.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:01.211467+0000 mgr.smithi153.unkvxi (mgr.14740) 418 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:03.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:01.211467+0000 mgr.smithi153.unkvxi (mgr.14740) 418 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:04.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:03.212086+0000 mgr.smithi153.unkvxi (mgr.14740) 419 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:03.212086+0000 mgr.smithi153.unkvxi (mgr.14740) 419 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:06.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:04.773210+0000 mon.smithi153 (mon.0) 925 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:06.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:04.773986+0000 mon.smithi153 (mon.0) 926 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:16:06.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:05 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:05.212635+0000 mgr.smithi153.unkvxi (mgr.14740) 420 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:06.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:04.773210+0000 mon.smithi153 (mon.0) 925 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:06.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:04.773986+0000 mon.smithi153 (mon.0) 926 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:16:06.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:05.212635+0000 mgr.smithi153.unkvxi (mgr.14740) 420 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:08.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:07.213175+0000 mgr.smithi153.unkvxi (mgr.14740) 421 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:08.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:07.213175+0000 mgr.smithi153.unkvxi (mgr.14740) 421 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:11.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:09.213667+0000 mgr.smithi153.unkvxi (mgr.14740) 422 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:11.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:09.213667+0000 mgr.smithi153.unkvxi (mgr.14740) 422 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:13.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:11.214399+0000 mgr.smithi153.unkvxi (mgr.14740) 423 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:13.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:11.214399+0000 mgr.smithi153.unkvxi (mgr.14740) 423 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:13.215083+0000 mgr.smithi153.unkvxi (mgr.14740) 424 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:15.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:13.215083+0000 mgr.smithi153.unkvxi (mgr.14740) 424 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:17.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:15.215808+0000 mgr.smithi153.unkvxi (mgr.14740) 425 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:17.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.834103+0000 mon.smithi153 (mon.0) 927 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.834883+0000 mon.smithi153 (mon.0) 928 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:16:17.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.835520+0000 mon.smithi153 (mon.0) 929 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:16:17.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.839146+0000 mon.smithi153 (mon.0) 930 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.846168+0000 mon.smithi153 (mon.0) 931 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.850078+0000 mon.smithi153 (mon.0) 932 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.851233+0000 mon.smithi153 (mon.0) 933 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi153.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.855113+0000 mon.smithi153 (mon.0) 934 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.857273+0000 mon.smithi153 (mon.0) 935 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.860625+0000 mon.smithi153 (mon.0) 936 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.861996+0000 mon.smithi153 (mon.0) 937 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.863439+0000 mon.smithi153 (mon.0) 938 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.865296+0000 mon.smithi153 (mon.0) 939 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.867174+0000 mon.smithi153 (mon.0) 940 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.868159+0000 mon.smithi153 (mon.0) 941 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.869280+0000 mon.smithi153 (mon.0) 942 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.870358+0000 mon.smithi153 (mon.0) 943 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.005 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.871401+0000 mon.smithi153 (mon.0) 944 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.872496+0000 mon.smithi153 (mon.0) 945 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.873822+0000 mon.smithi153 (mon.0) 946 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.874913+0000 mon.smithi153 (mon.0) 947 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.875987+0000 mon.smithi153 (mon.0) 948 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.877033+0000 mon.smithi153 (mon.0) 949 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.881465+0000 mon.smithi153 (mon.0) 950 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.882006+0000 mon.smithi153 (mon.0) 951 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.885164+0000 mon.smithi153 (mon.0) 952 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.885662+0000 mon.smithi153 (mon.0) 953 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.888713+0000 mon.smithi153 (mon.0) 954 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.889218+0000 mon.smithi153 (mon.0) 955 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.892114+0000 mon.smithi153 (mon.0) 956 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-13T21:16:17.006 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.892613+0000 mon.smithi153 (mon.0) 957 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.895558+0000 mon.smithi153 (mon.0) 958 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.896063+0000 mon.smithi153 (mon.0) 959 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.899066+0000 mon.smithi153 (mon.0) 960 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.899573+0000 mon.smithi153 (mon.0) 961 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.902601+0000 mon.smithi153 (mon.0) 962 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.903090+0000 mon.smithi153 (mon.0) 963 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.906005+0000 mon.smithi153 (mon.0) 964 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.906508+0000 mon.smithi153 (mon.0) 965 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.906921+0000 mon.smithi153 (mon.0) 966 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.909920+0000 mon.smithi153 (mon.0) 967 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.910422+0000 mon.smithi153 (mon.0) 968 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.913427+0000 mon.smithi153 (mon.0) 969 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.913899+0000 mon.smithi153 (mon.0) 970 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.914342+0000 mon.smithi153 (mon.0) 971 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.914760+0000 mon.smithi153 (mon.0) 972 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.007 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.915160+0000 mon.smithi153 (mon.0) 973 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.915545+0000 mon.smithi153 (mon.0) 974 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.918490+0000 mon.smithi153 (mon.0) 975 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.919245+0000 mon.smithi153 (mon.0) 976 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.921524+0000 mon.smithi153 (mon.0) 977 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.921846+0000 mon.smithi153 (mon.0) 978 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:16.194664+0000 mon.smithi153 (mon.0) 979 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:16.195263+0000 mon.smithi153 (mon.0) 980 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:16.199453+0000 mon.smithi153 (mon.0) 981 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:16.204782+0000 mon.smithi153 (mon.0) 982 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:16.207647+0000 mon.smithi153 (mon.0) 983 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:16.208811+0000 mon.smithi153 (mon.0) 984 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:16.209368+0000 mon.smithi153 (mon.0) 985 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:16:17.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:16.213198+0000 mon.smithi153 (mon.0) 986 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:16.218301+0000 mon.smithi153 (mon.0) 987 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.009 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:16.532325+0000 mon.smithi153 (mon.0) 988 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:15.215808+0000 mgr.smithi153.unkvxi (mgr.14740) 425 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.834103+0000 mon.smithi153 (mon.0) 927 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.834883+0000 mon.smithi153 (mon.0) 928 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.835520+0000 mon.smithi153 (mon.0) 929 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.839146+0000 mon.smithi153 (mon.0) 930 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.846168+0000 mon.smithi153 (mon.0) 931 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.850078+0000 mon.smithi153 (mon.0) 932 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.851233+0000 mon.smithi153 (mon.0) 933 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi153.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.855113+0000 mon.smithi153 (mon.0) 934 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.857273+0000 mon.smithi153 (mon.0) 935 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.860625+0000 mon.smithi153 (mon.0) 936 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.861996+0000 mon.smithi153 (mon.0) 937 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.863439+0000 mon.smithi153 (mon.0) 938 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.865296+0000 mon.smithi153 (mon.0) 939 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.867174+0000 mon.smithi153 (mon.0) 940 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.868159+0000 mon.smithi153 (mon.0) 941 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.869280+0000 mon.smithi153 (mon.0) 942 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.870358+0000 mon.smithi153 (mon.0) 943 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.871401+0000 mon.smithi153 (mon.0) 944 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.872496+0000 mon.smithi153 (mon.0) 945 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.873822+0000 mon.smithi153 (mon.0) 946 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.874913+0000 mon.smithi153 (mon.0) 947 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.875987+0000 mon.smithi153 (mon.0) 948 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.877033+0000 mon.smithi153 (mon.0) 949 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.881465+0000 mon.smithi153 (mon.0) 950 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.882006+0000 mon.smithi153 (mon.0) 951 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.885164+0000 mon.smithi153 (mon.0) 952 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.885662+0000 mon.smithi153 (mon.0) 953 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.888713+0000 mon.smithi153 (mon.0) 954 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-13T21:16:17.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.889218+0000 mon.smithi153 (mon.0) 955 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.892114+0000 mon.smithi153 (mon.0) 956 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.892613+0000 mon.smithi153 (mon.0) 957 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.895558+0000 mon.smithi153 (mon.0) 958 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.896063+0000 mon.smithi153 (mon.0) 959 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.899066+0000 mon.smithi153 (mon.0) 960 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.899573+0000 mon.smithi153 (mon.0) 961 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.902601+0000 mon.smithi153 (mon.0) 962 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.903090+0000 mon.smithi153 (mon.0) 963 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.906005+0000 mon.smithi153 (mon.0) 964 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.906508+0000 mon.smithi153 (mon.0) 965 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.906921+0000 mon.smithi153 (mon.0) 966 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.909920+0000 mon.smithi153 (mon.0) 967 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.910422+0000 mon.smithi153 (mon.0) 968 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.913427+0000 mon.smithi153 (mon.0) 969 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-13T21:16:17.193 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.913899+0000 mon.smithi153 (mon.0) 970 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.914342+0000 mon.smithi153 (mon.0) 971 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.914760+0000 mon.smithi153 (mon.0) 972 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.915160+0000 mon.smithi153 (mon.0) 973 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.915545+0000 mon.smithi153 (mon.0) 974 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.918490+0000 mon.smithi153 (mon.0) 975 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.919245+0000 mon.smithi153 (mon.0) 976 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.921524+0000 mon.smithi153 (mon.0) 977 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.921846+0000 mon.smithi153 (mon.0) 978 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:16.194664+0000 mon.smithi153 (mon.0) 979 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:16.195263+0000 mon.smithi153 (mon.0) 980 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:16.199453+0000 mon.smithi153 (mon.0) 981 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:16.204782+0000 mon.smithi153 (mon.0) 982 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.194 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:16.207647+0000 mon.smithi153 (mon.0) 983 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:16:17.195 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:16.208811+0000 mon.smithi153 (mon.0) 984 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:16:17.195 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:16.209368+0000 mon.smithi153 (mon.0) 985 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:16:17.195 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:16.213198+0000 mon.smithi153 (mon.0) 986 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.195 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:16.218301+0000 mon.smithi153 (mon.0) 987 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:17.195 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:16.532325+0000 mon.smithi153 (mon.0) 988 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:16:18.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:16:15.836046+0000 mgr.smithi153.unkvxi (mgr.14740) 426 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:16:18.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.850447+0000 mgr.smithi153.unkvxi (mgr.14740) 427 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T21:16:18.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:15.851485+0000 mgr.smithi153.unkvxi (mgr.14740) 428 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi153.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T21:16:18.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:16:15.877553+0000 mgr.smithi153.unkvxi (mgr.14740) 429 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-13T21:16:18.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:16:15.918910+0000 mgr.smithi153.unkvxi (mgr.14740) 430 : cephadm [INF] Upgrade: Complete! 2024-02-13T21:16:18.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:16:16.195766+0000 mgr.smithi153.unkvxi (mgr.14740) 431 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:16:18.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:16:16.209889+0000 mgr.smithi153.unkvxi (mgr.14740) 432 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:16:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:16:15.836046+0000 mgr.smithi153.unkvxi (mgr.14740) 426 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:16:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.850447+0000 mgr.smithi153.unkvxi (mgr.14740) 427 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T21:16:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:15.851485+0000 mgr.smithi153.unkvxi (mgr.14740) 428 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi153.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T21:16:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:16:15.877553+0000 mgr.smithi153.unkvxi (mgr.14740) 429 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-13T21:16:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:16:15.918910+0000 mgr.smithi153.unkvxi (mgr.14740) 430 : cephadm [INF] Upgrade: Complete! 2024-02-13T21:16:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:16:16.195766+0000 mgr.smithi153.unkvxi (mgr.14740) 431 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:16:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:16:16.209889+0000 mgr.smithi153.unkvxi (mgr.14740) 432 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:16:18.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:18 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:17.216507+0000 mgr.smithi153.unkvxi (mgr.14740) 433 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:19.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:18 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:17.216507+0000 mgr.smithi153.unkvxi (mgr.14740) 433 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:19.217107+0000 mgr.smithi153.unkvxi (mgr.14740) 434 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:21.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:19.217107+0000 mgr.smithi153.unkvxi (mgr.14740) 434 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:21.217696+0000 mgr.smithi153.unkvxi (mgr.14740) 435 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:23.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:21.217696+0000 mgr.smithi153.unkvxi (mgr.14740) 435 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:23.218388+0000 mgr.smithi153.unkvxi (mgr.14740) 436 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:25.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:23.218388+0000 mgr.smithi153.unkvxi (mgr.14740) 436 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:25.218996+0000 mgr.smithi153.unkvxi (mgr.14740) 437 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:27.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:25.218996+0000 mgr.smithi153.unkvxi (mgr.14740) 437 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:28.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:27.219700+0000 mgr.smithi153.unkvxi (mgr.14740) 438 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:27.219700+0000 mgr.smithi153.unkvxi (mgr.14740) 438 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:30.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:29 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:29.220174+0000 mgr.smithi153.unkvxi (mgr.14740) 439 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:30.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:29.220174+0000 mgr.smithi153.unkvxi (mgr.14740) 439 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:31.465 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-13T21:16:32.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:30.764711+0000 mgr.smithi153.unkvxi (mgr.14740) 440 : audit [DBG] from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:32.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:31.220709+0000 mgr.smithi153.unkvxi (mgr.14740) 441 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:32.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:30.764711+0000 mgr.smithi153.unkvxi (mgr.14740) 440 : audit [DBG] from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:32.753 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:31.220709+0000 mgr.smithi153.unkvxi (mgr.14740) 441 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:33.768 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:16:33.768 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (52s) 17s ago 17m 14.3M - 0.23.0 ba2b418f427c 2010f8f3ca26 2024-02-13T21:16:33.768 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (7m) 17s ago 17m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:16:33.768 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (7m) 82s ago 16m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:16:33.768 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (29s) 17s ago 16m 41.2M - 8.3.5 dad864ee21e9 5cf4a61cc564 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (2m) 17s ago 11m 46.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc f20395f4b880 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (2m) 82s ago 11m 11.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5c36eb0afe8a 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (8m) 17s ago 18m 449M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (8m) 82s ago 16m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (7m) 17s ago 18m 64.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (7m) 82s ago 16m 50.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (111s) 17s ago 8m 238M - 3.5 1fbc92c859dc 7dd3672e25d8 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (106s) 82s ago 8m 62.2M - 3.5 1fbc92c859dc 60e4208d939d 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (92s) 17s ago 16m 16.4M - 1.3.1 1dbe0e931976 0c76fbbb76b7 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (85s) 82s ago 15m 3325k - 1.3.1 1dbe0e931976 001653ebcca1 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (7m) 17s ago 15m 229M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:16:33.769 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (6m) 17s ago 15m 242M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:16:33.770 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (6m) 17s ago 14m 179M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:16:33.770 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (5m) 17s ago 14m 223M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:16:33.770 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (4m) 82s ago 14m 204M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:16:33.770 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (4m) 82s ago 13m 226M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc d1730bd0405e 2024-02-13T21:16:33.770 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (4m) 82s ago 13m 214M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 37ff9160c117 2024-02-13T21:16:33.770 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (3m) 82s ago 13m 218M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 82afbfdf20ab 2024-02-13T21:16:33.770 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (72s) 17s ago 16m 62.3M - 2.33.4 514e6a882f6e d905240fd2af 2024-02-13T21:16:34.450 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-13T21:16:34.973 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:33.221419+0000 mgr.smithi153.unkvxi (mgr.14740) 442 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:33.221419+0000 mgr.smithi153.unkvxi (mgr.14740) 442 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:36.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:35 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:33.759847+0000 mgr.smithi153.unkvxi (mgr.14740) 443 : audit [DBG] from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:36.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:35 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:33.759847+0000 mgr.smithi153.unkvxi (mgr.14740) 443 : audit [DBG] from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:16:36.764 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:16:36.764 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:16:36.764 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:16:36.765 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:16:37.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:35.221877+0000 mgr.smithi153.unkvxi (mgr.14740) 444 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:37.181 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:35.221877+0000 mgr.smithi153.unkvxi (mgr.14740) 444 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:37.556 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-13T21:16:37.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:37 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:16:36.764673+0000 mon.smithi153 (mon.0) 989 : audit [DBG] from='client.? 172.21.15.153:0/1131039844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:38.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:37 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:16:36.764673+0000 mon.smithi153 (mon.0) 989 : audit [DBG] from='client.? 172.21.15.153:0/1131039844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:16:38.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:37.222425+0000 mgr.smithi153.unkvxi (mgr.14740) 445 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:39.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:37.222425+0000 mgr.smithi153.unkvxi (mgr.14740) 445 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:39.658 INFO:teuthology.orchestra.run.smithi153.stdout:wait for servicemap items w/ changing names to refresh 2024-02-13T21:16:40.308 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'sleep 60' 2024-02-13T21:16:41.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:39.222933+0000 mgr.smithi153.unkvxi (mgr.14740) 446 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:41.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:39.222933+0000 mgr.smithi153.unkvxi (mgr.14740) 446 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:43.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:41.223482+0000 mgr.smithi153.unkvxi (mgr.14740) 447 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:43.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:42 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:41.223482+0000 mgr.smithi153.unkvxi (mgr.14740) 447 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:43.224226+0000 mgr.smithi153.unkvxi (mgr.14740) 448 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:43.224226+0000 mgr.smithi153.unkvxi (mgr.14740) 448 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:45.224736+0000 mgr.smithi153.unkvxi (mgr.14740) 449 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:47.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:45.224736+0000 mgr.smithi153.unkvxi (mgr.14740) 449 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:48.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:47.225465+0000 mgr.smithi153.unkvxi (mgr.14740) 450 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:49.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:47.225465+0000 mgr.smithi153.unkvxi (mgr.14740) 450 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:49.225901+0000 mgr.smithi153.unkvxi (mgr.14740) 451 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:51.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:49.225901+0000 mgr.smithi153.unkvxi (mgr.14740) 451 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:52.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:51.226551+0000 mgr.smithi153.unkvxi (mgr.14740) 452 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:52.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:51.226551+0000 mgr.smithi153.unkvxi (mgr.14740) 452 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:55.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:53.227265+0000 mgr.smithi153.unkvxi (mgr.14740) 453 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:55.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:53.227265+0000 mgr.smithi153.unkvxi (mgr.14740) 453 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:55.227876+0000 mgr.smithi153.unkvxi (mgr.14740) 454 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:57.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:55.227876+0000 mgr.smithi153.unkvxi (mgr.14740) 454 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:16:58.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:16:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:57.228564+0000 mgr.smithi153.unkvxi (mgr.14740) 455 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:16:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:16:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:57.228564+0000 mgr.smithi153.unkvxi (mgr.14740) 455 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:16:59.229238+0000 mgr.smithi153.unkvxi (mgr.14740) 456 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:01.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:16:59.229238+0000 mgr.smithi153.unkvxi (mgr.14740) 456 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:03.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:01.229844+0000 mgr.smithi153.unkvxi (mgr.14740) 457 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:03.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:01.229844+0000 mgr.smithi153.unkvxi (mgr.14740) 457 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:03.230675+0000 mgr.smithi153.unkvxi (mgr.14740) 458 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:05.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:03.230675+0000 mgr.smithi153.unkvxi (mgr.14740) 458 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:07.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:05.231192+0000 mgr.smithi153.unkvxi (mgr.14740) 459 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:07.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:05.231192+0000 mgr.smithi153.unkvxi (mgr.14740) 459 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:08.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:07.231754+0000 mgr.smithi153.unkvxi (mgr.14740) 460 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:07.231754+0000 mgr.smithi153.unkvxi (mgr.14740) 460 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:11.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:09.232388+0000 mgr.smithi153.unkvxi (mgr.14740) 461 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:11.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:09.232388+0000 mgr.smithi153.unkvxi (mgr.14740) 461 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:11.233207+0000 mgr.smithi153.unkvxi (mgr.14740) 462 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:13.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:12 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:11.233207+0000 mgr.smithi153.unkvxi (mgr.14740) 462 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:15.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:14 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:13.234004+0000 mgr.smithi153.unkvxi (mgr.14740) 463 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:15.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:14 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:13.234004+0000 mgr.smithi153.unkvxi (mgr.14740) 463 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:16.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:15 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:15.234583+0000 mgr.smithi153.unkvxi (mgr.14740) 464 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:16.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:15 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:15.234583+0000 mgr.smithi153.unkvxi (mgr.14740) 464 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:17:16.221099+0000 mon.smithi153 (mon.0) 990 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:17:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:17:16.515505+0000 mon.smithi153 (mon.0) 991 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:17:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:17:16.516121+0000 mon.smithi153 (mon.0) 992 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:17:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cephadm 2024-02-13T21:17:16.516648+0000 mgr.smithi153.unkvxi (mgr.14740) 465 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:17:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:17:16.519986+0000 mon.smithi153 (mon.0) 993 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:17:17.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:16 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:17:16.525009+0000 mon.smithi153 (mon.0) 994 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:17:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:17:16.221099+0000 mon.smithi153 (mon.0) 990 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T21:17:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:17:16.515505+0000 mon.smithi153 (mon.0) 991 : audit [DBG] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T21:17:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:17:16.516121+0000 mon.smithi153 (mon.0) 992 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T21:17:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cephadm 2024-02-13T21:17:16.516648+0000 mgr.smithi153.unkvxi (mgr.14740) 465 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-13T21:17:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:17:16.519986+0000 mon.smithi153 (mon.0) 993 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:17:17.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:16 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:17:16.525009+0000 mon.smithi153 (mon.0) 994 : audit [INF] from='mgr.14740 172.21.15.153:0/2065578722' entity='mgr.smithi153.unkvxi' 2024-02-13T21:17:18.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:17 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:17.235166+0000 mgr.smithi153.unkvxi (mgr.14740) 466 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:18.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:17 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:17.235166+0000 mgr.smithi153.unkvxi (mgr.14740) 466 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:21.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:20 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:19.235805+0000 mgr.smithi153.unkvxi (mgr.14740) 467 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:21.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:20 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:19.235805+0000 mgr.smithi153.unkvxi (mgr.14740) 467 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:23.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:22 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:21.236401+0000 mgr.smithi153.unkvxi (mgr.14740) 468 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:23.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:22 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:21.236401+0000 mgr.smithi153.unkvxi (mgr.14740) 468 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:25.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:24 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:23.237080+0000 mgr.smithi153.unkvxi (mgr.14740) 469 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:25.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:24 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:23.237080+0000 mgr.smithi153.unkvxi (mgr.14740) 469 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:27.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:26 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:25.237720+0000 mgr.smithi153.unkvxi (mgr.14740) 470 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:27.191 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:26 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:25.237720+0000 mgr.smithi153.unkvxi (mgr.14740) 470 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:28.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:28 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:27.238503+0000 mgr.smithi153.unkvxi (mgr.14740) 471 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:29.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:28 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:27.238503+0000 mgr.smithi153.unkvxi (mgr.14740) 471 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:31.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:30 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:29.238967+0000 mgr.smithi153.unkvxi (mgr.14740) 472 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:31.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:30 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:29.238967+0000 mgr.smithi153.unkvxi (mgr.14740) 472 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:33.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:32 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:31.239552+0000 mgr.smithi153.unkvxi (mgr.14740) 473 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:33.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:32 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:31.239552+0000 mgr.smithi153.unkvxi (mgr.14740) 473 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:35.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:34 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:33.240102+0000 mgr.smithi153.unkvxi (mgr.14740) 474 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:35.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:34 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:33.240102+0000 mgr.smithi153.unkvxi (mgr.14740) 474 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:37.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:36 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:35.240669+0000 mgr.smithi153.unkvxi (mgr.14740) 475 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:37.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:35.240669+0000 mgr.smithi153.unkvxi (mgr.14740) 475 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:38.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:38 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:37.241250+0000 mgr.smithi153.unkvxi (mgr.14740) 476 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:39.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:38 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:37.241250+0000 mgr.smithi153.unkvxi (mgr.14740) 476 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:41.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:39.241867+0000 mgr.smithi153.unkvxi (mgr.14740) 477 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:41.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:39.241867+0000 mgr.smithi153.unkvxi (mgr.14740) 477 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:42.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:41.242520+0000 mgr.smithi153.unkvxi (mgr.14740) 478 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:42.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:41.242520+0000 mgr.smithi153.unkvxi (mgr.14740) 478 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:42.909 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-13T21:17:45.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:43.243047+0000 mgr.smithi153.unkvxi (mgr.14740) 479 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:45.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:44 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:43.243047+0000 mgr.smithi153.unkvxi (mgr.14740) 479 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:45.199 INFO:teuthology.orchestra.run.smithi153.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T21:17:45.199 INFO:teuthology.orchestra.run.smithi153.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (2m) 89s ago 18m 14.3M - 0.23.0 ba2b418f427c 2010f8f3ca26 2024-02-13T21:17:45.199 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi153 smithi153 running (8m) 89s ago 18m 6635k - 16.2.14-521-g0e714d9a 1fbc92c859dc 927d30a5c911 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:crash.smithi160 smithi160 running (8m) 2m ago 17m 6639k - 16.2.14-521-g0e714d9a 1fbc92c859dc 3878aabe5e48 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:grafana.smithi153 smithi153 *:3000 running (101s) 89s ago 18m 41.2M - 8.3.5 dad864ee21e9 5cf4a61cc564 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi153.vofwhm smithi153 running (3m) 89s ago 12m 46.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc f20395f4b880 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:mds.foofs.smithi160.wgrttk smithi160 running (3m) 2m ago 12m 11.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc 5c36eb0afe8a 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi153.unkvxi smithi153 *:8443,9283 running (9m) 89s ago 19m 449M - 16.2.14-521-g0e714d9a 1fbc92c859dc c613de305b7c 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:mgr.smithi160.twbahe smithi160 *:8443,9283 running (9m) 2m ago 17m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc bdc7b4a5e230 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi153 smithi153 running (9m) 89s ago 19m 64.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 6db5dd68da72 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:mon.smithi160 smithi160 running (8m) 2m ago 17m 50.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 9e26affbb2ac 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.0.0.smithi153.prvyyv smithi153 *:2049 running (3m) 89s ago 10m 238M - 3.5 1fbc92c859dc 7dd3672e25d8 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:nfs.foo.1.0.smithi160.figyug smithi160 *:2049 running (2m) 2m ago 9m 62.2M - 3.5 1fbc92c859dc 60e4208d939d 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi153 smithi153 *:9100 running (2m) 89s ago 17m 16.4M - 1.3.1 1dbe0e931976 0c76fbbb76b7 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:node-exporter.smithi160 smithi160 *:9100 running (2m) 2m ago 17m 3325k - 1.3.1 1dbe0e931976 001653ebcca1 2024-02-13T21:17:45.200 INFO:teuthology.orchestra.run.smithi153.stdout:osd.0 smithi153 running (8m) 89s ago 16m 229M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 6d7bbe27c67b 2024-02-13T21:17:45.201 INFO:teuthology.orchestra.run.smithi153.stdout:osd.1 smithi153 running (7m) 89s ago 16m 242M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 06a0c843dbee 2024-02-13T21:17:45.201 INFO:teuthology.orchestra.run.smithi153.stdout:osd.2 smithi153 running (7m) 89s ago 16m 179M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 2bcac5ff04dd 2024-02-13T21:17:45.201 INFO:teuthology.orchestra.run.smithi153.stdout:osd.3 smithi153 running (6m) 89s ago 15m 223M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc fd4aa81d33ff 2024-02-13T21:17:45.201 INFO:teuthology.orchestra.run.smithi153.stdout:osd.4 smithi160 running (6m) 2m ago 15m 204M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 495e346adfc5 2024-02-13T21:17:45.201 INFO:teuthology.orchestra.run.smithi153.stdout:osd.5 smithi160 running (5m) 2m ago 15m 226M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc d1730bd0405e 2024-02-13T21:17:45.201 INFO:teuthology.orchestra.run.smithi153.stdout:osd.6 smithi160 running (5m) 2m ago 14m 214M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 37ff9160c117 2024-02-13T21:17:45.201 INFO:teuthology.orchestra.run.smithi153.stdout:osd.7 smithi160 running (4m) 2m ago 14m 218M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 82afbfdf20ab 2024-02-13T21:17:45.201 INFO:teuthology.orchestra.run.smithi153.stdout:prometheus.smithi153 smithi153 *:9095 running (2m) 89s ago 17m 62.3M - 2.33.4 514e6a882f6e d905240fd2af 2024-02-13T21:17:45.875 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-13T21:17:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:17:45.191016+0000 mgr.smithi153.unkvxi (mgr.14740) 480 : audit [DBG] from='client.34472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:17:47.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:45.243571+0000 mgr.smithi153.unkvxi (mgr.14740) 481 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:47.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:17:45.191016+0000 mgr.smithi153.unkvxi (mgr.14740) 480 : audit [DBG] from='client.34472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:17:47.172 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:46 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:45.243571+0000 mgr.smithi153.unkvxi (mgr.14740) 481 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:48.240 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-02-13T21:17:48.240 INFO:teuthology.orchestra.run.smithi153.stdout: "mon": { 2024-02-13T21:17:48.240 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:17:48.240 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:17:48.240 INFO:teuthology.orchestra.run.smithi153.stdout: "mgr": { 2024-02-13T21:17:48.240 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:17:48.240 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:17:48.240 INFO:teuthology.orchestra.run.smithi153.stdout: "osd": { 2024-02-13T21:17:48.240 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-13T21:17:48.241 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:17:48.241 INFO:teuthology.orchestra.run.smithi153.stdout: "mds": { 2024-02-13T21:17:48.241 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-13T21:17:48.241 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:17:48.241 INFO:teuthology.orchestra.run.smithi153.stdout: "overall": { 2024-02-13T21:17:48.241 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-13T21:17:48.241 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:17:48.241 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-02-13T21:17:48.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:47.244092+0000 mgr.smithi153.unkvxi (mgr.14740) 482 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:48.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:48 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:17:48.240898+0000 mon.smithi153 (mon.0) 995 : audit [DBG] from='client.? 172.21.15.153:0/219005095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:17:49.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:47.244092+0000 mgr.smithi153.unkvxi (mgr.14740) 482 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:49.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:17:48.240898+0000 mon.smithi153 (mon.0) 995 : audit [DBG] from='client.? 172.21.15.153:0/219005095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:17:49.032 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-13T21:17:50.793 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:50 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:49.244505+0000 mgr.smithi153.unkvxi (mgr.14740) 483 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:51.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:49.244505+0000 mgr.smithi153.unkvxi (mgr.14740) 483 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:51.273 INFO:teuthology.orchestra.run.smithi153.stdout:true 2024-02-13T21:17:51.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:51 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:17:51.260986+0000 mon.smithi153 (mon.0) 996 : audit [DBG] from='client.? 172.21.15.153:0/1133287311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:17:52.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:17:51.260986+0000 mon.smithi153 (mon.0) 996 : audit [DBG] from='client.? 172.21.15.153:0/1133287311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:17:52.046 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-13T21:17:52.819 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:52 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:51.245041+0000 mgr.smithi153.unkvxi (mgr.14740) 484 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:53.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:51.245041+0000 mgr.smithi153.unkvxi (mgr.14740) 484 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:54.350 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)" 2024-02-13T21:17:54.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:53.245547+0000 mgr.smithi153.unkvxi (mgr.14740) 485 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:54.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:54 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:17:54.338243+0000 mon.smithi153 (mon.0) 997 : audit [DBG] from='client.? 172.21.15.153:0/4168495675' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:17:54.982 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-13T21:17:54.983 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-13T21:17:54.984 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T21:17:55.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:53.245547+0000 mgr.smithi153.unkvxi (mgr.14740) 485 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:55.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:17:54.338243+0000 mon.smithi153 (mon.0) 997 : audit [DBG] from='client.? 172.21.15.153:0/4168495675' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-13T21:17:56.853 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:56 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:55.246262+0000 mgr.smithi153.unkvxi (mgr.14740) 486 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:57.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:55.246262+0000 mgr.smithi153.unkvxi (mgr.14740) 486 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:17:57.464 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-13T21:17:57.464 INFO:teuthology.orchestra.run.smithi153.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T20:58:44.783304Z", "last_refresh": "2024-02-13T21:16:15.828286Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T20:58:31.834772Z", "last_refresh": "2024-02-13T21:15:11.385179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T20:58:41.341150Z", "last_refresh": "2024-02-13T21:16:15.828428Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-13T21:05:02.052028Z", "last_refresh": "2024-02-13T21:15:11.385749Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T20:58:30.462747Z", "last_refresh": "2024-02-13T21:15:11.385319Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi153:172.21.15.153=smithi153", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T20:59:42.264256Z", "last_refresh": "2024-02-13T21:15:11.385391Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T21:08:28.637772Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-13T21:07:40.229189Z", "last_refresh": "2024-02-13T21:15:11.385808Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T20:58:42.587987Z", "last_refresh": "2024-02-13T21:15:11.385455Z", "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-13T21:15:11.385515Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T20:58:39.950393Z", "last_refresh": "2024-02-13T21:16:15.828546Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-13T21:17:58.250 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-13T21:17:58.251 DEBUG:teuthology.parallel:result is None 2024-02-13T21:17:58.251 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-13T21:17:58.262 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:17:58.262 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-13T21:17:58.295 INFO:teuthology.orchestra.run.smithi153.stderr:+ umount /mnt/foo 2024-02-13T21:17:58.324 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T21:17:58.333 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:17:58.334 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-13T21:17:58.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:57.246797+0000 mgr.smithi153.unkvxi (mgr.14740) 487 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:58.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:17:58 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:17:57.461435+0000 mgr.smithi153.unkvxi (mgr.14740) 488 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T21:17:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:57.246797+0000 mgr.smithi153.unkvxi (mgr.14740) 487 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:17:59.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:17:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:17:57.461435+0000 mgr.smithi153.unkvxi (mgr.14740) 488 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T21:18:00.725 INFO:teuthology.orchestra.run.smithi153.stdout:foo 2024-02-13T21:18:01.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:17:59.247161+0000 mgr.smithi153.unkvxi (mgr.14740) 489 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:18:01.102 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:00 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:17:59.247161+0000 mgr.smithi153.unkvxi (mgr.14740) 489 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:18:01.430 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-13T21:18:02.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:01 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:18:00.710344+0000 mgr.smithi153.unkvxi (mgr.14740) 490 : audit [DBG] from='client.34492 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:18:02.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:18:00.710344+0000 mgr.smithi153.unkvxi (mgr.14740) 490 : audit [DBG] from='client.34492 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:18:02.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:02 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:18:01.247893+0000 mgr.smithi153.unkvxi (mgr.14740) 491 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:18:03.253 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:18:01.247893+0000 mgr.smithi153.unkvxi (mgr.14740) 491 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:18:03.689 INFO:teuthology.orchestra.run.smithi153.stdout:[ 2024-02-13T21:18:03.689 INFO:teuthology.orchestra.run.smithi153.stdout: { 2024-02-13T21:18:03.689 INFO:teuthology.orchestra.run.smithi153.stdout: "export_id": 1, 2024-02-13T21:18:03.689 INFO:teuthology.orchestra.run.smithi153.stdout: "path": "/", 2024-02-13T21:18:03.689 INFO:teuthology.orchestra.run.smithi153.stdout: "cluster_id": "foo", 2024-02-13T21:18:03.689 INFO:teuthology.orchestra.run.smithi153.stdout: "pseudo": "/fake", 2024-02-13T21:18:03.689 INFO:teuthology.orchestra.run.smithi153.stdout: "access_type": "RW", 2024-02-13T21:18:03.689 INFO:teuthology.orchestra.run.smithi153.stdout: "squash": "no_root_squash", 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: "security_label": true, 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: "protocols": [ 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: 4 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: "transports": [ 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: "TCP" 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: ], 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: "fsal": { 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: "name": "CEPH", 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: "user_id": "nfs.foo.1", 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: "fs_name": "foofs" 2024-02-13T21:18:03.690 INFO:teuthology.orchestra.run.smithi153.stdout: }, 2024-02-13T21:18:03.691 INFO:teuthology.orchestra.run.smithi153.stdout: "clients": [] 2024-02-13T21:18:03.691 INFO:teuthology.orchestra.run.smithi153.stdout: } 2024-02-13T21:18:03.691 INFO:teuthology.orchestra.run.smithi153.stdout:] 2024-02-13T21:18:04.457 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-13T21:18:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:18:03.248400+0000 mgr.smithi153.unkvxi (mgr.14740) 492 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:18:05.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:18:03.663087+0000 mgr.smithi153.unkvxi (mgr.14740) 493 : audit [DBG] from='client.34496 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:18:05.005 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:18:03.248400+0000 mgr.smithi153.unkvxi (mgr.14740) 492 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T21:18:05.005 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:04 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:18:03.663087+0000 mgr.smithi153.unkvxi (mgr.14740) 493 : audit [DBG] from='client.34496 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T21:18:06.509 INFO:teuthology.orchestra.run.smithi153.stdout:foo rec-0000000000000004:nfs.foo.1 2024-02-13T21:18:06.510 INFO:teuthology.orchestra.run.smithi153.stdout:foo grace 2024-02-13T21:18:06.510 INFO:teuthology.orchestra.run.smithi153.stdout:foo rec-0000000000000004:nfs.foo.0 2024-02-13T21:18:06.510 INFO:teuthology.orchestra.run.smithi153.stdout:foo conf-nfs.foo 2024-02-13T21:18:06.510 INFO:teuthology.orchestra.run.smithi153.stdout:foo export-1 2024-02-13T21:18:07.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:18:05.248934+0000 mgr.smithi153.unkvxi (mgr.14740) 494 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:18:07.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:18:05.736520+0000 mon.smithi153 (mon.0) 998 : cluster [DBG] mgrmap e40: smithi153.unkvxi(active, since 9m), standbys: smithi160.twbahe 2024-02-13T21:18:07.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:18:05.248934+0000 mgr.smithi153.unkvxi (mgr.14740) 494 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:18:07.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:06 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:18:05.736520+0000 mon.smithi153 (mon.0) 998 : cluster [DBG] mgrmap e40: smithi153.unkvxi(active, since 9m), standbys: smithi160.twbahe 2024-02-13T21:18:07.239 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-13T21:18:09.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:18:07.249459+0000 mgr.smithi153.unkvxi (mgr.14740) 495 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:18:09.136 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:08 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:18:07.249459+0000 mgr.smithi153.unkvxi (mgr.14740) 495 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T21:18:09.581 INFO:teuthology.orchestra.run.smithi153.stdout:5 2024-02-13T21:18:09.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:09 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: audit 2024-02-13T21:18:09.570617+0000 mon.smithi153 (mon.0) 999 : audit [DBG] from='client.? 172.21.15.153:0/4135098332' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-13T21:18:10.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: audit 2024-02-13T21:18:09.570617+0000 mon.smithi153 (mon.0) 999 : audit [DBG] from='client.? 172.21.15.153:0/4135098332' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-13T21:18:10.370 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-13T21:18:10.381 INFO:tasks.cephadm:Teardown begin 2024-02-13T21:18:10.382 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T21:18:10.413 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T21:18:10.452 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-13T21:18:10.452 DEBUG:teuthology.orchestra.run.smithi153:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-13T21:18:10.471 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-13T21:18:10.512 INFO:tasks.cephadm:Stopping all daemons... 2024-02-13T21:18:10.620 INFO:tasks.cephadm.mon.smithi153:Stopping mon.smithi153... 2024-02-13T21:18:10.620 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153 2024-02-13T21:18:10.929 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:10 smithi153 systemd[1]: Stopping Ceph mon.smithi153 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:18:10.929 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:10 smithi153 bash[100164]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi153" found: no such container 2024-02-13T21:18:10.929 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: cluster 2024-02-13T21:18:09.249935+0000 mgr.smithi153.unkvxi (mgr.14740) 496 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:18:10.929 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:18:10.928+0000 7ffaa6ec7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi153 -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-13T21:18:11.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: cluster 2024-02-13T21:18:09.249935+0000 mgr.smithi153.unkvxi (mgr.14740) 496 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T21:18:11.190 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:10 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153[77235]: debug 2024-02-13T21:18:10.928+0000 7ffaa6ec7700 -1 mon.smithi153@0(leader) e2 *** Got Signal Terminated *** 2024-02-13T21:18:11.690 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 13 21:18:11 smithi153 bash[100205]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi153 2024-02-13T21:18:11.771 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi153.service' 2024-02-13T21:18:11.818 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T21:18:11.818 INFO:tasks.cephadm.mon.smithi153:Stopped mon.smithi153 2024-02-13T21:18:11.818 INFO:tasks.cephadm.mon.smithi160:Stopping mon.smithi160... 2024-02-13T21:18:11.818 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi160 2024-02-13T21:18:12.108 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:11 smithi160 systemd[1]: Stopping Ceph mon.smithi160 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:18:12.108 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:11 smithi160 bash[70268]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon.smithi160" found: no such container 2024-02-13T21:18:12.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:18:12.108+0000 7f9e9dfcc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi160 -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-13T21:18:12.504 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160[57899]: debug 2024-02-13T21:18:12.108+0000 7f9e9dfcc700 -1 mon.smithi160@1(peon) e2 *** Got Signal Terminated *** 2024-02-13T21:18:13.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 13 21:18:12 smithi160 bash[70307]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-mon-smithi160 2024-02-13T21:18:13.175 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@mon.smithi160.service' 2024-02-13T21:18:13.222 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T21:18:13.222 INFO:tasks.cephadm.mon.smithi160:Stopped mon.smithi160 2024-02-13T21:18:13.223 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-13T21:18:13.223 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.0 2024-02-13T21:18:13.525 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:18:13 smithi153 systemd[1]: Stopping Ceph osd.0 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:18:13.525 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:18:13 smithi153 bash[100334]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.0" found: no such container 2024-02-13T21:18:13.940 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:18:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-0[80508]: debug 2024-02-13T21:18:13.524+0000 7ff727ab4700 -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-13T21:18:13.940 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:18:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-0[80508]: debug 2024-02-13T21:18:13.524+0000 7ff727ab4700 -1 osd.0 118 *** Got signal Terminated *** 2024-02-13T21:18:13.940 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:18:13 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-0[80508]: debug 2024-02-13T21:18:13.524+0000 7ff727ab4700 -1 osd.0 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:18:19.385 INFO:journalctl@ceph.osd.0.smithi153.stdout:Feb 13 21:18:19 smithi153 bash[100375]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-0 2024-02-13T21:18:20.997 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.0.service' 2024-02-13T21:18:21.043 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T21:18:21.043 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-13T21:18:21.043 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-13T21:18:21.044 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.1 2024-02-13T21:18:21.256 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:18:21 smithi153 systemd[1]: Stopping Ceph osd.1 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:18:21.256 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:18:21 smithi153 bash[100616]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.1" found: no such container 2024-02-13T21:18:21.690 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:18:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-1[82907]: debug 2024-02-13T21:18:21.404+0000 7f5a4bd67700 -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-13T21:18:21.690 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:18:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-1[82907]: debug 2024-02-13T21:18:21.404+0000 7f5a4bd67700 -1 osd.1 118 *** Got signal Terminated *** 2024-02-13T21:18:21.690 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:18:21 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-1[82907]: debug 2024-02-13T21:18:21.404+0000 7f5a4bd67700 -1 osd.1 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:18:27.190 INFO:journalctl@ceph.osd.1.smithi153.stdout:Feb 13 21:18:26 smithi153 bash[100657]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-1 2024-02-13T21:18:28.917 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.1.service' 2024-02-13T21:18:28.959 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T21:18:28.960 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-13T21:18:28.960 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-13T21:18:28.960 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.2 2024-02-13T21:18:29.190 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:18:29 smithi153 systemd[1]: Stopping Ceph osd.2 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:18:29.190 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:18:29 smithi153 bash[100900]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.2" found: no such container 2024-02-13T21:18:29.690 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:18:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-2[85228]: debug 2024-02-13T21:18:29.338+0000 7f7e773b4700 -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-13T21:18:29.690 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:18:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-2[85228]: debug 2024-02-13T21:18:29.338+0000 7f7e773b4700 -1 osd.2 118 *** Got signal Terminated *** 2024-02-13T21:18:29.690 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:18:29 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-2[85228]: debug 2024-02-13T21:18:29.338+0000 7f7e773b4700 -1 osd.2 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:18:35.190 INFO:journalctl@ceph.osd.2.smithi153.stdout:Feb 13 21:18:34 smithi153 bash[100942]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-2 2024-02-13T21:18:36.608 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.2.service' 2024-02-13T21:18:36.649 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T21:18:36.649 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-13T21:18:36.649 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-13T21:18:36.650 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.3 2024-02-13T21:18:36.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:18:36 smithi153 systemd[1]: Stopping Ceph osd.3 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:18:36.940 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:18:36 smithi153 bash[101183]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.3" found: no such container 2024-02-13T21:18:37.440 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:18:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-3[87576]: debug 2024-02-13T21:18:36.978+0000 7fa6e4da6700 -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-13T21:18:37.440 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:18:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-3[87576]: debug 2024-02-13T21:18:36.978+0000 7fa6e4da6700 -1 osd.3 118 *** Got signal Terminated *** 2024-02-13T21:18:37.440 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:18:36 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-3[87576]: debug 2024-02-13T21:18:36.978+0000 7fa6e4da6700 -1 osd.3 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:18:40.440 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:18:40 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-3[87576]: debug 2024-02-13T21:18:40.058+0000 7fa6e1d23700 -1 osd.3 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:15.121113+0000 front 2024-02-13T21:18:15.121104+0000 (oldest deadline 2024-02-13T21:18:39.221335+0000) 2024-02-13T21:18:41.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:40 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:40.539+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:41.440 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:18:41 smithi153 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-3[87576]: debug 2024-02-13T21:18:41.070+0000 7fa6e1d23700 -1 osd.3 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:15.121113+0000 front 2024-02-13T21:18:15.121104+0000 (oldest deadline 2024-02-13T21:18:39.221335+0000) 2024-02-13T21:18:41.503 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:41.244+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:41.955 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:41 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:41.582+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:42.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:42.136+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:42.559 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:42.339+0000 7f60f8779700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:17.531895+0000 front 2024-02-13T21:18:17.531838+0000 (oldest deadline 2024-02-13T21:18:41.631865+0000) 2024-02-13T21:18:42.559 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:42.294+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:42.690 INFO:journalctl@ceph.osd.3.smithi153.stdout:Feb 13 21:18:42 smithi153 bash[101224]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-3 2024-02-13T21:18:43.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:42 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:42.559+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:43.503 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:43.322+0000 7f60f8779700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:17.531895+0000 front 2024-02-13T21:18:17.531838+0000 (oldest deadline 2024-02-13T21:18:41.631865+0000) 2024-02-13T21:18:43.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:43.153+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:43.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:43.290+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:44.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:43 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:43.593+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:44.317 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.3.service' 2024-02-13T21:18:44.359 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T21:18:44.359 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-13T21:18:44.360 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-13T21:18:44.360 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.4 2024-02-13T21:18:44.503 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:44.315+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:44.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:44.187+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:44.504 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:44.314+0000 7f60f8779700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:17.531895+0000 front 2024-02-13T21:18:17.531838+0000 (oldest deadline 2024-02-13T21:18:41.631865+0000) 2024-02-13T21:18:44.504 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:44 smithi160 systemd[1]: Stopping Ceph osd.4 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:18:44.504 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:44 smithi160 bash[70431]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.4" found: no such container 2024-02-13T21:18:45.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:44.609+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:45.003 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:44.670+0000 7f60fd800700 -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-13T21:18:45.004 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:44.670+0000 7f60fd800700 -1 osd.4 118 *** Got signal Terminated *** 2024-02-13T21:18:45.004 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:44 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:44.670+0000 7f60fd800700 -1 osd.4 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:18:45.503 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:45.328+0000 7f60f8779700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:17.531895+0000 front 2024-02-13T21:18:17.531838+0000 (oldest deadline 2024-02-13T21:18:41.631865+0000) 2024-02-13T21:18:45.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:45.303+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:45.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:45.207+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:46.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:45 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:45.658+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:46.503 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:46.356+0000 7f60f8779700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:17.531895+0000 front 2024-02-13T21:18:17.531838+0000 (oldest deadline 2024-02-13T21:18:41.631865+0000) 2024-02-13T21:18:46.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:46.170+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:46.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:46.315+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:47.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:46 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:46.677+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:47.503 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:47.349+0000 7f60f8779700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:17.531895+0000 front 2024-02-13T21:18:17.531838+0000 (oldest deadline 2024-02-13T21:18:41.631865+0000) 2024-02-13T21:18:47.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:47.160+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:47.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:47.297+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:47.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:47.297+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:21.329831+0000 front 2024-02-13T21:18:21.329873+0000 (oldest deadline 2024-02-13T21:18:47.229767+0000) 2024-02-13T21:18:48.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:47 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:47.642+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:48.503 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:48.303+0000 7f60f8779700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:17.531895+0000 front 2024-02-13T21:18:17.531838+0000 (oldest deadline 2024-02-13T21:18:41.631865+0000) 2024-02-13T21:18:48.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:48.298+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:48.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:48.298+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:21.329831+0000 front 2024-02-13T21:18:21.329873+0000 (oldest deadline 2024-02-13T21:18:47.229767+0000) 2024-02-13T21:18:48.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:48.203+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:48.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:48.203+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:49.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:48.664+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:49.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:48 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:48.664+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:49.503 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4[60482]: debug 2024-02-13T21:18:49.319+0000 7f60f8779700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:17.531895+0000 front 2024-02-13T21:18:17.531838+0000 (oldest deadline 2024-02-13T21:18:41.631865+0000) 2024-02-13T21:18:49.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:49.187+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:49.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:49.187+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:49.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:49.284+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:49.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:49.284+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:21.329831+0000 front 2024-02-13T21:18:21.329873+0000 (oldest deadline 2024-02-13T21:18:47.229767+0000) 2024-02-13T21:18:50.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:49.681+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:50.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:49 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:49.681+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:50.503 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 13 21:18:50 smithi160 bash[70471]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-4 2024-02-13T21:18:50.503 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:50.257+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:50.503 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:50.257+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:21.329831+0000 front 2024-02-13T21:18:21.329873+0000 (oldest deadline 2024-02-13T21:18:47.229767+0000) 2024-02-13T21:18:50.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:50.232+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:50.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:50.232+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:51.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:50.677+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:51.004 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:50 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:50.677+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:51.604 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:51.267+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:51.604 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:51.267+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:51.604 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:51.257+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:51.605 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:51.257+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:21.329831+0000 front 2024-02-13T21:18:21.329873+0000 (oldest deadline 2024-02-13T21:18:47.229767+0000) 2024-02-13T21:18:51.881 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:51.689+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:51.881 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:51 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:51.689+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:51.889 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.4.service' 2024-02-13T21:18:51.929 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T21:18:51.929 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-13T21:18:51.929 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-13T21:18:51.929 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.5 2024-02-13T21:18:52.236 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:52 smithi160 systemd[1]: Stopping Ceph osd.5 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:18:52.236 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:52 smithi160 bash[70721]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.5" found: no such container 2024-02-13T21:18:52.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:52.308+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:52.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:52.308+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:52.503 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:52.235+0000 7fcf54fba700 -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-13T21:18:52.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:52.235+0000 7fcf54fba700 -1 osd.5 118 *** Got signal Terminated *** 2024-02-13T21:18:52.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:52.235+0000 7fcf54fba700 -1 osd.5 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:18:52.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:52.287+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:52.504 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:52.287+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:21.329831+0000 front 2024-02-13T21:18:21.329873+0000 (oldest deadline 2024-02-13T21:18:47.229767+0000) 2024-02-13T21:18:53.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:52.655+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:53.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:52 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:52.655+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:53.636 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:53.286+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:53.636 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:53.286+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:21.329831+0000 front 2024-02-13T21:18:21.329873+0000 (oldest deadline 2024-02-13T21:18:47.229767+0000) 2024-02-13T21:18:53.636 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:53.313+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:53.636 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:53.313+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:54.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:53.636+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:54.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:53 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:53.636+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:54.627 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:54.333+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:54.627 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:54.333+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:21.329831+0000 front 2024-02-13T21:18:21.329873+0000 (oldest deadline 2024-02-13T21:18:47.229767+0000) 2024-02-13T21:18:54.627 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:54.298+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:54.627 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:54.298+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:55.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:54.627+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:55.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:54 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:54.627+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:55.639 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:55.311+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:55.639 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:55.311+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:21.329831+0000 front 2024-02-13T21:18:21.329873+0000 (oldest deadline 2024-02-13T21:18:47.229767+0000) 2024-02-13T21:18:55.639 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:55.279+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:55.639 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:55.279+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:56.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:55.639+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:56.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:55 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:55.639+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:56.618 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:56.316+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:13.828438+0000 front 2024-02-13T21:18:13.828484+0000 (oldest deadline 2024-02-13T21:18:40.828958+0000) 2024-02-13T21:18:56.618 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5[62464]: debug 2024-02-13T21:18:56.316+0000 7fcf4ff33700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:21.329831+0000 front 2024-02-13T21:18:21.329873+0000 (oldest deadline 2024-02-13T21:18:47.229767+0000) 2024-02-13T21:18:56.618 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:56.253+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:56.618 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:56.253+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:57.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:56.618+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:57.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:56 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:56.618+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:57.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:57.215+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:57.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:57.215+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:57.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:57.215+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:18:58.003 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 13 21:18:57 smithi160 bash[70762]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-5 2024-02-13T21:18:58.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:57.664+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:58.004 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:57.664+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:58.004 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:57 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:57.664+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:31.268230+0000 front 2024-02-13T21:18:31.268296+0000 (oldest deadline 2024-02-13T21:18:57.168178+0000) 2024-02-13T21:18:58.645 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:58.265+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:58.646 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:58.265+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:58.646 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:58.265+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:18:59.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:58.645+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:59.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:58.645+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:59.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:58 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:58.645+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:31.268230+0000 front 2024-02-13T21:18:31.268296+0000 (oldest deadline 2024-02-13T21:18:57.168178+0000) 2024-02-13T21:18:59.449 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:59.258+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:18:59.449 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:59.258+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:18:59.449 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:18:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:18:59.258+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:18:59.457 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.5.service' 2024-02-13T21:18:59.498 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T21:18:59.498 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-13T21:18:59.498 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-13T21:18:59.498 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.6 2024-02-13T21:18:59.753 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:59 smithi160 systemd[1]: Stopping Ceph osd.6 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:18:59.754 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:59 smithi160 bash[70996]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.6" found: no such container 2024-02-13T21:18:59.754 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:59.657+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:18:59.754 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:59.657+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:18:59.754 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:59.657+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:31.268230+0000 front 2024-02-13T21:18:31.268296+0000 (oldest deadline 2024-02-13T21:18:57.168178+0000) 2024-02-13T21:19:00.224 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:59.815+0000 7f5ce5cf6700 -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-13T21:19:00.224 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:59.815+0000 7f5ce5cf6700 -1 osd.6 118 *** Got signal Terminated *** 2024-02-13T21:19:00.224 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:18:59 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:18:59.815+0000 7f5ce5cf6700 -1 osd.6 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:19:00.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:00.224+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:00.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:00.224+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:00.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:00.224+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:01.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:00.677+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:19:01.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:00.677+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:19:01.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:00 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:00.677+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:31.268230+0000 front 2024-02-13T21:18:31.268296+0000 (oldest deadline 2024-02-13T21:18:57.168178+0000) 2024-02-13T21:19:01.710 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:01.253+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:01.710 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:01.253+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:01.710 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:01.253+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:02.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:01.709+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:19:02.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:01.709+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:19:02.003 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:01 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:01.709+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:31.268230+0000 front 2024-02-13T21:18:31.268296+0000 (oldest deadline 2024-02-13T21:18:57.168178+0000) 2024-02-13T21:19:02.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:02.224+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:02.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:02.224+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:02.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:02.224+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:03.214 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:02.756+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:19:03.214 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:02.756+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:19:03.214 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:02 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:02.756+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:31.268230+0000 front 2024-02-13T21:18:31.268296+0000 (oldest deadline 2024-02-13T21:18:57.168178+0000) 2024-02-13T21:19:03.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:03.214+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:03.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:03.214+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:03.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:03.214+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:03.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:03.214+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:36.564141+0000 front 2024-02-13T21:18:36.564129+0000 (oldest deadline 2024-02-13T21:19:02.464145+0000) 2024-02-13T21:19:04.249 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:03.796+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:19:04.249 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:03.796+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:19:04.249 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:03.796+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:31.268230+0000 front 2024-02-13T21:18:31.268296+0000 (oldest deadline 2024-02-13T21:18:57.168178+0000) 2024-02-13T21:19:04.249 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:03 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:03.796+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:41.169455+0000 front 2024-02-13T21:18:41.169466+0000 (oldest deadline 2024-02-13T21:19:03.469340+0000) 2024-02-13T21:19:04.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:04.248+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:04.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:04.248+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:04.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:04.248+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:04.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:04.249+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:36.564141+0000 front 2024-02-13T21:18:36.564129+0000 (oldest deadline 2024-02-13T21:19:02.464145+0000) 2024-02-13T21:19:05.159 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:04.803+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:14.465028+0000 front 2024-02-13T21:18:14.465048+0000 (oldest deadline 2024-02-13T21:18:40.364985+0000) 2024-02-13T21:19:05.159 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:04.803+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:24.366711+0000 front 2024-02-13T21:18:24.366571+0000 (oldest deadline 2024-02-13T21:18:47.866707+0000) 2024-02-13T21:19:05.160 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:04.803+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:31.268230+0000 front 2024-02-13T21:18:31.268296+0000 (oldest deadline 2024-02-13T21:18:57.168178+0000) 2024-02-13T21:19:05.160 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:04 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6[64365]: debug 2024-02-13T21:19:04.803+0000 7f5cdec6b700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:41.169455+0000 front 2024-02-13T21:18:41.169466+0000 (oldest deadline 2024-02-13T21:19:03.469340+0000) 2024-02-13T21:19:05.503 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 13 21:19:05 smithi160 bash[71037]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-6 2024-02-13T21:19:05.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:05.236+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:05.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:05.236+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:05.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:05.236+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:05.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:05 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:05.236+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:36.564141+0000 front 2024-02-13T21:18:36.564129+0000 (oldest deadline 2024-02-13T21:19:02.464145+0000) 2024-02-13T21:19:06.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:06.197+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:06.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:06.197+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:06.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:06.197+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:06.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:06 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:06.197+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:36.564141+0000 front 2024-02-13T21:18:36.564129+0000 (oldest deadline 2024-02-13T21:19:02.464145+0000) 2024-02-13T21:19:06.967 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.6.service' 2024-02-13T21:19:07.010 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T21:19:07.010 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-13T21:19:07.010 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-13T21:19:07.010 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.7 2024-02-13T21:19:07.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:07 smithi160 systemd[1]: Stopping Ceph osd.7 for 76082ba2-cab2-11ee-95b9-87774f69a715... 2024-02-13T21:19:07.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:07 smithi160 bash[71272]: Error: no container with name or ID "ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd.7" found: no such container 2024-02-13T21:19:07.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:07.178+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:07.254 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:07.178+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:07.254 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:07.178+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:07.254 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:07.178+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:36.564141+0000 front 2024-02-13T21:18:36.564129+0000 (oldest deadline 2024-02-13T21:19:02.464145+0000) 2024-02-13T21:19:07.753 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:07.366+0000 7fc6db7f1700 -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-13T21:19:07.753 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:07.366+0000 7fc6db7f1700 -1 osd.7 118 *** Got signal Terminated *** 2024-02-13T21:19:07.753 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:07 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:07.366+0000 7fc6db7f1700 -1 osd.7 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-13T21:19:08.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:08.154+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:08.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:08.154+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:08.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:08.154+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:08.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:08 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:08.154+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:36.564141+0000 front 2024-02-13T21:18:36.564129+0000 (oldest deadline 2024-02-13T21:19:02.464145+0000) 2024-02-13T21:19:09.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:09.105+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:09.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:09.105+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:09.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:09.105+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:09.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:09 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:09.105+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:36.564141+0000 front 2024-02-13T21:18:36.564129+0000 (oldest deadline 2024-02-13T21:19:02.464145+0000) 2024-02-13T21:19:10.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:10.096+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:10.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:10.096+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:10.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:10.096+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:10.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:10.096+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:36.564141+0000 front 2024-02-13T21:18:36.564129+0000 (oldest deadline 2024-02-13T21:19:02.464145+0000) 2024-02-13T21:19:10.504 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:10 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:10.096+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.160:6804 osd.4 since back 2024-02-13T21:18:48.166065+0000 front 2024-02-13T21:18:48.166122+0000 (oldest deadline 2024-02-13T21:19:09.866129+0000) 2024-02-13T21:19:11.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:11.073+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:11.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:11.073+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:11.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:11.073+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:11.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:11.073+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:36.564141+0000 front 2024-02-13T21:18:36.564129+0000 (oldest deadline 2024-02-13T21:19:02.464145+0000) 2024-02-13T21:19:11.503 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:11 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:11.073+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.160:6804 osd.4 since back 2024-02-13T21:18:48.166065+0000 front 2024-02-13T21:18:48.166122+0000 (oldest deadline 2024-02-13T21:19:09.866129+0000) 2024-02-13T21:19:12.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:12.069+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6806 osd.0 since back 2024-02-13T21:18:16.161485+0000 front 2024-02-13T21:18:16.161383+0000 (oldest deadline 2024-02-13T21:18:42.061214+0000) 2024-02-13T21:19:12.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:12.069+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6814 osd.1 since back 2024-02-13T21:18:23.762446+0000 front 2024-02-13T21:18:23.762373+0000 (oldest deadline 2024-02-13T21:18:47.262277+0000) 2024-02-13T21:19:12.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:12.069+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6822 osd.2 since back 2024-02-13T21:18:33.663713+0000 front 2024-02-13T21:18:33.663762+0000 (oldest deadline 2024-02-13T21:18:56.563698+0000) 2024-02-13T21:19:12.253 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:12.069+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.153:6830 osd.3 since back 2024-02-13T21:18:36.564141+0000 front 2024-02-13T21:18:36.564129+0000 (oldest deadline 2024-02-13T21:19:02.464145+0000) 2024-02-13T21:19:12.254 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:12 smithi160 ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7[66287]: debug 2024-02-13T21:19:12.069+0000 7fc6d4766700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.160:6804 osd.4 since back 2024-02-13T21:18:48.166065+0000 front 2024-02-13T21:18:48.166122+0000 (oldest deadline 2024-02-13T21:19:09.866129+0000) 2024-02-13T21:19:13.003 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 13 21:19:12 smithi160 bash[71312]: ceph-76082ba2-cab2-11ee-95b9-87774f69a715-osd-7 2024-02-13T21:19:14.576 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-76082ba2-cab2-11ee-95b9-87774f69a715@osd.7.service' 2024-02-13T21:19:14.617 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T21:19:14.618 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-13T21:19:14.618 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-13T21:22:11.419 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-13T21:22:28.641 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T21:22:28.680 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T21:22:28.710 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-13T21:22:28.713 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710/remote/ubuntu@smithi153.front.sepia.ceph.com/crash 2024-02-13T21:22:28.714 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/crash -- . 2024-02-13T21:22:28.766 INFO:teuthology.orchestra.run.smithi153.stderr:tar: /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-13T21:22:28.766 INFO:teuthology.orchestra.run.smithi153.stderr:tar: Error is not recoverable: exiting now 2024-02-13T21:22:28.768 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710/remote/ubuntu@smithi160.front.sepia.ceph.com/crash 2024-02-13T21:22:28.769 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/crash -- . 2024-02-13T21:22:28.803 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-13T21:22:28.803 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2024-02-13T21:22:28.804 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-13T21:22:28.804 DEBUG:teuthology.orchestra.run.smithi153:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-13T21:22:28.834 INFO:teuthology.orchestra.run.smithi153.stdout:2024-02-13T21:01:55.823868+0000 mon.smithi153 (mon.0) 329 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-13T21:22:28.835 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-13T21:22:28.835 DEBUG:teuthology.orchestra.run.smithi153:> sudo egrep '\[SEC\]' /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-13T21:22:28.907 DEBUG:teuthology.orchestra.run.smithi153:> sudo egrep '\[ERR\]' /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-13T21:22:28.978 DEBUG:teuthology.orchestra.run.smithi153:> sudo egrep '\[WRN\]' /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-13T21:22:29.045 INFO:teuthology.orchestra.run.smithi153.stdout:2024-02-13T21:01:55.823868+0000 mon.smithi153 (mon.0) 329 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-13T21:22:29.047 INFO:tasks.cephadm:Compressing logs... 2024-02-13T21:22:29.047 DEBUG:teuthology.orchestra.run.smithi153:> 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-13T21:22:29.089 DEBUG:teuthology.orchestra.run.smithi160:> 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-13T21:22:29.114 INFO:teuthology.orchestra.run.smithi153.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log : No such file or directory 2024-02-13T21:22:29.115 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T21:22:29.115 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mon.smithi153.log 2024-02-13T21:22:29.115 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi153.vofwhm.log 2024-02-13T21:22:29.115 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mon.smithi153.log: gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-13T21:22:29.116 INFO:teuthology.orchestra.run.smithi153.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-13T21:22:29.116 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi153.vofwhm.log: gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-13T21:22:29.116 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-volume.log: --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-13T21:22:29.116 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-13T21:22:29.118 INFO:teuthology.orchestra.run.smithi160.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-13T21:22:29.118 INFO:teuthology.orchestra.run.smithi160.stderr:: No such file or directory 2024-02-13T21:22:29.118 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi160.wgrttk.log 2024-02-13T21:22:29.118 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mgr.smithi160.twbahe.log 2024-02-13T21:22:29.118 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi160.wgrttk.log: gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-13T21:22:29.118 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mgr.smithi160.twbahe.log: gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mon.smithi160.log 2024-02-13T21:22:29.118 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-13T21:22:29.120 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.audit.log: /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.cephadm.log: 86.7% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-13T21:22:29.120 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mgr.smithi153.unkvxi.log 2024-02-13T21:22:29.120 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-13T21:22:29.120 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mgr.smithi153.unkvxi.log: 97.5% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi153.vofwhm.log.gz 2024-02-13T21:22:29.120 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-13T21:22:29.120 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.0.log: 91.5% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-13T21:22:29.120 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.log 2024-02-13T21:22:29.120 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.log: 90.9% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-13T21:22:29.121 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-13T21:22:29.121 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mon.smithi160.log: /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-13T21:22:29.122 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.1.log: 87.7% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-13T21:22:29.122 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.audit.log: 90.3% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-13T21:22:29.125 INFO:teuthology.orchestra.run.smithi160.stderr: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-13T21:22:29.125 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-13T21:22:29.125 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-13T21:22:29.126 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.cephadm.log: 91.6% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-13T21:22:29.126 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.7.log: 86.8% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-13T21:22:29.131 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.log 2024-02-13T21:22:29.132 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-13T21:22:29.135 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.log: /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.4.log: 87.7% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-13T21:22:29.138 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-13T21:22:29.150 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.5.log: 91.6% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi160.wgrttk.log.gz 2024-02-13T21:22:29.163 INFO:teuthology.orchestra.run.smithi160.stderr: 89.3% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mgr.smithi160.twbahe.log.gz 2024-02-13T21:22:29.478 INFO:teuthology.orchestra.run.smithi160.stderr: 92.6% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mon.smithi160.log.gz 2024-02-13T21:22:29.487 INFO:teuthology.orchestra.run.smithi153.stderr: 90.8% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mgr.smithi153.unkvxi.log.gz 2024-02-13T21:22:30.447 INFO:teuthology.orchestra.run.smithi153.stderr: 91.8% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-mon.smithi153.log.gz 2024-02-13T21:22:34.198 INFO:teuthology.orchestra.run.smithi153.stderr: 94.3% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-13T21:22:35.839 INFO:teuthology.orchestra.run.smithi160.stderr: 93.9% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-13T21:22:36.121 INFO:teuthology.orchestra.run.smithi160.stderr: 94.2% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-13T21:22:36.671 INFO:teuthology.orchestra.run.smithi153.stderr: 94.0% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-13T21:22:37.205 INFO:teuthology.orchestra.run.smithi153.stderr: 94.0% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-13T21:22:37.998 INFO:teuthology.orchestra.run.smithi153.stderr: 94.2% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-13T21:22:38.000 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-13T21:22:38.000 INFO:teuthology.orchestra.run.smithi153.stderr:real 0m8.896s 2024-02-13T21:22:38.000 INFO:teuthology.orchestra.run.smithi153.stderr:user 0m30.053s 2024-02-13T21:22:38.000 INFO:teuthology.orchestra.run.smithi153.stderr:sys 0m1.234s 2024-02-13T21:22:38.054 INFO:teuthology.orchestra.run.smithi160.stderr: 94.1% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-13T21:22:39.583 INFO:teuthology.orchestra.run.smithi160.stderr: 94.0% -- replaced with /var/log/ceph/76082ba2-cab2-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-13T21:22:39.585 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-02-13T21:22:39.585 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m10.478s 2024-02-13T21:22:39.585 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m32.262s 2024-02-13T21:22:39.585 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m1.257s 2024-02-13T21:22:39.585 INFO:tasks.cephadm:Archiving logs... 2024-02-13T21:22:39.585 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710/remote/ubuntu@smithi153.front.sepia.ceph.com/log 2024-02-13T21:22:39.586 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-13T21:22:43.656 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710/remote/ubuntu@smithi160.front.sepia.ceph.com/log 2024-02-13T21:22:43.657 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-13T21:22:48.228 INFO:tasks.cephadm:Removing cluster... 2024-02-13T21:22:48.228 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 --force 2024-02-13T21:22:48.586 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 76082ba2-cab2-11ee-95b9-87774f69a715 --force 2024-02-13T21:22:48.949 INFO:tasks.cephadm:Removing cephadm ... 2024-02-13T21:22:48.949 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-13T21:22:48.968 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-13T21:22:48.985 INFO:tasks.cephadm:Teardown complete 2024-02-13T21:22:48.986 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-13T21:22:48.996 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-13T21:22:48.997 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T21:22:49.010 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T21:22:49.025 INFO:teuthology.orchestra.run.smithi153.stderr:bash: ntpq: command not found 2024-02-13T21:22:49.030 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T21:22:49.030 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2024-02-13T21:22:49.030 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 58 +269us[ +294us] +/- 90ms 2024-02-13T21:22:49.031 INFO:teuthology.orchestra.run.smithi153.stdout:^* hv02.front.sepia.ceph.com 3 6 377 58 -258us[ -233us] +/- 71ms 2024-02-13T21:22:49.031 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 60 +94us[ +119us] +/- 102ms 2024-02-13T21:22:49.031 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T21:22:49.042 INFO:teuthology.orchestra.run.smithi160.stderr:bash: ntpq: command not found 2024-02-13T21:22:49.046 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T21:22:49.046 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-02-13T21:22:49.046 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 59 +281us[ +302us] +/- 90ms 2024-02-13T21:22:49.046 INFO:teuthology.orchestra.run.smithi160.stdout:^* hv02.front.sepia.ceph.com 3 7 377 58 -244us[ -224us] +/- 71ms 2024-02-13T21:22:49.046 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 +97us[ +118us] +/- 102ms 2024-02-13T21:22:49.046 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T21:22:49.047 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-13T21:22:49.056 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-13T21:22:49.057 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-13T21:22:49.065 DEBUG:teuthology.orchestra.run.smithi153:> 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-13T21:22:49.137 DEBUG:teuthology.orchestra.run.smithi160:> 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-13T21:22:49.197 DEBUG:teuthology.orchestra.run.smithi153:> 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-13T21:22:49.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T21:22:49.227 DEBUG:teuthology.orchestra.run.smithi160:> 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-13T21:22:49.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T21:22:49.256 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-13T21:22:49.266 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-13T21:22:49.275 INFO:teuthology.task.internal:Duration was 1905.502099 seconds 2024-02-13T21:22:49.275 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-13T21:22:49.284 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-13T21:22:49.284 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-13T21:22:49.286 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-13T21:22:49.330 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T21:22:49.341 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T21:22:49.516 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-13T21:22:49.516 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2024-02-13T21:22:49.517 DEBUG:teuthology.orchestra.run.smithi153:> 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-13T21:22:49.538 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2024-02-13T21:22:49.539 DEBUG:teuthology.orchestra.run.smithi160:> 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-13T21:22:49.561 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-13T21:22:49.561 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-13T21:22:49.583 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-13T21:22:49.659 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-13T21:22:49.659 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-13T21:22:49.661 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-13T21:22:49.789 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-13T21:22:49.799 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-13T21:22:49.799 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-13T21:22:49.827 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-13T21:22:49.853 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-13T21:22:49.863 DEBUG:teuthology.orchestra.run.smithi153:> 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-13T21:22:49.869 DEBUG:teuthology.orchestra.run.smithi160:> 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-13T21:22:49.893 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2024-02-13T21:22:49.920 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2024-02-13T21:22:49.945 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-13T21:22:50.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T21:22:50.003 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-13T21:22:50.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T21:22:50.021 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-13T21:22:50.031 INFO:teuthology.task.internal:Transferring archived files... 2024-02-13T21:22:50.032 DEBUG:teuthology.misc:Transferring archived files from smithi153:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710/remote/smithi153 2024-02-13T21:22:50.033 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-13T21:22:50.088 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710/remote/smithi160 2024-02-13T21:22:50.089 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-13T21:22:50.129 INFO:teuthology.task.internal:Removing archive directory... 2024-02-13T21:22:50.130 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-13T21:22:50.132 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-13T21:22:50.182 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-13T21:22:50.193 INFO:teuthology.task.internal:Not uploading archives. 2024-02-13T21:22:50.193 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-13T21:22:50.202 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-13T21:22:50.202 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-13T21:22:50.204 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-13T21:22:50.219 INFO:teuthology.orchestra.run.smithi153.stdout: 525611 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 13 21:22 /home/ubuntu/cephtest 2024-02-13T21:22:50.239 INFO:teuthology.orchestra.run.smithi160.stdout: 526076 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 13 21:22 /home/ubuntu/cephtest 2024-02-13T21:22:50.240 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-13T21:22:50.251 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-13T21:22:50.272 INFO:teuthology.nuke:Checking targets against current locks 2024-02-13T21:22:50.299 DEBUG:teuthology.nuke:shortname: smithi153 2024-02-13T21:22:50.299 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T21:22:50.322 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710', '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-13 20:42:04.799657', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKxlDJI9+L1hajJoD6pw4+Epq9nnU7GfDqWMu+LvE33tXIajqe/Y9BYxKuzrxPdQBhFa5Ic5nFPvX9M4r+hhRg4='} 2024-02-13T21:22:50.325 DEBUG:teuthology.nuke:shortname: smithi160 2024-02-13T21:22:50.325 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T21:22:50.349 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-13_17:16:45-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7558710', '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-13 20:42:04.801155', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOa6pUuI0m2MQ4kdo0Hzqp/tjKcMkwie8IzXQR7JuWm1jTcSqcyFCkNeY+cBoXMkUOo79fbGsTRWH2zTCA1QMR4='} 2024-02-13T21:22:50.370 INFO:teuthology.orchestra.console.smithi153:Power off 2024-02-13T21:22:50.370 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-13T21:22:50.393 DEBUG:teuthology.orchestra.console.smithi153:power off output: Chassis Power Control: Down/Off 2024-02-13T21:22:50.393 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T21:22:50.408 INFO:teuthology.orchestra.console.smithi160:Power off 2024-02-13T21:22:50.408 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-13T21:22:50.416 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-02-13T21:22:50.430 DEBUG:teuthology.orchestra.console.smithi160:power off output: Chassis Power Control: Down/Off 2024-02-13T21:22:50.430 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T21:22:50.454 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-02-13T21:22:54.418 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T21:22:54.455 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T21:22:54.528 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-02-13T21:22:54.564 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-02-13T21:22:58.533 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T21:22:58.565 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T21:22:58.643 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is off 2024-02-13T21:22:58.674 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is off 2024-02-13T21:22:58.744 INFO:teuthology.orchestra.console.smithi153:Power off completed 2024-02-13T21:22:58.775 INFO:teuthology.orchestra.console.smithi160:Power off completed 2024-02-13T21:22:58.879 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1905.502099275589 failure_reason: '"2024-02-13T21:01:55.823868+0000 mon.smithi153 (mon.0) 329 : 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-13T21:22:58.879 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-13T21:22:58.961 INFO:teuthology.run:FAIL