2024-02-12T13:23:02.170 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-12T13:23:02.170 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558 --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --name gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi --owner scheduled_gabrioux@teuthology -- /home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558/orig.config.yaml 2024-02-12T13:23:02.207 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-12T13:23:02.291 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558 branch: wip-guits-testing-2-2024-02-12-0849-quincy description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7556558' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-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-guits-testing-2-2024-02-12-0849-quincy 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: c76783341f6dcd7c9515f5c407c7402ee30c3dfd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c76783341f6dcd7c9515f5c407c7402ee30c3dfd selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2-2024-02-12-0849-quincy sha1: c76783341f6dcd7c9515f5c407c7402ee30c3dfd owner: scheduled_gabrioux@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 7116 sha1: c76783341f6dcd7c9515f5c407c7402ee30c3dfd sleep_before_teardown: 0 subset: 1/999 suite: orch:cephadm suite_branch: wip-guits-testing-2-2024-02-12-0849-quincy suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c76783341f6dcd7c9515f5c407c7402ee30c3dfd/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c76783341f6dcd7c9515f5c407c7402ee30c3dfd targets: smithi023.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIiiICp/EVm35iTMrVYxjvvAr2VVA1ba/eGFzBa+ff+6a9W7cY22XjAywAIh/XMXHjzwXyya91qaKbffjg3VPf4= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDS3TufGx/b3ee4KN14Q9hUeBJIqZ6pmsgfk1rdwWhvXM6i5hi2eIqCtZopvLAnjGMfO0uHTw96Zbba1rEkkpHg= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-12_12:37:43 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: gabrioux 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-12T13:23:02.291 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c76783341f6dcd7c9515f5c407c7402ee30c3dfd/qa; will attempt to use it 2024-02-12T13:23:02.292 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c76783341f6dcd7c9515f5c407c7402ee30c3dfd/qa/tasks 2024-02-12T13:23:02.292 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-12T13:23:02.293 INFO:teuthology.task.internal:Checking packages... 2024-02-12T13:23:02.320 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c76783341f6dcd7c9515f5c407c7402ee30c3dfd' 2024-02-12T13:23:02.321 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-12T13:23:02.321 INFO:teuthology.packaging:ref: None 2024-02-12T13:23:02.321 INFO:teuthology.packaging:tag: None 2024-02-12T13:23:02.321 INFO:teuthology.packaging:branch: wip-guits-testing-2-2024-02-12-0849-quincy 2024-02-12T13:23:02.321 INFO:teuthology.packaging:sha1: c76783341f6dcd7c9515f5c407c7402ee30c3dfd 2024-02-12T13:23:02.321 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-2-2024-02-12-0849-quincy 2024-02-12T13:23:02.662 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-512.gc7678334 2024-02-12T13:23:02.664 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-12T13:23:02.670 INFO:teuthology.task.internal:no buildpackages task found 2024-02-12T13:23:02.670 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-12T13:23:02.718 INFO:teuthology.task.internal:Saving configuration 2024-02-12T13:23:02.733 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-12T13:23:02.744 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T13:23:02.768 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558', '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-12 13:16:47.819556', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIiiICp/EVm35iTMrVYxjvvAr2VVA1ba/eGFzBa+ff+6a9W7cY22XjAywAIh/XMXHjzwXyya91qaKbffjg3VPf4='} 2024-02-12T13:23:02.790 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558', '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-12 13:16:47.821008', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDS3TufGx/b3ee4KN14Q9hUeBJIqZ6pmsgfk1rdwWhvXM6i5hi2eIqCtZopvLAnjGMfO0uHTw96Zbba1rEkkpHg='} 2024-02-12T13:23:02.791 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-12T13:23:02.797 INFO:teuthology.task.internal:roles: ubuntu@smithi023.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-12T13:23:02.797 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-12T13:23:02.797 INFO:teuthology.run_tasks:Running task console_log... 2024-02-12T13:23:02.916 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcfb134cee0>, signals=[15]) 2024-02-12T13:23:02.917 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-12T13:23:02.922 INFO:teuthology.task.internal:Opening connections... 2024-02-12T13:23:02.922 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:23:02.924 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:23:02.999 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-02-12T13:23:02.999 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:23:03.073 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-12T13:23:03.079 DEBUG:teuthology.orchestra.run.smithi023:> uname -m 2024-02-12T13:23:03.101 INFO:teuthology.orchestra.run.smithi023.stdout:x86_64 2024-02-12T13:23:03.102 DEBUG:teuthology.orchestra.run.smithi023:> cat /etc/os-release 2024-02-12T13:23:03.164 INFO:teuthology.orchestra.run.smithi023.stdout:NAME="CentOS Stream" 2024-02-12T13:23:03.164 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION="8" 2024-02-12T13:23:03.164 INFO:teuthology.orchestra.run.smithi023.stdout:ID="centos" 2024-02-12T13:23:03.164 INFO:teuthology.orchestra.run.smithi023.stdout:ID_LIKE="rhel fedora" 2024-02-12T13:23:03.164 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_ID="8" 2024-02-12T13:23:03.164 INFO:teuthology.orchestra.run.smithi023.stdout:PLATFORM_ID="platform:el8" 2024-02-12T13:23:03.164 INFO:teuthology.orchestra.run.smithi023.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-12T13:23:03.164 INFO:teuthology.orchestra.run.smithi023.stdout:ANSI_COLOR="0;31" 2024-02-12T13:23:03.165 INFO:teuthology.orchestra.run.smithi023.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-12T13:23:03.165 INFO:teuthology.orchestra.run.smithi023.stdout:HOME_URL="https://centos.org/" 2024-02-12T13:23:03.165 INFO:teuthology.orchestra.run.smithi023.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-12T13:23:03.165 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-12T13:23:03.165 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-12T13:23:03.165 INFO:teuthology.lock.ops:Updating smithi023.front.sepia.ceph.com on lock server 2024-02-12T13:23:03.199 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-02-12T13:23:03.223 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-02-12T13:23:03.223 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-02-12T13:23:03.283 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="CentOS Stream" 2024-02-12T13:23:03.283 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="8" 2024-02-12T13:23:03.283 INFO:teuthology.orchestra.run.smithi160.stdout:ID="centos" 2024-02-12T13:23:03.283 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE="rhel fedora" 2024-02-12T13:23:03.284 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="8" 2024-02-12T13:23:03.284 INFO:teuthology.orchestra.run.smithi160.stdout:PLATFORM_ID="platform:el8" 2024-02-12T13:23:03.284 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-12T13:23:03.284 INFO:teuthology.orchestra.run.smithi160.stdout:ANSI_COLOR="0;31" 2024-02-12T13:23:03.284 INFO:teuthology.orchestra.run.smithi160.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-12T13:23:03.284 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://centos.org/" 2024-02-12T13:23:03.284 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-12T13:23:03.284 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-12T13:23:03.284 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-12T13:23:03.284 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-02-12T13:23:03.307 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-12T13:23:03.316 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-12T13:23:03.351 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-12T13:23:03.351 DEBUG:teuthology.orchestra.run.smithi023:> test '!' -e /home/ubuntu/cephtest 2024-02-12T13:23:03.354 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-02-12T13:23:03.373 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-12T13:23:03.429 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-12T13:23:03.429 DEBUG:teuthology.orchestra.run.smithi023:> test -z $(ls -A /var/lib/ceph) 2024-02-12T13:23:03.431 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-02-12T13:23:03.458 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-12T13:23:03.515 INFO:teuthology.run_tasks:Running task kernel... 2024-02-12T13:23:03.536 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-12T13:23:03.536 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-12T13:23:03.536 DEBUG:teuthology.orchestra.run.smithi023:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-12T13:23:03.537 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-12T13:23:03.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T13:23:03.556 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-02-12T13:23:03.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T13:23:03.558 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2024-02-12T13:23:03.617 INFO:teuthology.orchestra.run.smithi160.stdout:4.18.0-489.el8.x86_64 2024-02-12T13:23:03.618 INFO:teuthology.task.kernel:Running kernel on smithi160: 4.18.0-489.el8.x86_64 2024-02-12T13:23:03.618 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum install -y kernel 2024-02-12T13:23:03.620 INFO:teuthology.orchestra.run.smithi023.stdout:4.18.0-489.el8.x86_64 2024-02-12T13:23:03.620 INFO:teuthology.task.kernel:Running kernel on smithi023: 4.18.0-489.el8.x86_64 2024-02-12T13:23:03.620 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum install -y kernel 2024-02-12T13:23:07.806 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - AppStream 16 MB/s | 27 MB 00:01 2024-02-12T13:23:08.265 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - AppStream 14 MB/s | 27 MB 00:01 2024-02-12T13:23:13.722 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - BaseOS 9.1 MB/s | 10 MB 00:01 2024-02-12T13:23:15.474 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - BaseOS 4.8 MB/s | 10 MB 00:02 2024-02-12T13:23:15.731 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - Extras 43 kB/s | 18 kB 00:00 2024-02-12T13:23:16.215 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2024-02-12T13:23:16.475 INFO:teuthology.orchestra.run.smithi160.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-02-12T13:23:17.409 INFO:teuthology.orchestra.run.smithi160.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2024-02-12T13:23:17.449 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - Extras 68 kB/s | 18 kB 00:00 2024-02-12T13:23:17.958 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2024-02-12T13:23:18.526 INFO:teuthology.orchestra.run.smithi023.stdout:Copr repo for python3-asyncssh owned by ceph 7.4 kB/s | 3.5 kB 00:00 2024-02-12T13:23:20.338 INFO:teuthology.orchestra.run.smithi023.stdout:Extra Packages for Enterprise Linux 9.4 MB/s | 16 MB 00:01 2024-02-12T13:23:21.117 INFO:teuthology.orchestra.run.smithi160.stdout:lab-extras 643 kB/s | 24 kB 00:00 2024-02-12T13:23:23.989 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-12T13:23:23.989 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-12T13:23:24.095 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-02-12T13:23:24.096 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T13:23:24.096 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-02-12T13:23:24.096 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T13:23:24.096 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-02-12T13:23:24.096 INFO:teuthology.orchestra.run.smithi160.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-12T13:23:24.096 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-02-12T13:23:24.097 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-12T13:23:24.097 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-12T13:23:24.097 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:23:24.097 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-02-12T13:23:24.097 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T13:23:24.097 INFO:teuthology.orchestra.run.smithi160.stdout:Install 3 Packages 2024-02-12T13:23:24.097 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:23:24.098 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 90 M 2024-02-12T13:23:24.098 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 96 M 2024-02-12T13:23:24.098 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-02-12T13:23:24.410 INFO:teuthology.orchestra.run.smithi023.stdout:lab-extras 361 kB/s | 24 kB 00:00 2024-02-12T13:23:26.620 INFO:teuthology.orchestra.run.smithi160.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 4.2 MB/s | 10 MB 00:02 2024-02-12T13:23:27.583 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-12T13:23:27.583 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-12T13:23:27.680 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-02-12T13:23:27.682 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-02-12T13:23:27.682 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-02-12T13:23:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-02-12T13:23:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-02-12T13:23:27.683 INFO:teuthology.orchestra.run.smithi023.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-12T13:23:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-02-12T13:23:27.683 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-12T13:23:27.683 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-12T13:23:27.683 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:23:27.683 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-02-12T13:23:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-02-12T13:23:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:Install 3 Packages 2024-02-12T13:23:27.684 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:23:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 90 M 2024-02-12T13:23:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 96 M 2024-02-12T13:23:27.684 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-02-12T13:23:28.243 INFO:teuthology.orchestra.run.smithi160.stdout:(2/3): kernel-core-4.18.0-536.el8.x86_64.rpm 11 MB/s | 44 MB 00:04 2024-02-12T13:23:28.560 INFO:teuthology.orchestra.run.smithi160.stdout:(3/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 8.2 MB/s | 36 MB 00:04 2024-02-12T13:23:28.561 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-02-12T13:23:28.561 INFO:teuthology.orchestra.run.smithi160.stdout:Total 20 MB/s | 90 MB 00:04 2024-02-12T13:23:29.244 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-02-12T13:23:29.662 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-02-12T13:23:29.662 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-02-12T13:23:30.909 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-02-12T13:23:30.923 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-02-12T13:23:33.669 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-02-12T13:23:34.162 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T13:23:34.586 INFO:teuthology.orchestra.run.smithi023.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 1.5 MB/s | 10 MB 00:06 2024-02-12T13:23:37.741 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T13:23:38.112 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T13:23:40.478 INFO:teuthology.orchestra.run.smithi023.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 2.9 MB/s | 36 MB 00:12 2024-02-12T13:23:41.551 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T13:23:41.836 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T13:23:42.361 INFO:teuthology.orchestra.run.smithi023.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 3.0 MB/s | 44 MB 00:14 2024-02-12T13:23:42.361 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-02-12T13:23:42.362 INFO:teuthology.orchestra.run.smithi023.stdout:Total 6.1 MB/s | 90 MB 00:14 2024-02-12T13:23:43.076 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-02-12T13:23:43.536 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-02-12T13:23:43.536 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-02-12T13:23:44.841 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-02-12T13:23:44.884 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-02-12T13:23:47.892 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-02-12T13:23:48.384 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T13:23:52.263 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-12T13:23:52.742 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T13:23:56.430 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-12T13:23:56.694 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T13:24:03.871 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-12T13:24:03.895 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T13:24:04.303 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T13:24:04.303 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-12T13:24:04.304 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-12T13:24:04.784 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T13:24:04.784 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:24:04.784 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-02-12T13:24:04.785 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-12T13:24:04.785 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-12T13:24:04.785 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:24:04.785 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-02-12T13:24:04.976 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T13:24:05.195 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T13:24:05.195 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T13:24:05.196 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-12T13:24:05.196 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-12T13:24:05.196 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-12T13:24:05.196 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-12T13:24:05.196 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2024-02-12T13:24:05.196 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T13:24:05.407 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T13:24:05.407 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T13:24:05.407 DEBUG:teuthology.orchestra.run.smithi160:> sudo rpm -qi grub2-tools 2024-02-12T13:24:05.440 INFO:teuthology.orchestra.run.smithi160.stdout:Name : grub2-tools 2024-02-12T13:24:05.440 INFO:teuthology.orchestra.run.smithi160.stdout:Epoch : 1 2024-02-12T13:24:05.440 INFO:teuthology.orchestra.run.smithi160.stdout:Version : 2.02 2024-02-12T13:24:05.440 INFO:teuthology.orchestra.run.smithi160.stdout:Release : 129.el8 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: x86_64 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Group : System Environment/Base 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Size : 9265586 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:License : GPLv3+ 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Relocations : (not relocatable) 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Packager : CentOS BuildSystem 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Vendor : CentOS 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Summary : Support tools for GRUB. 2024-02-12T13:24:05.441 INFO:teuthology.orchestra.run.smithi160.stdout:Description : 2024-02-12T13:24:05.442 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:24:05.442 INFO:teuthology.orchestra.run.smithi160.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-12T13:24:05.442 INFO:teuthology.orchestra.run.smithi160.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-12T13:24:05.442 INFO:teuthology.orchestra.run.smithi160.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-12T13:24:05.442 INFO:teuthology.orchestra.run.smithi160.stdout:hardware devices. 2024-02-12T13:24:05.442 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:24:05.442 INFO:teuthology.orchestra.run.smithi160.stdout:This subpackage provides tools for support of all platforms. 2024-02-12T13:24:05.443 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-12T13:24:05.443 INFO:teuthology.task.kernel:Updating grub on smithi160 to boot 4.18.0-536.el8.x86_64 2024-02-12T13:24:05.443 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-12T13:24:06.982 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2024-02-12T13:24:08.756 INFO:teuthology.orchestra.run.smithi160.stderr:done 2024-02-12T13:24:08.757 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2024-02-12T13:24:08.780 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.2K23rlMwtP 2024-02-12T13:24:08.781 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2K23rlMwtP 2024-02-12T13:24:08.865 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.2K23rlMwtP 2024-02-12T13:24:09.014 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.2K23rlMwtP is 6KB 2024-02-12T13:24:09.062 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.2K23rlMwtP 2024-02-12T13:24:09.080 DEBUG:teuthology.orchestra.run.smithi160:> sudo /bin/ls /boot/loader/entries || true 2024-02-12T13:24:09.147 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-12T13:24:09.148 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-12T13:24:09.148 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-12T13:24:09.148 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-12T13:24:09.149 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-12T13:24:09.309 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2024-02-12T13:24:20.163 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-12T13:24:20.188 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T13:24:20.575 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-12T13:24:20.576 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-12T13:24:20.576 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-12T13:24:21.033 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-12T13:24:21.033 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:24:21.033 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-02-12T13:24:21.033 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-12T13:24:21.034 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-12T13:24:21.034 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:24:21.034 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-02-12T13:24:21.212 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T13:24:21.442 INFO:teuthology.orchestra.run.smithi023.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T13:24:21.442 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T13:24:21.442 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-12T13:24:21.442 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-12T13:24:21.442 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-12T13:24:21.442 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-12T13:24:21.442 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi023.front.sepia.ceph.com, path=None, version=distro) 2024-02-12T13:24:21.443 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q kernel | sort -rV | head -n 1 2024-02-12T13:24:21.663 INFO:teuthology.orchestra.run.smithi023.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-12T13:24:21.664 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-12T13:24:21.664 DEBUG:teuthology.orchestra.run.smithi023:> sudo rpm -qi grub2-tools 2024-02-12T13:24:21.698 INFO:teuthology.orchestra.run.smithi023.stdout:Name : grub2-tools 2024-02-12T13:24:21.698 INFO:teuthology.orchestra.run.smithi023.stdout:Epoch : 1 2024-02-12T13:24:21.698 INFO:teuthology.orchestra.run.smithi023.stdout:Version : 2.02 2024-02-12T13:24:21.698 INFO:teuthology.orchestra.run.smithi023.stdout:Release : 129.el8 2024-02-12T13:24:21.698 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: x86_64 2024-02-12T13:24:21.698 INFO:teuthology.orchestra.run.smithi023.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-12T13:24:21.698 INFO:teuthology.orchestra.run.smithi023.stdout:Group : System Environment/Base 2024-02-12T13:24:21.698 INFO:teuthology.orchestra.run.smithi023.stdout:Size : 9265586 2024-02-12T13:24:21.698 INFO:teuthology.orchestra.run.smithi023.stdout:License : GPLv3+ 2024-02-12T13:24:21.698 INFO:teuthology.orchestra.run.smithi023.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:Relocations : (not relocatable) 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:Packager : CentOS BuildSystem 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:Vendor : CentOS 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:Summary : Support tools for GRUB. 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:Description : 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-12T13:24:21.699 INFO:teuthology.orchestra.run.smithi023.stdout:hardware devices. 2024-02-12T13:24:21.700 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:24:21.700 INFO:teuthology.orchestra.run.smithi023.stdout:This subpackage provides tools for support of all platforms. 2024-02-12T13:24:21.700 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-12T13:24:21.701 INFO:teuthology.task.kernel:Updating grub on smithi023 to boot 4.18.0-536.el8.x86_64 2024-02-12T13:24:21.701 DEBUG:teuthology.orchestra.run.smithi023:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-12T13:24:23.277 INFO:teuthology.orchestra.run.smithi023.stderr:Generating grub configuration file ... 2024-02-12T13:24:25.354 INFO:teuthology.orchestra.run.smithi023.stderr:done 2024-02-12T13:24:25.357 DEBUG:teuthology.orchestra.run.smithi023:> mktemp 2024-02-12T13:24:25.395 INFO:teuthology.orchestra.run.smithi023.stdout:/tmp/tmp.g33xMfFgxw 2024-02-12T13:24:25.395 DEBUG:teuthology.orchestra.run.smithi023:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.g33xMfFgxw 2024-02-12T13:24:25.479 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0666 /tmp/tmp.g33xMfFgxw 2024-02-12T13:24:25.578 DEBUG:teuthology.orchestra.remote:smithi023:/tmp/tmp.g33xMfFgxw is 6KB 2024-02-12T13:24:25.626 DEBUG:teuthology.orchestra.run.smithi023:> rm -fr /tmp/tmp.g33xMfFgxw 2024-02-12T13:24:25.644 DEBUG:teuthology.orchestra.run.smithi023:> sudo /bin/ls /boot/loader/entries || true 2024-02-12T13:24:25.716 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-12T13:24:25.716 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-12T13:24:25.717 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-12T13:24:25.717 INFO:teuthology.orchestra.run.smithi023.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-12T13:24:25.718 DEBUG:teuthology.orchestra.run.smithi023:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-12T13:24:25.872 DEBUG:teuthology.orchestra.run.smithi023:> sudo shutdown -r now 2024-02-12T13:24:39.324 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-12T13:24:39.325 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-12T13:24:39.325 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:24:55.888 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-12T13:24:55.888 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-12T13:24:55.889 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:24:57.792 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-02-12T13:25:06.800 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-12T13:25:06.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:25:09.852 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-02-12T13:25:14.428 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-02-12T13:25:21.860 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-12T13:25:21.861 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:25:23.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-12T13:25:23.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:25:26.492 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-02-12T13:25:38.504 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-12T13:25:38.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:25:41.568 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-02-12T13:25:53.745 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-02-12T13:25:54.054 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-12T13:25:54.054 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-12T13:25:54.054 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-02-12T13:25:54.071 INFO:teuthology.orchestra.run.smithi160.stdout:4.18.0-536.el8.x86_64 2024-02-12T13:25:54.071 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-12T13:25:54.071 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-12T13:25:54.071 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-12T13:25:55.072 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-12T13:25:55.073 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-12T13:25:55.150 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2024-02-12T13:25:55.164 DEBUG:teuthology.parallel:result is None 2024-02-12T13:25:56.568 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-12T13:25:56.569 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:26:56.572 DEBUG:teuthology.orchestra.remote:timed out 2024-02-12T13:27:14.573 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-12T13:27:14.574 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:27:14.915 DEBUG:teuthology.orchestra.run.smithi023:> true 2024-02-12T13:27:15.219 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-12T13:27:15.219 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-12T13:27:15.219 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2024-02-12T13:27:15.238 INFO:teuthology.orchestra.run.smithi023.stdout:4.18.0-536.el8.x86_64 2024-02-12T13:27:15.239 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-12T13:27:15.239 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-12T13:27:15.239 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-12T13:27:16.239 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-12T13:27:16.240 DEBUG:teuthology.orchestra.run.smithi023:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-12T13:27:16.315 INFO:teuthology.orchestra.run.smithi023.stdout:ttyS1 2024-02-12T13:27:16.328 DEBUG:teuthology.parallel:result is None 2024-02-12T13:27:16.329 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-12T13:27:16.338 INFO:teuthology.task.internal:Creating test directory... 2024-02-12T13:27:16.338 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-12T13:27:16.341 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-12T13:27:16.365 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-12T13:27:16.511 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-12T13:27:16.564 INFO:teuthology.task.internal:Creating archive directory... 2024-02-12T13:27:16.565 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-12T13:27:16.567 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-12T13:27:16.612 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-12T13:27:16.619 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-12T13:27:16.620 DEBUG:teuthology.orchestra.run.smithi023:> 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-12T13:27:16.639 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-12T13:27:16.678 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T13:27:16.690 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T13:27:16.692 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T13:27:16.704 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-12T13:27:16.706 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-12T13:27:16.713 INFO:teuthology.task.internal:Configuring sudo... 2024-02-12T13:27:16.714 DEBUG:teuthology.orchestra.run.smithi023:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-12T13:27:16.734 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-12T13:27:16.764 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-12T13:27:16.774 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-12T13:27:16.774 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-12T13:27:16.805 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-12T13:27:16.824 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T13:27:16.910 DEBUG:teuthology.orchestra.run.smithi023:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T13:27:16.957 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T13:27:17.042 DEBUG:teuthology.orchestra.run.smithi023:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T13:27:17.087 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-12T13:27:17.087 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-12T13:27:17.155 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T13:27:17.205 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-12T13:27:17.273 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T13:27:17.321 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-12T13:27:17.365 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T13:27:17.365 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-12T13:27:17.434 DEBUG:teuthology.orchestra.run.smithi023:> sudo service rsyslog restart 2024-02-12T13:27:17.436 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2024-02-12T13:27:17.486 INFO:teuthology.orchestra.run.smithi023.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T13:27:17.547 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T13:27:17.949 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-12T13:27:17.956 INFO:teuthology.task.internal:Starting timer... 2024-02-12T13:27:17.957 INFO:teuthology.run_tasks:Running task pcp... 2024-02-12T13:27:18.032 INFO:teuthology.run_tasks:Running task selinux... 2024-02-12T13:27:18.224 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-12T13:27:18.225 DEBUG:teuthology.orchestra.run.smithi023:> sudo service auditd rotate 2024-02-12T13:27:18.297 INFO:teuthology.orchestra.run.smithi023.stdout:Rotating logs: 2024-02-12T13:27:18.299 DEBUG:teuthology.orchestra.run.smithi160:> sudo service auditd rotate 2024-02-12T13:27:18.375 INFO:teuthology.orchestra.run.smithi160.stdout:Rotating logs: 2024-02-12T13:27:18.376 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-12T13:27:18.377 DEBUG:teuthology.orchestra.run.smithi023:> /usr/sbin/getenforce 2024-02-12T13:27:18.436 INFO:teuthology.orchestra.run.smithi023.stdout:Permissive 2024-02-12T13:27:18.437 DEBUG:teuthology.orchestra.run.smithi160:> /usr/sbin/getenforce 2024-02-12T13:27:18.519 INFO:teuthology.orchestra.run.smithi160.stdout:Permissive 2024-02-12T13:27:18.520 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi023.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi160.front.sepia.ceph.com': 'permissive'} 2024-02-12T13:27:18.520 DEBUG:teuthology.orchestra.run.smithi023:> 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-12T13:27:18.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T13:27:18.549 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-12T13:27:18.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T13:27:18.576 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-12T13:27:18.576 DEBUG:teuthology.orchestra.run.smithi023:> sudo /usr/sbin/setenforce permissive 2024-02-12T13:27:18.618 DEBUG:teuthology.orchestra.run.smithi160:> sudo /usr/sbin/setenforce permissive 2024-02-12T13:27:18.644 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-12T13:27:18.656 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-12T13:27:18.661 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-12T13:27:18.790 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-12T13:27:18.807 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-12T13:27:18.809 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi023.front.sepia.ceph.com,smithi160.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-12T13:33:12.477 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi023.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com')] 2024-02-12T13:33:12.479 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-12T13:33:12.481 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:33:12.570 DEBUG:teuthology.orchestra.run.smithi023:> true 2024-02-12T13:33:12.642 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-12T13:33:12.642 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-12T13:33:12.643 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-12T13:33:12.720 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-02-12T13:33:12.790 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-02-12T13:33:12.790 INFO:teuthology.run_tasks:Running task clock... 2024-02-12T13:33:12.803 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-12T13:33:12.803 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-12T13:33:12.803 DEBUG:teuthology.orchestra.run.smithi023:> 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-12T13:33:12.806 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-12T13:33:12.806 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-12T13:33:12.838 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-12T13:33:12.853 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-12T13:33:12.862 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-12T13:33:12.875 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-12T13:33:12.932 INFO:teuthology.orchestra.run.smithi023.stderr:sudo: ntpd: command not found 2024-02-12T13:33:12.937 INFO:teuthology.orchestra.run.smithi160.stderr:sudo: ntpd: command not found 2024-02-12T13:33:12.943 INFO:teuthology.orchestra.run.smithi023.stdout:506 Cannot talk to daemon 2024-02-12T13:33:12.948 INFO:teuthology.orchestra.run.smithi160.stdout:506 Cannot talk to daemon 2024-02-12T13:33:12.957 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-12T13:33:12.962 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-12T13:33:12.971 INFO:teuthology.orchestra.run.smithi023.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-12T13:33:12.975 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-12T13:33:13.038 INFO:teuthology.orchestra.run.smithi023.stderr:bash: ntpq: command not found 2024-02-12T13:33:13.041 INFO:teuthology.orchestra.run.smithi160.stderr:bash: ntpq: command not found 2024-02-12T13:33:13.042 INFO:teuthology.orchestra.run.smithi023.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T13:33:13.042 INFO:teuthology.orchestra.run.smithi023.stdout:=============================================================================== 2024-02-12T13:33:13.042 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T13:33:13.042 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T13:33:13.042 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T13:33:13.042 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T13:33:13.044 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T13:33:13.044 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-02-12T13:33:13.044 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T13:33:13.044 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T13:33:13.044 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T13:33:13.044 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T13:33:13.045 INFO:teuthology.run_tasks:Running task pexec... 2024-02-12T13:33:13.055 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-12T13:33:13.056 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:33:13.056 DEBUG:teuthology.orchestra.run.smithi023:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-12T13:33:13.057 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi160.front.sepia.ceph.com 2024-02-12T13:33:13.057 DEBUG:teuthology.orchestra.run.smithi160:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-12T13:33:13.875 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:28 ago on Mon 12 Feb 2024 01:31:45 PM UTC. 2024-02-12T13:33:13.904 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:22 ago on Mon 12 Feb 2024 01:31:51 PM UTC. 2024-02-12T13:33:15.829 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-02-12T13:33:15.830 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T13:33:15.830 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-02-12T13:33:15.830 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T13:33:15.830 INFO:teuthology.orchestra.run.smithi160.stdout:Resetting modules: 2024-02-12T13:33:15.830 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools 2024-02-12T13:33:15.830 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:33:15.830 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-02-12T13:33:15.830 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T13:33:15.830 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:33:16.033 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-02-12T13:33:16.033 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-02-12T13:33:16.034 INFO:teuthology.orchestra.run.smithi023.stdout: Package Architecture Version Repository Size 2024-02-12T13:33:16.034 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-02-12T13:33:16.034 INFO:teuthology.orchestra.run.smithi023.stdout:Resetting modules: 2024-02-12T13:33:16.034 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools 2024-02-12T13:33:16.034 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:33:16.034 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-02-12T13:33:16.034 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-02-12T13:33:16.034 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:33:16.089 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-02-12T13:33:16.303 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-02-12T13:33:16.944 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:31 ago on Mon 12 Feb 2024 01:31:45 PM UTC. 2024-02-12T13:33:17.181 INFO:teuthology.orchestra.run.smithi023.stdout:Last metadata expiration check: 0:01:25 ago on Mon 12 Feb 2024 01:31:51 PM UTC. 2024-02-12T13:33:18.921 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-02-12T13:33:18.956 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout:Installing group/module packages: 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-12T13:33:18.957 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout:Installing weak dependencies: 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout:Installing module profiles: 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools/common 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout:Enabling module streams: 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools rhel8 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout:Install 13 Packages 2024-02-12T13:33:18.958 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:33:18.959 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 27 M 2024-02-12T13:33:18.959 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 91 M 2024-02-12T13:33:18.959 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-02-12T13:33:19.299 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-02-12T13:33:19.337 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-02-12T13:33:19.337 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2024-02-12T13:33:19.337 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-02-12T13:33:19.337 INFO:teuthology.orchestra.run.smithi023.stdout:Installing group/module packages: 2024-02-12T13:33:19.338 INFO:teuthology.orchestra.run.smithi023.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-12T13:33:19.338 INFO:teuthology.orchestra.run.smithi023.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-12T13:33:19.338 INFO:teuthology.orchestra.run.smithi023.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-12T13:33:19.338 INFO:teuthology.orchestra.run.smithi023.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-12T13:33:19.338 INFO:teuthology.orchestra.run.smithi023.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-12T13:33:19.338 INFO:teuthology.orchestra.run.smithi023.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-12T13:33:19.338 INFO:teuthology.orchestra.run.smithi023.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-12T13:33:19.339 INFO:teuthology.orchestra.run.smithi023.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-12T13:33:19.339 INFO:teuthology.orchestra.run.smithi023.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-12T13:33:19.339 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-02-12T13:33:19.339 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-12T13:33:19.339 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-12T13:33:19.339 INFO:teuthology.orchestra.run.smithi023.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-12T13:33:19.340 INFO:teuthology.orchestra.run.smithi023.stdout:Installing weak dependencies: 2024-02-12T13:33:19.340 INFO:teuthology.orchestra.run.smithi023.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-12T13:33:19.340 INFO:teuthology.orchestra.run.smithi023.stdout:Installing module profiles: 2024-02-12T13:33:19.340 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools/common 2024-02-12T13:33:19.340 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:33:19.340 INFO:teuthology.orchestra.run.smithi023.stdout:Enabling module streams: 2024-02-12T13:33:19.340 INFO:teuthology.orchestra.run.smithi023.stdout: container-tools rhel8 2024-02-12T13:33:19.340 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:33:19.340 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-02-12T13:33:19.341 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-02-12T13:33:19.341 INFO:teuthology.orchestra.run.smithi023.stdout:Install 13 Packages 2024-02-12T13:33:19.341 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:33:19.342 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 27 M 2024-02-12T13:33:19.342 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 91 M 2024-02-12T13:33:19.342 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-02-12T13:33:19.934 INFO:teuthology.orchestra.run.smithi160.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 1.0 MB/s | 759 kB 00:00 2024-02-12T13:33:19.993 INFO:teuthology.orchestra.run.smithi160.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 1.3 MB/s | 1.0 MB 00:00 2024-02-12T13:33:20.043 INFO:teuthology.orchestra.run.smithi160.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 350 kB/s | 38 kB 00:00 2024-02-12T13:33:20.100 INFO:teuthology.orchestra.run.smithi023.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 1.2 MB/s | 759 kB 00:00 2024-02-12T13:33:20.110 INFO:teuthology.orchestra.run.smithi160.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 2.1 MB/s | 248 kB 00:00 2024-02-12T13:33:20.142 INFO:teuthology.orchestra.run.smithi023.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 1.5 MB/s | 1.0 MB 00:00 2024-02-12T13:33:20.209 INFO:teuthology.orchestra.run.smithi023.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 349 kB/s | 38 kB 00:00 2024-02-12T13:33:20.328 INFO:teuthology.orchestra.run.smithi160.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 823 kB/s | 179 kB 00:00 2024-02-12T13:33:20.409 INFO:teuthology.orchestra.run.smithi023.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 931 kB/s | 248 kB 00:00 2024-02-12T13:33:20.427 INFO:teuthology.orchestra.run.smithi160.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 251 kB/s | 25 kB 00:00 2024-02-12T13:33:20.526 INFO:teuthology.orchestra.run.smithi023.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 1.5 MB/s | 179 kB 00:00 2024-02-12T13:33:20.544 INFO:teuthology.orchestra.run.smithi160.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 806 kB/s | 94 kB 00:00 2024-02-12T13:33:20.610 INFO:teuthology.orchestra.run.smithi023.stdout:(6/13): netavark-1.9.0-1.module_el8+804+f131391 9.9 MB/s | 4.0 MB 00:00 2024-02-12T13:33:20.611 INFO:teuthology.orchestra.run.smithi160.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 7.0 MB/s | 4.0 MB 00:00 2024-02-12T13:33:20.668 INFO:teuthology.orchestra.run.smithi023.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 175 kB/s | 25 kB 00:00 2024-02-12T13:33:20.695 INFO:teuthology.orchestra.run.smithi023.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-02-12T13:33:20.728 INFO:teuthology.orchestra.run.smithi160.stdout:(9/13): buildah-1.34.0-1.module_el8+804+f131391 6.3 MB/s | 9.7 MB 00:01 2024-02-12T13:33:20.819 INFO:teuthology.orchestra.run.smithi023.stdout:(9/13): buildah-1.34.0-1.module_el8+804+f131391 7.1 MB/s | 9.7 MB 00:01 2024-02-12T13:33:20.856 INFO:teuthology.orchestra.run.smithi160.stdout:(10/13): toolbox-0.0.99.4-8.module_el8+804+f131 10 MB/s | 2.5 MB 00:00 2024-02-12T13:33:20.879 INFO:teuthology.orchestra.run.smithi160.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 350 kB/s | 53 kB 00:00 2024-02-12T13:33:20.927 INFO:teuthology.orchestra.run.smithi023.stdout:(10/13): toolbox-0.0.99.4-8.module_el8+804+f131 11 MB/s | 2.5 MB 00:00 2024-02-12T13:33:20.945 INFO:teuthology.orchestra.run.smithi160.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 458 kB/s | 41 kB 00:00 2024-02-12T13:33:20.953 INFO:teuthology.orchestra.run.smithi023.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 395 kB/s | 53 kB 00:00 2024-02-12T13:33:21.011 INFO:teuthology.orchestra.run.smithi023.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 491 kB/s | 41 kB 00:00 2024-02-12T13:33:21.112 INFO:teuthology.orchestra.run.smithi160.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 16 MB/s | 8.8 MB 00:00 2024-02-12T13:33:21.113 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-02-12T13:33:21.113 INFO:teuthology.orchestra.run.smithi160.stdout:Total 13 MB/s | 27 MB 00:02 2024-02-12T13:33:21.237 INFO:teuthology.orchestra.run.smithi023.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 15 MB/s | 8.8 MB 00:00 2024-02-12T13:33:21.237 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-02-12T13:33:21.237 INFO:teuthology.orchestra.run.smithi023.stdout:Total 14 MB/s | 27 MB 00:01 2024-02-12T13:33:21.385 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-02-12T13:33:21.406 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-02-12T13:33:21.407 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-02-12T13:33:21.516 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-02-12T13:33:21.540 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-02-12T13:33:21.540 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-02-12T13:33:21.680 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-02-12T13:33:21.683 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-02-12T13:33:21.809 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-02-12T13:33:21.813 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-02-12T13:33:22.404 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-02-12T13:33:22.579 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-02-12T13:33:22.613 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-12T13:33:22.792 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-12T13:33:22.822 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-12T13:33:22.982 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-12T13:33:23.001 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-12T13:33:23.201 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-12T13:33:23.228 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T13:33:23.432 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T13:33:23.817 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-12T13:33:24.022 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-12T13:33:24.828 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T13:33:25.036 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T13:33:25.079 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-12T13:33:25.283 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-12T13:33:25.284 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-12T13:33:25.482 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-12T13:33:25.578 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-12T13:33:25.762 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-12T13:33:25.978 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-12T13:33:26.166 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-12T13:33:26.919 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T13:33:27.133 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T13:33:27.159 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-12T13:33:27.340 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T13:33:27.356 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-12T13:33:27.531 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T13:33:27.776 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T13:33:27.776 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T13:33:27.777 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-12T13:33:27.981 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-12T13:33:27.981 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-12T13:33:27.981 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-12T13:33:27.981 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-12T13:33:27.981 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-12T13:33:27.981 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-12T13:33:27.982 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-12T13:33:27.982 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-12T13:33:27.982 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-12T13:33:27.982 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-12T13:33:27.982 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-12T13:33:27.982 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-12T13:33:27.982 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-12T13:33:28.294 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-12T13:33:28.294 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:33:28.294 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-02-12T13:33:28.294 INFO:teuthology.orchestra.run.smithi160.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.294 INFO:teuthology.orchestra.run.smithi160.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.294 INFO:teuthology.orchestra.run.smithi160.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-12T13:33:28.294 INFO:teuthology.orchestra.run.smithi160.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-12T13:33:28.294 INFO:teuthology.orchestra.run.smithi160.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.294 INFO:teuthology.orchestra.run.smithi160.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.294 INFO:teuthology.orchestra.run.smithi160.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-12T13:33:28.295 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-12T13:33:28.295 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-12T13:33:28.295 INFO:teuthology.orchestra.run.smithi160.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.295 INFO:teuthology.orchestra.run.smithi160.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.295 INFO:teuthology.orchestra.run.smithi160.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-12T13:33:28.295 INFO:teuthology.orchestra.run.smithi160.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-12T13:33:28.295 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:33:28.295 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-02-12T13:33:28.571 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-12T13:33:28.572 INFO:teuthology.orchestra.run.smithi023.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.573 INFO:teuthology.orchestra.run.smithi023.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-12T13:33:28.573 INFO:teuthology.orchestra.run.smithi023.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-12T13:33:28.573 INFO:teuthology.orchestra.run.smithi023.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-12T13:33:28.573 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:33:28.573 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-02-12T13:33:28.616 DEBUG:teuthology.parallel:result is None 2024-02-12T13:33:28.813 DEBUG:teuthology.parallel:result is None 2024-02-12T13:33:28.813 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-12T13:33:28.884 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'c76783341f6dcd7c9515f5c407c7402ee30c3dfd'} 2024-02-12T13:33:28.884 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-02-12T13:33:28.885 INFO:tasks.cephadm:Cluster fsid is 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:33:28.885 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-12T13:33:28.885 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-12T13:33:28.885 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi023': '172.21.15.23', 'mon.smithi160': '172.21.15.160'} 2024-02-12T13:33:28.885 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-12T13:33:28.885 DEBUG:teuthology.orchestra.run.smithi023:> sudo hostname $(hostname -s) 2024-02-12T13:33:28.914 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2024-02-12T13:33:28.942 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-12T13:33:28.942 DEBUG:teuthology.orchestra.run.smithi023:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-12T13:33:29.247 INFO:teuthology.orchestra.run.smithi023.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 12 13:33 /home/ubuntu/cephtest/cephadm 2024-02-12T13:33:29.247 DEBUG:teuthology.orchestra.run.smithi160:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-12T13:33:29.392 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 12 13:33 /home/ubuntu/cephtest/cephadm 2024-02-12T13:33:29.392 DEBUG:teuthology.orchestra.run.smithi023:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-12T13:33:29.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-12T13:33:29.440 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v16.2.5 on all hosts... 2024-02-12T13:33:29.440 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 pull 2024-02-12T13:33:29.454 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 pull 2024-02-12T13:33:31.431 INFO:teuthology.orchestra.run.smithi023.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-12T13:33:31.635 INFO:teuthology.orchestra.run.smithi160.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-12T13:33:57.122 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:33:57.122 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-02-12T13:33:57.122 INFO:teuthology.orchestra.run.smithi023.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-02-12T13:33:57.122 INFO:teuthology.orchestra.run.smithi023.stdout: "repo_digests": [ 2024-02-12T13:33:57.123 INFO:teuthology.orchestra.run.smithi023.stdout: "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-02-12T13:33:57.123 INFO:teuthology.orchestra.run.smithi023.stdout: "docker.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-02-12T13:33:57.123 INFO:teuthology.orchestra.run.smithi023.stdout: ] 2024-02-12T13:33:57.123 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:33:58.053 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2024-02-12T13:33:58.053 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-02-12T13:33:58.053 INFO:teuthology.orchestra.run.smithi160.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-02-12T13:33:58.053 INFO:teuthology.orchestra.run.smithi160.stdout: "repo_digests": [ 2024-02-12T13:33:58.053 INFO:teuthology.orchestra.run.smithi160.stdout: "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-02-12T13:33:58.053 INFO:teuthology.orchestra.run.smithi160.stdout: "docker.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-02-12T13:33:58.053 INFO:teuthology.orchestra.run.smithi160.stdout: ] 2024-02-12T13:33:58.053 INFO:teuthology.orchestra.run.smithi160.stdout:} 2024-02-12T13:33:58.072 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /etc/ceph 2024-02-12T13:33:58.111 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2024-02-12T13:33:58.142 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 777 /etc/ceph 2024-02-12T13:33:58.183 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2024-02-12T13:33:58.209 INFO:tasks.cephadm:Writing seed config... 2024-02-12T13:33:58.210 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-12T13:33:58.210 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-12T13:33:58.210 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-12T13:33:58.210 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-12T13:33:58.211 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-12T13:33:58.211 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-12T13:33:58.211 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-12T13:33:58.211 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-12T13:33:58.211 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-12T13:33:58.211 DEBUG:teuthology.orchestra.run.smithi023:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-12T13:33:58.243 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 4e82d1fc-c9ab-11ee-95b9-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-12T13:33:58.244 DEBUG:teuthology.orchestra.run.smithi023:mon.smithi023> sudo journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023.service 2024-02-12T13:33:58.286 INFO:tasks.cephadm:Bootstrapping... 2024-02-12T13:33:58.286 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 4e82d1fc-c9ab-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.23 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-12T13:33:58.316 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:-- Logs begin at Mon 2024-02-12 13:26:23 UTC. -- 2024-02-12T13:33:58.492 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-12T13:33:58.514 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 4.8.3 2024-02-12T13:33:58.532 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying podman|docker is present... 2024-02-12T13:33:58.532 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-12T13:33:58.552 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 4.8.3 2024-02-12T13:33:58.563 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying lvm2 is present... 2024-02-12T13:33:58.563 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying time synchronization is in place... 2024-02-12T13:33:58.563 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-enabled chrony.service 2024-02-12T13:33:58.569 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-12T13:33:58.569 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-active chrony.service 2024-02-12T13:33:58.577 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-12T13:33:58.577 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-12T13:33:58.582 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2024-02-12T13:33:58.583 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-active chronyd.service 2024-02-12T13:33:58.587 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: active 2024-02-12T13:33:58.588 INFO:teuthology.orchestra.run.smithi023.stderr:Unit chronyd.service is enabled and running 2024-02-12T13:33:58.588 INFO:teuthology.orchestra.run.smithi023.stderr:Repeating the final host check... 2024-02-12T13:33:58.588 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-12T13:33:58.611 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 4.8.3 2024-02-12T13:33:58.617 INFO:teuthology.orchestra.run.smithi023.stderr:podman|docker (/bin/podman) is present 2024-02-12T13:33:58.617 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl is present 2024-02-12T13:33:58.617 INFO:teuthology.orchestra.run.smithi023.stderr:lvcreate is present 2024-02-12T13:33:58.617 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-enabled chrony.service 2024-02-12T13:33:58.622 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-12T13:33:58.622 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-active chrony.service 2024-02-12T13:33:58.627 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-12T13:33:58.628 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-12T13:33:58.633 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2024-02-12T13:33:58.634 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-active chronyd.service 2024-02-12T13:33:58.639 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: active 2024-02-12T13:33:58.640 INFO:teuthology.orchestra.run.smithi023.stderr:Unit chronyd.service is enabled and running 2024-02-12T13:33:58.640 INFO:teuthology.orchestra.run.smithi023.stderr:Host looks OK 2024-02-12T13:33:58.641 INFO:teuthology.orchestra.run.smithi023.stderr:Cluster fsid: 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:33:58.641 INFO:teuthology.orchestra.run.smithi023.stderr:Acquiring lock 140010796798080 on /run/cephadm/4e82d1fc-c9ab-11ee-95b9-87774f69a715.lock 2024-02-12T13:33:58.641 INFO:teuthology.orchestra.run.smithi023.stderr:Lock 140010796798080 acquired on /run/cephadm/4e82d1fc-c9ab-11ee-95b9-87774f69a715.lock 2024-02-12T13:33:58.641 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying IP 172.21.15.23 port 3300 ... 2024-02-12T13:33:58.641 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying IP 172.21.15.23 port 6789 ... 2024-02-12T13:33:58.641 INFO:teuthology.orchestra.run.smithi023.stderr:Base mon IP is 172.21.15.23, final addrv is [v2:172.21.15.23:3300,v1:172.21.15.23:6789] 2024-02-12T13:33:58.642 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /sbin/ip route ls 2024-02-12T13:33:58.643 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.23 metric 100 2024-02-12T13:33:58.644 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.23 metric 100 2024-02-12T13:33:58.644 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /sbin/ip -6 route ls 2024-02-12T13:33:58.651 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-12T13:33:58.651 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-12T13:33:58.651 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2024-02-12T13:33:58.651 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /sbin/ip -6 addr ls 2024-02-12T13:33:58.651 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-12T13:33:58.651 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-12T13:33:58.651 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-12T13:33:58.651 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-12T13:33:58.651 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe59:ce42/64 scope link 2024-02-12T13:33:58.651 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-12T13:33:58.652 INFO:teuthology.orchestra.run.smithi023.stderr:Mon IP `172.21.15.23` is in CIDR network `172.21.0.0/20` 2024-02-12T13:33:58.652 INFO:teuthology.orchestra.run.smithi023.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-12T13:33:58.653 INFO:teuthology.orchestra.run.smithi023.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-12T13:33:58.653 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-02-12T13:33:58.730 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-02-12T13:34:05.183 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Getting image source signatures 2024-02-12T13:34:05.183 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-12T13:34:05.183 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-12T13:34:05.183 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-12T13:34:05.332 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: Writing manifest to image destination 2024-02-12T13:34:05.484 INFO:teuthology.orchestra.run.smithi023.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-12T13:34:05.493 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-02-12T13:34:05.969 INFO:teuthology.orchestra.run.smithi023.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-12T13:34:06.604 INFO:teuthology.orchestra.run.smithi023.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-12T13:34:06.604 INFO:teuthology.orchestra.run.smithi023.stderr:Extracting ceph user uid/gid from container image... 2024-02-12T13:34:06.604 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-12T13:34:07.108 INFO:teuthology.orchestra.run.smithi023.stderr:stat: 167 167 2024-02-12T13:34:07.697 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial keys... 2024-02-12T13:34:07.697 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-12T13:34:08.173 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQBQHsplmlTlBBAAmKJiPGrDuu4ZCnitLsmIhw== 2024-02-12T13:34:08.702 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-12T13:34:09.286 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQBRHsplPf3LCBAAtag9DLU9+BVfirzqcmj6Xg== 2024-02-12T13:34:09.852 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-12T13:34:10.375 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQBSHspleyGNEBAAiO+8nga8wnDyHbjZUMDibw== 2024-02-12T13:34:10.942 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial monmap... 2024-02-12T13:34:10.942 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpcbj4om_1:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 --addv smithi023 [v2:172.21.15.23:3300,v1:172.21.15.23:6789] /tmp/monmap 2024-02-12T13:34:11.490 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-12T13:34:11.490 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:11.490 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-12T13:34:12.044 INFO:teuthology.orchestra.run.smithi023.stderr:monmaptool for smithi023 [v2:172.21.15.23:3300,v1:172.21.15.23:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-12T13:34:12.044 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: set fsid to 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:12.045 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-12T13:34:12.045 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-12T13:34:12.045 INFO:teuthology.orchestra.run.smithi023.stderr:Creating mon... 2024-02-12T13:34:12.049 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023:/var/lib/ceph/mon/ceph-smithi023:z -v /tmp/ceph-tmpwfu0vunl:/tmp/keyring:z -v /tmp/ceph-tmpcbj4om_1:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi023 --fsid 4e82d1fc-c9ab-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-12T13:34:12.682 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.540+0000 7f9c1c366700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-12T13:34:12.682 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.540+0000 7f9c1c366700 1 imported monmap: 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: last_changed 2024-02-12T13:34:11.388424+0000 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: created 2024-02-12T13:34:11.388424+0000 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon.smithi023 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.540+0000 7f9c1c366700 0 /usr/bin/ceph-mon: set fsid to 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: RocksDB version: 6.8.1 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T13:34:12.683 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Compile date Jul 8 2021 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: DB SUMMARY 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi023/store.db dir, Total Num: 0, files: 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi023/store.db: 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.error_if_exists: 0 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.create_if_missing: 1 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.paranoid_checks: 1 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.env: 0x562e93ffa1c0 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.fs: Posix File System 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.info_log: 0x562e95becc20 2024-02-12T13:34:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.statistics: (nil) 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.use_fsync: 0 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.max_log_file_size: 0 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.allow_fallocate: 1 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.use_direct_reads: 0 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.db_log_dir: 2024-02-12T13:34:12.685 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi023/store.db 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.max_subcompactions: 1 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.max_background_flushes: -1 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.write_buffer_manager: 0x562e95bf5530 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T13:34:12.686 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.unordered_write: 0 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.row_cache: None 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.wal_filter: None 2024-02-12T13:34:12.687 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.preserve_deletes: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.two_write_queues: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.atomic_flush: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.log_readahead_size: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.max_background_jobs: 2 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.max_background_compactions: -1 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T13:34:12.688 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.max_open_files: -1 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Compression algorithms supported: 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: kZSTD supported: 0 2024-02-12T13:34:12.689 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: kXpressCompression supported: 0 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: kLZ4Compression supported: 1 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: kBZip2Compression supported: 0 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: kZlibCompression supported: 1 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: kSnappyCompression supported: 1 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.541+0000 7f9c1c366700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.543+0000 7f9c1c366700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000001 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.merge_operator: 2024-02-12T13:34:12.690 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_filter: None 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562e95b06160) 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-12T13:34:12.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache: 0x562e95b3cd10 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-12T13:34:12.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compression: NoCompression 2024-02-12T13:34:12.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.num_levels: 7 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T13:34:12.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T13:34:12.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-12T13:34:12.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-12T13:34:12.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T13:34:12.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:34:12.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-12T13:34:12.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T13:34:12.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T13:34:12.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T13:34:12.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-12T13:34:12.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T13:34:12.696 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T13:34:12.696 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T13:34:12.696 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T13:34:12.696 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T13:34:12.696 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T13:34:12.696 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T13:34:12.696 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T13:34:12.696 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T13:34:12.696 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T13:34:12.696 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T13:34:12.697 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.table_properties_collectors: 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.inplace_update_support: 0 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.bloom_locality: 0 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.max_successive_merges: 0 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-12T13:34:12.698 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.ttl: 2592000 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.545+0000 7f9c1c366700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.546+0000 7f9c1c366700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi023/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-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.546+0000 7f9c1c366700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.548+0000 7f9c1c366700 4 rocksdb: DB pointer 0x562e95c01800 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.548+0000 7f9c051ef700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.548+0000 7f9c051ef700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.699 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.700 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-12T13:34:12.701 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T13:34:12.702 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-12T13:34:12.703 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.703 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.703 INFO:teuthology.orchestra.run.smithi023.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-12T13:34:12.703 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.703 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-12T13:34:12.703 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-12T13:34:12.703 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.549+0000 7f9c1c366700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-12T13:34:12.703 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.550+0000 7f9c1c366700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-12T13:34:12.703 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-12T13:34:12.550+0000 7f9c1c366700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi023 for mon.smithi023 2024-02-12T13:34:15.572 INFO:teuthology.orchestra.run.smithi023.stderr:create mon.smithi023 on 2024-02-12T13:34:15.573 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:15.579 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl disable ceph.target 2024-02-12T13:34:15.680 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl enable ceph.target 2024-02-12T13:34:15.687 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-12T13:34:15.774 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl start ceph.target 2024-02-12T13:34:15.782 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl enable ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715.target 2024-02-12T13:34:15.789 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715.target. 2024-02-12T13:34:15.790 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715.target. 2024-02-12T13:34:15.868 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl start ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715.target 2024-02-12T13:34:15.875 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl daemon-reload 2024-02-12T13:34:15.965 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023 2024-02-12T13:34:15.992 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl reset-failed ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023 2024-02-12T13:34:15.997 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to reset failed state of unit ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023.service: Unit ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023.service not loaded. 2024-02-12T13:34:15.998 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl enable ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023 2024-02-12T13:34:16.004 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715.target.wants/ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023.service → /etc/systemd/system/ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@.service. 2024-02-12T13:34:16.094 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl start ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023 2024-02-12T13:34:16.136 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:16 smithi023 systemd[1]: Starting Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:34:16.652 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T13:34:16.661 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2024-02-12T13:34:16.661 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T13:34:16.668 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-12T13:34:16.669 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2024-02-12T13:34:16.669 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to enable service . firewalld.service is not available 2024-02-12T13:34:16.670 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mon to start... 2024-02-12T13:34:16.670 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mon... 2024-02-12T13:34:16.670 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023:/var/lib/ceph/mon/ceph-smithi023:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-02-12T13:34:16.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:16 smithi023 bash[34821]: c9f04afe407661d1cbe46a0880cb29b4e2a7a92a519b515cebf0a22f4d46ec0e 2024-02-12T13:34:16.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:16 smithi023 systemd[1]: Started Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:34:16.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: cluster 2024-02-12T13:34:16.658333+0000 mon.smithi023 (mon.0) 0 : [INF] mkfs 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:16.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: cluster 2024-02-12T13:34:16.636835+0000 mon.smithi023 (mon.0) 1 : cluster [INF] mon.smithi023 is new leader, mons smithi023 in quorum (ranks 0) 2024-02-12T13:34:17.222 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: cluster: 2024-02-12T13:34:17.222 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: id: 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: services: 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi023 (age 0.560578s) 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: data: 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: pgs: 2024-02-12T13:34:17.223 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:17.882 INFO:teuthology.orchestra.run.smithi023.stderr:mon is available 2024-02-12T13:34:17.882 INFO:teuthology.orchestra.run.smithi023.stderr:Assimilating anything we can from ceph.conf... 2024-02-12T13:34:17.882 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023:/var/lib/ceph/mon/ceph-smithi023:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi023/config 2024-02-12T13:34:17.885 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: cluster 2024-02-12T13:34:16.657612+0000 mon.smithi023 (mon.0) 2 : cluster [INF] mon.smithi023 is new leader, mons smithi023 in quorum (ranks 0) 2024-02-12T13:34:17.885 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: cluster 2024-02-12T13:34:16.657863+0000 mon.smithi023 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} 2024-02-12T13:34:17.885 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: cluster 2024-02-12T13:34:16.663820+0000 mon.smithi023 (mon.0) 4 : cluster [DBG] fsmap 2024-02-12T13:34:17.885 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: cluster 2024-02-12T13:34:16.670489+0000 mon.smithi023 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-12T13:34:17.885 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: cluster 2024-02-12T13:34:16.670922+0000 mon.smithi023 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-12T13:34:17.885 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: audit 2024-02-12T13:34:17.218159+0000 mon.smithi023 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.23:0/1922274695' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [global] 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: fsid = 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.23:3300,v1:172.21.15.23:6789] 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [mgr] 2024-02-12T13:34:18.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-12T13:34:18.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:18.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [osd] 2024-02-12T13:34:18.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-12T13:34:18.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-12T13:34:18.760 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: audit 2024-02-12T13:34:18.465048+0000 mon.smithi023 (mon.0) 8 : audit [INF] from='client.? 172.21.15.23:0/2444203654' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-12T13:34:18.760 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: audit 2024-02-12T13:34:18.467543+0000 mon.smithi023 (mon.0) 9 : audit [INF] from='client.? 172.21.15.23:0/2444203654' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-12T13:34:18.972 INFO:teuthology.orchestra.run.smithi023.stderr:Generating new minimal ceph.conf... 2024-02-12T13:34:18.972 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023:/var/lib/ceph/mon/ceph-smithi023:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi023/config 2024-02-12T13:34:19.874 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: audit 2024-02-12T13:34:19.527746+0000 mon.smithi023 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.23:0/3478108658' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:34:20.111 INFO:teuthology.orchestra.run.smithi023.stderr:Restarting the monitor... 2024-02-12T13:34:20.112 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl restart ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023 2024-02-12T13:34:20.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:20 smithi023 systemd[1]: Stopping Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:34:20.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: debug 2024-02-12T13:34:20.240+0000 7f74462e0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi023 -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-12T13:34:20.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[34837]: debug 2024-02-12T13:34:20.240+0000 7f74462e0700 -1 mon.smithi023@0(leader) e1 *** Got Signal Terminated *** 2024-02-12T13:34:20.837 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:20 smithi023 podman[35159]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023 2024-02-12T13:34:21.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:20 smithi023 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023.service: Succeeded. 2024-02-12T13:34:21.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:20 smithi023 systemd[1]: Stopped Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:34:21.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:20 smithi023 systemd[1]: Starting Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:34:24.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.748+0000 7ff8f7a20700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-12T13:34:24.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.748+0000 7ff8f7a20700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-12T13:34:24.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.748+0000 7ff8f7a20700 0 pidfile_write: ignore empty --pid-file 2024-02-12T13:34:24.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.753+0000 7ff8f7a20700 0 load: jerasure load: lrc load: isa 2024-02-12T13:34:24.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: RocksDB version: 6.8.1 2024-02-12T13:34:24.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T13:34:24.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Compile date Jul 8 2021 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: DB SUMMARY 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: CURRENT file: CURRENT 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi023/store.db dir, Total Num: 1, files: 000004.sst 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi023/store.db: 000006.log size: 85887 ; 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.error_if_exists: 0 2024-02-12T13:34:24.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.create_if_missing: 0 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.paranoid_checks: 1 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.env: 0x555deb8421c0 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.fs: Posix File System 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.info_log: 0x555dedb91a40 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.statistics: (nil) 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.use_fsync: 0 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_log_file_size: 0 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.allow_fallocate: 1 2024-02-12T13:34:24.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.use_direct_reads: 0 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.db_log_dir: 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi023/store.db 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_subcompactions: 1 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_background_flushes: -1 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T13:34:24.192 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.write_buffer_manager: 0x555dee808030 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.unordered_write: 0 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T13:34:24.193 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.row_cache: None 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.wal_filter: None 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.preserve_deletes: 0 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.two_write_queues: 0 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.atomic_flush: 0 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.log_readahead_size: 0 2024-02-12T13:34:24.194 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-12T13:34:24.195 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_background_jobs: 2 2024-02-12T13:34:24.195 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_background_compactions: -1 2024-02-12T13:34:24.195 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T13:34:24.195 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T13:34:24.195 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T13:34:24.195 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-12T13:34:24.195 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T13:34:24.195 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T13:34:24.195 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T13:34:24.195 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_open_files: -1 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Compression algorithms supported: 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: kZSTD supported: 0 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: kXpressCompression supported: 0 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: kLZ4Compression supported: 1 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: kBZip2Compression supported: 0 2024-02-12T13:34:24.196 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: kZlibCompression supported: 1 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: kSnappyCompression supported: 1 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000005 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.merge_operator: 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_filter: None 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T13:34:24.197 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555dedaaa170) 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cache_index_and_filter_blocks: 1 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: pin_top_level_index_and_filter: 1 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: index_type: 0 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: data_block_index_type: 0 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: index_shortening: 1 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: data_block_hash_table_util_ratio: 0.750000 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: hash_index_allow_collision: 1 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: checksum: 1 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: no_block_cache: 0 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: block_cache: 0x555dedae0f10 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: block_cache_name: BinnedLRUCache 2024-02-12T13:34:24.198 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: block_cache_options: 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: capacity : 536870912 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: num_shard_bits : 4 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: strict_capacity_limit : 0 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: high_pri_pool_ratio: 0.000 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: block_cache_compressed: (nil) 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: persistent_cache: (nil) 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: block_size: 4096 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: block_size_deviation: 10 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: block_restart_interval: 16 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: index_block_restart_interval: 1 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: metadata_block_size: 4096 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: partition_filters: 0 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: use_delta_encoding: 1 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T13:34:24.199 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: whole_key_filtering: 1 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: verify_compression: 0 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: read_amp_bytes_per_bit: 0 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: format_version: 2 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: enable_index_compression: 1 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: block_align: 0 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compression: NoCompression 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-12T13:34:24.200 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T13:34:24.201 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.num_levels: 7 2024-02-12T13:34:24.201 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T13:34:24.201 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T13:34:24.201 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T13:34:24.201 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T13:34:24.202 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T13:34:24.202 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T13:34:24.202 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T13:34:24.202 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:34:24.202 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T13:34:24.202 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T13:34:24.203 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T13:34:24.204 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.table_properties_collectors: 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.inplace_update_support: 0 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T13:34:24.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T13:34:24.206 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.bloom_locality: 0 2024-02-12T13:34:24.206 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.max_successive_merges: 0 2024-02-12T13:34:24.206 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T13:34:24.206 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-12T13:34:24.206 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-12T13:34:24.206 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-12T13:34:24.206 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.ttl: 2592000 2024-02-12T13:34:24.206 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.754+0000 7ff8f7a20700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.755+0000 7ff8f7a20700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi023/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-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.755+0000 7ff8f7a20700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.755+0000 7ff8f7a20700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707744863756180, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.755+0000 7ff8f7a20700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.755+0000 7ff8f7a20700 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-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.756+0000 7ff8f7a20700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707744863757189, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82652, "table_properties": {"data_size": 80920, "index_size": 337, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9446, "raw_average_key_size": 47, "raw_value_size": 75434, "raw_average_value_size": 377, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1707744863, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.756+0000 7ff8f7a20700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.756+0000 7ff8f7a20700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707744863757835, "job": 1, "event": "recovery_finished"} 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.757+0000 7ff8f7a20700 4 rocksdb: DB pointer 0x555dedba5800 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.757+0000 7ff8de828700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-12T13:34:24.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.757+0000 7ff8de828700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ** DB Stats ** 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ** Compaction Stats [default] ** 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: L0 2/0 82.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.7 0.00 0.00 1 0.001 0 0 2024-02-12T13:34:24.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Sum 2/0 82.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.7 0.00 0.00 1 0.001 0 0 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.7 0.00 0.00 1 0.001 0 0 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ** Compaction Stats [default] ** 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 118.7 0.00 0.00 1 0.001 0 0 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: AddFile(Keys): cumulative 0, interval 0 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Cumulative compaction: 0.00 GB write, 21.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:34:24.209 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Interval compaction: 0.00 GB write, 21.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ** File Read Latency Histogram By Level [default] ** 2024-02-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ** Compaction Stats [default] ** 2024-02-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: L0 2/0 82.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.7 0.00 0.00 1 0.001 0 0 2024-02-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Sum 2/0 82.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.7 0.00 0.00 1 0.001 0 0 2024-02-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.210 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ** Compaction Stats [default] ** 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 118.7 0.00 0.00 1 0.001 0 0 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: AddFile(Keys): cumulative 0, interval 0 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: Cumulative compaction: 0.00 GB write, 21.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: ** File Read Latency Histogram By Level [default] ** 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.758+0000 7ff8f7a20700 0 starting mon.smithi023 rank 0 at public addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] at bind addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi023 fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.759+0000 7ff8f7a20700 1 mon.smithi023@-1(???) e1 preinit fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.759+0000 7ff8f7a20700 0 mon.smithi023@-1(???).mds e1 new map 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.759+0000 7ff8f7a20700 0 mon.smithi023@-1(???).mds e1 print_map 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: e1 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 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-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: legacy client fscid: -1 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: No filesystems configured 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.759+0000 7ff8f7a20700 0 mon.smithi023@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.759+0000 7ff8f7a20700 0 mon.smithi023@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T13:34:24.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.759+0000 7ff8f7a20700 0 mon.smithi023@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T13:34:24.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.759+0000 7ff8f7a20700 0 mon.smithi023@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-12T13:34:24.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:19.527746+0000 mon.smithi023 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.23:0/3478108658' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:34:24.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:34:23.760+0000 7ff8f7a20700 1 mon.smithi023@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-12T13:34:24.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:23.776680+0000 mon.smithi023 (mon.0) 1 : cluster [INF] mon.smithi023 is new leader, mons smithi023 in quorum (ranks 0) 2024-02-12T13:34:24.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:23.776725+0000 mon.smithi023 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} 2024-02-12T13:34:24.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:23.776760+0000 mon.smithi023 (mon.0) 3 : cluster [DBG] fsmap 2024-02-12T13:34:24.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:23.776787+0000 mon.smithi023 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-12T13:34:24.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:23.777180+0000 mon.smithi023 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-12T13:34:24.755 INFO:teuthology.orchestra.run.smithi023.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-12T13:34:24.755 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-12T13:34:25.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:24 smithi023 bash[35234]: 998a61173c26d20b842cf33a8f8d4e741869c68932aad41c7da585e4fa0e6810 2024-02-12T13:34:25.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:24 smithi023 systemd[1]: Started Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:34:29.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:28.173707+0000 mon.smithi023 (mon.0) 6 : audit [INF] from='client.? 172.21.15.23:0/3694125053' entity='client.admin' 2024-02-12T13:34:31.226 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-12T13:34:31.226 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-12T13:34:31.226 INFO:teuthology.orchestra.run.smithi023.stderr:Creating mgr... 2024-02-12T13:34:31.226 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying port 9283 ... 2024-02-12T13:34:31.229 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl daemon-reload 2024-02-12T13:34:31.340 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mgr.smithi023.mqmmus 2024-02-12T13:34:31.366 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl reset-failed ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mgr.smithi023.mqmmus 2024-02-12T13:34:31.372 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to reset failed state of unit ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mgr.smithi023.mqmmus.service: Unit ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mgr.smithi023.mqmmus.service not loaded. 2024-02-12T13:34:31.372 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl enable ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mgr.smithi023.mqmmus 2024-02-12T13:34:31.378 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715.target.wants/ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mgr.smithi023.mqmmus.service → /etc/systemd/system/ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@.service. 2024-02-12T13:34:31.465 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl start ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mgr.smithi023.mqmmus 2024-02-12T13:34:32.030 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T13:34:32.039 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2024-02-12T13:34:32.039 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T13:34:32.046 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-12T13:34:32.047 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2024-02-12T13:34:32.048 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to enable service . firewalld.service is not available 2024-02-12T13:34:32.048 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T13:34:32.056 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2024-02-12T13:34:32.056 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T13:34:32.064 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-12T13:34:32.065 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2024-02-12T13:34:32.065 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-12T13:34:32.065 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr to start... 2024-02-12T13:34:32.065 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr... 2024-02-12T13:34:32.065 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-12T13:34:32.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:32.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-12T13:34:32.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "4e82d1fc-c9ab-11ee-95b9-87774f69a715", 2024-02-12T13:34:32.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2024-02-12T13:34:32.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T13:34:32.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T13:34:32.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T13:34:32.691 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "smithi023" 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:32.692 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T13:34:32.693 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T13:34:32.694 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2024-02-12T13:34:16.658763+0000", 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T13:34:32.695 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-12T13:34:33.047 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:32.682325+0000 mon.smithi023 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.23:0/718012819' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T13:34:33.367 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (1/15)... 2024-02-12T13:34:35.369 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-12T13:34:36.003 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:36.003 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "4e82d1fc-c9ab-11ee-95b9-87774f69a715", 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-12T13:34:36.004 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "smithi023" 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 12, 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T13:34:36.005 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T13:34:36.009 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T13:34:36.009 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T13:34:36.010 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:36.011 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2024-02-12T13:34:16.658763+0000", 2024-02-12T13:34:36.012 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-12T13:34:36.012 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:36.012 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T13:34:36.012 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-12T13:34:36.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:35.997531+0000 mon.smithi023 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.23:0/4060821982' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T13:34:36.939 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (2/15)... 2024-02-12T13:34:37.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:37.320904+0000 mon.smithi023 (mon.0) 9 : cluster [INF] Activating manager daemon smithi023.mqmmus 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:37.328528+0000 mon.smithi023 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi023.mqmmus(active, starting, since 0.00769208s) 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:37.329579+0000 mon.smithi023 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.23:0/3865166821' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:37.329704+0000 mon.smithi023 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.23:0/3865166821' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:37.329812+0000 mon.smithi023 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.23:0/3865166821' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:37.329923+0000 mon.smithi023 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.23:0/3865166821' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:37.330317+0000 mon.smithi023 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.23:0/3865166821' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:37.343240+0000 mon.smithi023 (mon.0) 16 : cluster [INF] Manager daemon smithi023.mqmmus is now available 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:37.350760+0000 mon.smithi023 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.23:0/3865166821' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:37.355800+0000 mon.smithi023 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.23:0/3865166821' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:37.356964+0000 mon.smithi023 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.23:0/3865166821' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:37.361547+0000 mon.smithi023 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.23:0/3865166821' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:37.363429+0000 mon.smithi023 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.23:0/3865166821' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:38.942 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-12T13:34:39.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:38.331210+0000 mon.smithi023 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi023.mqmmus(active, since 1.01037s) 2024-02-12T13:34:39.700 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:39.762 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "4e82d1fc-c9ab-11ee-95b9-87774f69a715", 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "smithi023" 2024-02-12T13:34:39.763 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 15, 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-12T13:34:39.764 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-12T13:34:39.768 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-12T13:34:39.768 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-12T13:34:39.768 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:39.768 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2024-02-12T13:34:39.768 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-12T13:34:39.769 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-12T13:34:39.770 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2024-02-12T13:34:16.658763+0000", 2024-02-12T13:34:39.771 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-12T13:34:39.771 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-12T13:34:39.771 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-12T13:34:39.771 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-12T13:34:40.245 INFO:teuthology.orchestra.run.smithi023.stderr:mgr is available 2024-02-12T13:34:40.246 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z -v /tmp/tmpd7mb4o75:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-12T13:34:40.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:39.694714+0000 mon.smithi023 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.23:0/1662399028' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [global] 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: fsid = 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [mgr] 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-12T13:34:40.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-12T13:34:40.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [osd] 2024-02-12T13:34:40.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-12T13:34:40.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-12T13:34:41.485 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling cephadm module... 2024-02-12T13:34:41.485 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-12T13:34:41.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:40.336197+0000 mon.smithi023 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi023.mqmmus(active, since 3s) 2024-02-12T13:34:41.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:40.971477+0000 mon.smithi023 (mon.0) 25 : audit [INF] from='client.? 172.21.15.23:0/1941443276' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-12T13:34:42.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:42.194431+0000 mon.smithi023 (mon.0) 26 : audit [INF] from='client.? 172.21.15.23:0/4128234562' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-12T13:34:42.983 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-12T13:34:43.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:42.356748+0000 mon.smithi023 (mon.0) 27 : audit [INF] from='client.? 172.21.15.23:0/4128234562' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-12T13:34:43.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:42.356805+0000 mon.smithi023 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi023.mqmmus(active, since 5s) 2024-02-12T13:34:43.766 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-12T13:34:43.766 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-12T13:34:43.766 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2024-02-12T13:34:43.766 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "active_name": "smithi023.mqmmus", 2024-02-12T13:34:43.766 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-12T13:34:43.766 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-12T13:34:44.397 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for the mgr to restart... 2024-02-12T13:34:44.397 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr epoch 5... 2024-02-12T13:34:44.397 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-12T13:34:44.400 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:43.762703+0000 mon.smithi023 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.23:0/3996701432' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-12T13:34:48.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:47.756168+0000 mon.smithi023 (mon.0) 30 : cluster [INF] Active manager daemon smithi023.mqmmus restarted 2024-02-12T13:34:48.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:47.756601+0000 mon.smithi023 (mon.0) 31 : cluster [INF] Activating manager daemon smithi023.mqmmus 2024-02-12T13:34:48.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:47.767315+0000 mon.smithi023 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-12T13:34:48.826 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-12T13:34:48.827 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-12T13:34:48.827 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "initialized": true 2024-02-12T13:34:48.827 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-12T13:34:49.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:47.808728+0000 mon.smithi023 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi023.mqmmus(active, starting, since 0.0521991s) 2024-02-12T13:34:49.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.811266+0000 mon.smithi023 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:34:49.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.811875+0000 mon.smithi023 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:34:49.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.812858+0000 mon.smithi023 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:34:49.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.813047+0000 mon.smithi023 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.813206+0000 mon.smithi023 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:47.826607+0000 mon.smithi023 (mon.0) 39 : cluster [INF] Manager daemon smithi023.mqmmus is now available 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.840101+0000 mon.smithi023 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.842700+0000 mon.smithi023 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.845122+0000 mon.smithi023 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.944673+0000 mon.smithi023 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.945355+0000 mon.smithi023 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.947054+0000 mon.smithi023 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.948527+0000 mon.smithi023 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.959213+0000 mon.smithi023 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:34:49.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:47.960483+0000 mon.smithi023 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:34:49.497 INFO:teuthology.orchestra.run.smithi023.stderr:mgr epoch 5 is available 2024-02-12T13:34:49.497 INFO:teuthology.orchestra.run.smithi023.stderr:Setting orchestrator backend to cephadm... 2024-02-12T13:34:49.497 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-12T13:34:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:48.816128+0000 mgr.smithi023.mqmmus (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-12T13:34:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:48.816758+0000 mon.smithi023 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi023.mqmmus(active, since 1.06022s) 2024-02-12T13:34:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:48.823458+0000 mgr.smithi023.mqmmus (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-12T13:34:50.769 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-12T13:34:51.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:34:49.825694+0000 mon.smithi023 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi023.mqmmus(active, since 2s) 2024-02-12T13:34:51.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:50.203005+0000 mgr.smithi023.mqmmus (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:34:51.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:50.209520+0000 mon.smithi023 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:51.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:50.213029+0000 mon.smithi023 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:34:51.460 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: value unchanged 2024-02-12T13:34:52.083 INFO:teuthology.orchestra.run.smithi023.stderr:Generating ssh key... 2024-02-12T13:34:52.084 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-12T13:34:52.937 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:51.457248+0000 mgr.smithi023.mqmmus (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:34:53.639 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-12T13:34:54.366 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlWOZLK887HDfCZoTvh6Ej27fK9lp/D7lfDNKO90mOnu0kAs40+kMaRyZ4v7G1ZCDLus5tW3YQgJLfSix9mBss9jfewd3pkvxOoVOudi8MheZxq8coh2dYgQlkIPbUCb7H3ny0zIChvFICEwm42BXldTY1MvkJMCDfNAI/SFcWJwqIcqreBEAecgCDLr8OWDWCc0y+AR9iNOWpSqvS9wZH/fCWvjEw1qiam8zxOJZuG8OPbn2PMcktX7K9kGz5+kpld+UAD5u33xiLSGb0UjqI55IXcTmeK+7NDmIYGDvjODIhY7HEGQFkioWhQFIi9EBKcd5bdNVbTjsLTMMlvLWW0xDbJWQzVN6OTWBgcy7NNhHxiOSgkG6Yo9mLOUKcLYYB1y4E7hyDCMgaC+9GAS64ukRhZKslk0bKtRj4ZFU5/4VTp8NK+bKq4WwLLDaWhzdmZExg+ZPm8sb27LHLDjRUkukiybytOo93jV3sVi9kRoj+RWcI9Iotyd14V8Mu90s= ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:34:54.390 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:34:52.761765+0000 mgr.smithi023.mqmmus (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-02-12T13:34:54.390 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:52.996571+0000 mon.smithi023 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:54.390 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:53.000986+0000 mon.smithi023 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:55.004 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-12T13:34:55.004 INFO:teuthology.orchestra.run.smithi023.stderr:Adding key to root@localhost authorized_keys... 2024-02-12T13:34:55.005 INFO:teuthology.orchestra.run.smithi023.stderr:Adding host smithi023... 2024-02-12T13:34:55.005 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi023 172.21.15.23 2024-02-12T13:34:55.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:54.363573+0000 mgr.smithi023.mqmmus (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:34:56.273 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Added host 'smithi023' with addr '172.21.15.23' 2024-02-12T13:34:56.785 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying mon service with default placement... 2024-02-12T13:34:56.785 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-12T13:34:57.525 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:55.667727+0000 mgr.smithi023.mqmmus (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi023", "addr": "172.21.15.23", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:34:57.525 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:56.268877+0000 mon.smithi023 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:57.525 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:34:56.269167+0000 mgr.smithi023.mqmmus (mgr.14116) 9 : cephadm [INF] Added host smithi023 2024-02-12T13:34:57.525 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:56.269426+0000 mon.smithi023 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:34:57.579 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-12T13:34:58.260 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying mgr service with default placement... 2024-02-12T13:34:58.260 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-12T13:34:58.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:57.490652+0000 mgr.smithi023.mqmmus (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:34:58.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:34:57.491413+0000 mgr.smithi023.mqmmus (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-12T13:34:58.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:34:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:57.493592+0000 mon.smithi023 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:34:59.016 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-12T13:34:59.582 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying crash service with default placement... 2024-02-12T13:34:59.583 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-12T13:35:00.270 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-12T13:35:00.290 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:59.008331+0000 mgr.smithi023.mqmmus (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:35:00.291 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:34:59.008866+0000 mgr.smithi023.mqmmus (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-12T13:35:00.291 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:34:59.013671+0000 mon.smithi023 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:00.872 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling mgr prometheus module... 2024-02-12T13:35:00.872 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-12T13:35:01.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:00.261885+0000 mgr.smithi023.mqmmus (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:35:01.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:35:00.262548+0000 mgr.smithi023.mqmmus (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-12T13:35:01.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:00.267495+0000 mon.smithi023 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.23:0/2251482769' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:02.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:01.605361+0000 mon.smithi023 (mon.0) 60 : audit [INF] from='client.? 172.21.15.23:0/1381376269' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-12T13:35:03.003 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying prometheus service with default placement... 2024-02-12T13:35:03.004 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-12T13:35:03.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:02.275212+0000 mon.smithi023 (mon.0) 61 : audit [INF] from='client.? 172.21.15.23:0/1381376269' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-12T13:35:03.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:02.275270+0000 mon.smithi023 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi023.mqmmus(active, since 14s) 2024-02-12T13:35:07.948 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:07.640954+0000 mon.smithi023 (mon.0) 63 : cluster [INF] Active manager daemon smithi023.mqmmus restarted 2024-02-12T13:35:07.948 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:07.641478+0000 mon.smithi023 (mon.0) 64 : cluster [INF] Activating manager daemon smithi023.mqmmus 2024-02-12T13:35:07.948 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:07.645303+0000 mon.smithi023 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-12T13:35:08.714 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-12T13:35:09.083 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:07.694350+0000 mon.smithi023 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi023.mqmmus(active, starting, since 0.0529686s) 2024-02-12T13:35:09.083 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:07.696798+0000 mon.smithi023 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:35:09.083 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:07.697398+0000 mon.smithi023 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:35:09.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:07.698241+0000 mon.smithi023 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:35:09.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:07.698420+0000 mon.smithi023 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:35:09.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:07.698559+0000 mon.smithi023 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:35:09.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:07.712679+0000 mon.smithi023 (mon.0) 72 : cluster [INF] Manager daemon smithi023.mqmmus is now available 2024-02-12T13:35:09.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:07.817168+0000 mon.smithi023 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:35:09.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:07.818704+0000 mon.smithi023 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:35:09.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:07.840147+0000 mon.smithi023 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:35:09.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:07.843039+0000 mon.smithi023 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:35:09.328 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying grafana service with default placement... 2024-02-12T13:35:09.328 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-12T13:35:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:08.704032+0000 mon.smithi023 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi023.mqmmus(active, since 1.06265s) 2024-02-12T13:35:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:35:08.705202+0000 mgr.smithi023.mqmmus (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-12T13:35:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:08.709889+0000 mon.smithi023 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:10.034 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-12T13:35:10.667 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying node-exporter service with default placement... 2024-02-12T13:35:10.667 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-12T13:35:10.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:09.774157+0000 mon.smithi023 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi023.mqmmus(active, since 2s) 2024-02-12T13:35:10.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:10.026088+0000 mgr.smithi023.mqmmus (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:35:10.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:35:10.026607+0000 mgr.smithi023.mqmmus (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-12T13:35:10.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:10.031207+0000 mon.smithi023 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:11.375 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-12T13:35:11.940 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying alertmanager service with default placement... 2024-02-12T13:35:11.940 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-12T13:35:12.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:11.367174+0000 mgr.smithi023.mqmmus (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:35:12.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:35:11.367814+0000 mgr.smithi023.mqmmus (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-12T13:35:12.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:11.372423+0000 mon.smithi023 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:12.684 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-12T13:35:13.187 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-12T13:35:13.931 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:12.675763+0000 mgr.smithi023.mqmmus (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:35:13.931 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:35:12.676313+0000 mgr.smithi023.mqmmus (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-12T13:35:13.931 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:12.681430+0000 mon.smithi023 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.23:0/1535494979' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:14.494 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-12T13:35:15.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:13.900321+0000 mon.smithi023 (mon.0) 83 : audit [INF] from='client.? 172.21.15.23:0/201831508' entity='client.admin' 2024-02-12T13:35:15.842 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling the dashboard module... 2024-02-12T13:35:15.842 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-12T13:35:16.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:15.186675+0000 mon.smithi023 (mon.0) 84 : audit [INF] from='client.? 172.21.15.23:0/2338465253' entity='client.admin' 2024-02-12T13:35:17.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:16.735377+0000 mon.smithi023 (mon.0) 85 : audit [INF] from='client.? 172.21.15.23:0/2502899599' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-12T13:35:18.189 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-12T13:35:18.456 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:17.193017+0000 mon.smithi023 (mon.0) 86 : audit [INF] from='client.? 172.21.15.23:0/2502899599' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-12T13:35:18.456 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:17.193076+0000 mon.smithi023 (mon.0) 87 : cluster [DBG] mgrmap e13: smithi023.mqmmus(active, since 9s) 2024-02-12T13:35:19.014 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-12T13:35:19.015 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-12T13:35:19.015 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2024-02-12T13:35:19.015 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "active_name": "smithi023.mqmmus", 2024-02-12T13:35:19.015 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-12T13:35:19.015 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-12T13:35:19.579 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for the mgr to restart... 2024-02-12T13:35:19.579 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr epoch 13... 2024-02-12T13:35:19.579 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-12T13:35:19.937 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:19.010839+0000 mon.smithi023 (mon.0) 88 : audit [DBG] from='client.? 172.21.15.23:0/1072542701' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-12T13:35:22.898 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:22.585787+0000 mon.smithi023 (mon.0) 89 : cluster [INF] Active manager daemon smithi023.mqmmus restarted 2024-02-12T13:35:22.898 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:22.586429+0000 mon.smithi023 (mon.0) 90 : cluster [INF] Activating manager daemon smithi023.mqmmus 2024-02-12T13:35:22.898 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:22.597620+0000 mon.smithi023 (mon.0) 91 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-12T13:35:23.668 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-12T13:35:23.668 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-12T13:35:23.668 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "initialized": true 2024-02-12T13:35:23.668 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-12T13:35:23.933 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:22.639259+0000 mon.smithi023 (mon.0) 92 : cluster [DBG] mgrmap e14: smithi023.mqmmus(active, starting, since 0.0529194s) 2024-02-12T13:35:23.933 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:22.641896+0000 mon.smithi023 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:35:23.933 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:22.642460+0000 mon.smithi023 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:35:23.933 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:22.643348+0000 mon.smithi023 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:35:23.933 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:22.643504+0000 mon.smithi023 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:35:23.933 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:22.643646+0000 mon.smithi023 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:35:23.933 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:22.657304+0000 mon.smithi023 (mon.0) 98 : cluster [INF] Manager daemon smithi023.mqmmus is now available 2024-02-12T13:35:23.933 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:22.762383+0000 mon.smithi023 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:35:23.933 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:22.765030+0000 mon.smithi023 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:35:23.933 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:22.788113+0000 mon.smithi023 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:35:23.934 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:22.791877+0000 mon.smithi023 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:35:24.194 INFO:teuthology.orchestra.run.smithi023.stderr:mgr epoch 13 is available 2024-02-12T13:35:24.194 INFO:teuthology.orchestra.run.smithi023.stderr:Generating a dashboard self-signed certificate... 2024-02-12T13:35:24.194 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-12T13:35:24.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:23.657303+0000 mgr.smithi023.mqmmus (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-12T13:35:24.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:23.657624+0000 mon.smithi023 (mon.0) 103 : cluster [DBG] mgrmap e15: smithi023.mqmmus(active, since 1.07128s) 2024-02-12T13:35:24.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:23.663991+0000 mgr.smithi023.mqmmus (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-12T13:35:25.092 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-12T13:35:25.699 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial admin user... 2024-02-12T13:35:25.700 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmprvx7ql1r:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-12T13:35:26.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:24.786903+0000 mon.smithi023 (mon.0) 104 : cluster [DBG] mgrmap e16: smithi023.mqmmus(active, since 2s) 2024-02-12T13:35:26.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:24.965839+0000 mgr.smithi023.mqmmus (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:35:26.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:25.082447+0000 mon.smithi023 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:26.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:25.089733+0000 mon.smithi023 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:26.668 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$mP2gONKa2DFj1tllrjJN1uXCTT42tn4FbQPLPeftkWNkWDNS0RRrm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707744926, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-12T13:35:27.295 INFO:teuthology.orchestra.run.smithi023.stderr:Fetching dashboard port number... 2024-02-12T13:35:27.295 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpdp4j99o8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpokt6se_h:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-12T13:35:27.937 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:26.415209+0000 mgr.smithi023.mqmmus (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:35:27.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:26.665180+0000 mon.smithi023 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:27.945 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 8443 2024-02-12T13:35:28.572 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-12T13:35:28.582 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: disabled 2024-02-12T13:35:28.583 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: systemctl is-active firewalld.service 2024-02-12T13:35:28.591 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-12T13:35:28.591 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld.service is not enabled 2024-02-12T13:35:28.591 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-12T13:35:28.594 INFO:teuthology.orchestra.run.smithi023.stderr:Ceph Dashboard is now available at: 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: URL: https://smithi023.front.sepia.ceph.com:8443/ 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: User: admin 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: Password: g7qmls9yr4 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr:You can access the Ceph CLI with: 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: ceph telemetry on 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-12T13:35:28.595 INFO:teuthology.orchestra.run.smithi023.stderr:For more information see: 2024-02-12T13:35:28.596 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-12T13:35:28.596 INFO:teuthology.orchestra.run.smithi023.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-12T13:35:28.596 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-12T13:35:28.596 INFO:teuthology.orchestra.run.smithi023.stderr:Bootstrap complete. 2024-02-12T13:35:28.596 INFO:teuthology.orchestra.run.smithi023.stderr:Releasing lock 140010796798080 on /run/cephadm/4e82d1fc-c9ab-11ee-95b9-87774f69a715.lock 2024-02-12T13:35:28.596 INFO:teuthology.orchestra.run.smithi023.stderr:Lock 140010796798080 released on /run/cephadm/4e82d1fc-c9ab-11ee-95b9-87774f69a715.lock 2024-02-12T13:35:28.630 INFO:tasks.cephadm:Fetching config... 2024-02-12T13:35:28.630 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-12T13:35:28.630 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-12T13:35:28.650 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-12T13:35:28.650 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-12T13:35:28.650 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-12T13:35:28.709 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-12T13:35:28.709 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-12T13:35:28.709 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/keyring of=/dev/stdout 2024-02-12T13:35:28.778 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-12T13:35:28.779 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-12T13:35:28.779 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-12T13:35:28.837 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-12T13:35:28.837 DEBUG:teuthology.orchestra.run.smithi023:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlWOZLK887HDfCZoTvh6Ej27fK9lp/D7lfDNKO90mOnu0kAs40+kMaRyZ4v7G1ZCDLus5tW3YQgJLfSix9mBss9jfewd3pkvxOoVOudi8MheZxq8coh2dYgQlkIPbUCb7H3ny0zIChvFICEwm42BXldTY1MvkJMCDfNAI/SFcWJwqIcqreBEAecgCDLr8OWDWCc0y+AR9iNOWpSqvS9wZH/fCWvjEw1qiam8zxOJZuG8OPbn2PMcktX7K9kGz5+kpld+UAD5u33xiLSGb0UjqI55IXcTmeK+7NDmIYGDvjODIhY7HEGQFkioWhQFIi9EBKcd5bdNVbTjsLTMMlvLWW0xDbJWQzVN6OTWBgcy7NNhHxiOSgkG6Yo9mLOUKcLYYB1y4E7hyDCMgaC+9GAS64ukRhZKslk0bKtRj4ZFU5/4VTp8NK+bKq4WwLLDaWhzdmZExg+ZPm8sb27LHLDjRUkukiybytOo93jV3sVi9kRoj+RWcI9Iotyd14V8Mu90s= ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-12T13:35:28.902 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:27.942299+0000 mon.smithi023 (mon.0) 108 : audit [DBG] from='client.? 172.21.15.23:0/1656169212' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-12T13:35:28.914 INFO:teuthology.orchestra.run.smithi023.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlWOZLK887HDfCZoTvh6Ej27fK9lp/D7lfDNKO90mOnu0kAs40+kMaRyZ4v7G1ZCDLus5tW3YQgJLfSix9mBss9jfewd3pkvxOoVOudi8MheZxq8coh2dYgQlkIPbUCb7H3ny0zIChvFICEwm42BXldTY1MvkJMCDfNAI/SFcWJwqIcqreBEAecgCDLr8OWDWCc0y+AR9iNOWpSqvS9wZH/fCWvjEw1qiam8zxOJZuG8OPbn2PMcktX7K9kGz5+kpld+UAD5u33xiLSGb0UjqI55IXcTmeK+7NDmIYGDvjODIhY7HEGQFkioWhQFIi9EBKcd5bdNVbTjsLTMMlvLWW0xDbJWQzVN6OTWBgcy7NNhHxiOSgkG6Yo9mLOUKcLYYB1y4E7hyDCMgaC+9GAS64ukRhZKslk0bKtRj4ZFU5/4VTp8NK+bKq4WwLLDaWhzdmZExg+ZPm8sb27LHLDjRUkukiybytOo93jV3sVi9kRoj+RWcI9Iotyd14V8Mu90s= ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:35:28.925 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlWOZLK887HDfCZoTvh6Ej27fK9lp/D7lfDNKO90mOnu0kAs40+kMaRyZ4v7G1ZCDLus5tW3YQgJLfSix9mBss9jfewd3pkvxOoVOudi8MheZxq8coh2dYgQlkIPbUCb7H3ny0zIChvFICEwm42BXldTY1MvkJMCDfNAI/SFcWJwqIcqreBEAecgCDLr8OWDWCc0y+AR9iNOWpSqvS9wZH/fCWvjEw1qiam8zxOJZuG8OPbn2PMcktX7K9kGz5+kpld+UAD5u33xiLSGb0UjqI55IXcTmeK+7NDmIYGDvjODIhY7HEGQFkioWhQFIi9EBKcd5bdNVbTjsLTMMlvLWW0xDbJWQzVN6OTWBgcy7NNhHxiOSgkG6Yo9mLOUKcLYYB1y4E7hyDCMgaC+9GAS64ukRhZKslk0bKtRj4ZFU5/4VTp8NK+bKq4WwLLDaWhzdmZExg+ZPm8sb27LHLDjRUkukiybytOo93jV3sVi9kRoj+RWcI9Iotyd14V8Mu90s= ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-12T13:35:28.969 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlWOZLK887HDfCZoTvh6Ej27fK9lp/D7lfDNKO90mOnu0kAs40+kMaRyZ4v7G1ZCDLus5tW3YQgJLfSix9mBss9jfewd3pkvxOoVOudi8MheZxq8coh2dYgQlkIPbUCb7H3ny0zIChvFICEwm42BXldTY1MvkJMCDfNAI/SFcWJwqIcqreBEAecgCDLr8OWDWCc0y+AR9iNOWpSqvS9wZH/fCWvjEw1qiam8zxOJZuG8OPbn2PMcktX7K9kGz5+kpld+UAD5u33xiLSGb0UjqI55IXcTmeK+7NDmIYGDvjODIhY7HEGQFkioWhQFIi9EBKcd5bdNVbTjsLTMMlvLWW0xDbJWQzVN6OTWBgcy7NNhHxiOSgkG6Yo9mLOUKcLYYB1y4E7hyDCMgaC+9GAS64ukRhZKslk0bKtRj4ZFU5/4VTp8NK+bKq4WwLLDaWhzdmZExg+ZPm8sb27LHLDjRUkukiybytOo93jV3sVi9kRoj+RWcI9Iotyd14V8Mu90s= ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:35:28.982 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-12T13:35:29.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:28.678892+0000 mon.smithi023 (mon.0) 109 : cluster [DBG] mgrmap e17: smithi023.mqmmus(active, since 6s) 2024-02-12T13:35:32.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:31.165021+0000 mon.smithi023 (mon.0) 110 : audit [INF] from='client.? 172.21.15.23:0/2981965836' entity='client.admin' 2024-02-12T13:35:32.739 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-12T13:35:32.739 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-12T13:35:33.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:32.253034+0000 mon.smithi023 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:33.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:32.817759+0000 mon.smithi023 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:35.877 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi160 2024-02-12T13:35:35.877 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T13:35:35.877 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.conf 2024-02-12T13:35:35.899 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T13:35:35.900 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:35:35.960 INFO:tasks.cephadm:Adding host smithi160 to orchestrator... 2024-02-12T13:35:35.961 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch host add smithi160 2024-02-12T13:35:36.131 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:34.967257+0000 mgr.smithi023.mqmmus (mgr.14164) 5 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:35:36.131 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:34.974374+0000 mon.smithi023 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:36.131 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:35.428611+0000 mon.smithi023 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:39.814 INFO:teuthology.orchestra.run.smithi023.stdout:Added host 'smithi160' with addr '172.21.15.160' 2024-02-12T13:35:39.844 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:39.180043+0000 mgr.smithi023.mqmmus (mgr.14164) 6 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:35:40.430 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-12T13:35:41.064 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:39.792489+0000 mon.smithi023 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:41.064 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:39.811466+0000 mon.smithi023 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:41.064 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:35:39.811783+0000 mgr.smithi023.mqmmus (mgr.14164) 7 : cephadm [INF] Added host smithi160 2024-02-12T13:35:41.064 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:40.147243+0000 mon.smithi023 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:41.064 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:40.147805+0000 mon.smithi023 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd/host:smithi023", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:35:41.064 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:40.156539+0000 mon.smithi023 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:41.064 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:35:40.163507+0000 mgr.smithi023.mqmmus (mgr.14164) 8 : cephadm [INF] Deploying daemon alertmanager.smithi023 on smithi023 2024-02-12T13:35:42.469 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:35:42.469 INFO:teuthology.orchestra.run.smithi023.stdout:[{"addr": "172.21.15.23", "hostname": "smithi023", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}] 2024-02-12T13:35:43.126 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-12T13:35:43.127 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-12T13:35:43.813 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:42.463030+0000 mgr.smithi023.mqmmus (mgr.14164) 9 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:35:43.813 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:42.644515+0000 mgr.smithi023.mqmmus (mgr.14164) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:35:45.796 INFO:teuthology.orchestra.run.smithi023.stderr:adjusted tunables profile to default 2024-02-12T13:35:46.162 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:44.645069+0000 mgr.smithi023.mqmmus (mgr.14164) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:35:46.162 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:45.339357+0000 mon.smithi023 (mon.0) 120 : audit [INF] from='client.? 172.21.15.23:0/4265807400' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-12T13:35:46.442 INFO:tasks.cephadm:Adding mon.smithi023 on smithi023 2024-02-12T13:35:46.442 INFO:tasks.cephadm:Adding mon.smithi160 on smithi160 2024-02-12T13:35:46.442 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi023:172.21.15.23=smithi023;smithi160:172.21.15.160=smithi160' 2024-02-12T13:35:47.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:45.791487+0000 mon.smithi023 (mon.0) 121 : audit [INF] from='client.? 172.21.15.23:0/4265807400' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-12T13:35:47.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:45.791536+0000 mon.smithi023 (mon.0) 122 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-12T13:35:48.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:46.645407+0000 mgr.smithi023.mqmmus (mgr.14164) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:35:48.400 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled mon update... 2024-02-12T13:35:48.966 DEBUG:teuthology.orchestra.run.smithi160:mon.smithi160> sudo journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi160.service 2024-02-12T13:35:48.968 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:35:48.969 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:35:48.997 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:-- Logs begin at Mon 2024-02-12 13:25:38 UTC. -- 2024-02-12T13:35:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:48.388460+0000 mgr.smithi023.mqmmus (mgr.14164) 13 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi023:172.21.15.23=smithi023;smithi160:172.21.15.160=smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:35:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:35:48.389769+0000 mgr.smithi023.mqmmus (mgr.14164) 14 : cephadm [INF] Saving service mon spec with placement smithi023:172.21.15.23=smithi023;smithi160:172.21.15.160=smithi160;count:2 2024-02-12T13:35:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:48.396911+0000 mon.smithi023 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:48.645986+0000 mgr.smithi023.mqmmus (mgr.14164) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:35:51.010 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:35:51.010 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:35:51.012 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:35:51.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:50.646343+0000 mgr.smithi023.mqmmus (mgr.14164) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:35:51.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:51.007659+0000 mon.smithi023 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.160:0/3420274306' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:35:52.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:35:52.621 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:35:54.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:52.646732+0000 mgr.smithi023.mqmmus (mgr.14164) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:35:54.601 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:35:54.602 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:35:54.603 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:35:55.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:53.884143+0000 mon.smithi023 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:55.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:53.885601+0000 mon.smithi023 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:35:55.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:53.889944+0000 mon.smithi023 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-12T13:35:55.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:53.890530+0000 mon.smithi023 (mon.0) 128 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:35:55.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:35:53.891198+0000 mgr.smithi023.mqmmus (mgr.14164) 18 : cephadm [INF] Deploying daemon crash.smithi023 on smithi023 2024-02-12T13:35:55.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:54.599199+0000 mon.smithi023 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.160:0/28290094' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:35:56.100 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:54.647131+0000 mgr.smithi023.mqmmus (mgr.14164) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:35:56.157 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:35:56.157 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:35:57.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:56.220947+0000 mon.smithi023 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:57.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:56.339523+0000 mon.smithi023 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:57.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:56.341325+0000 mon.smithi023 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:57.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:56.341695+0000 mon.smithi023 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T13:35:57.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:56.344362+0000 mon.smithi023 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:58.190 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:35:58.191 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:35:58.192 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:35:58.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:56.342025+0000 mgr.smithi023.mqmmus (mgr.14164) 20 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T13:35:58.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:35:56.347379+0000 mgr.smithi023.mqmmus (mgr.14164) 21 : cephadm [INF] Deploying daemon grafana.smithi023 on smithi023 2024-02-12T13:35:58.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:56.647395+0000 mgr.smithi023.mqmmus (mgr.14164) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:35:58.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:57.779805+0000 mon.smithi023 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:35:58.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:35:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:35:58.187815+0000 mon.smithi023 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.160:0/1276313521' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:35:59.845 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:35:59.846 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:00.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:35:58.647722+0000 mgr.smithi023.mqmmus (mgr.14164) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:01.994 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:01.994 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:01.996 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:02.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:00.648127+0000 mgr.smithi023.mqmmus (mgr.14164) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:01.991844+0000 mon.smithi023 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.160:0/1986527973' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:03.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:03.724 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:04.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:02.648519+0000 mgr.smithi023.mqmmus (mgr.14164) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:05.726 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:05.726 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:05.728 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:06.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:04.648792+0000 mgr.smithi023.mqmmus (mgr.14164) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:06.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:05.723216+0000 mon.smithi023 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.160:0/922178747' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:07.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:07.386 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:07.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:06.649162+0000 mgr.smithi023.mqmmus (mgr.14164) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:09.360 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:09.360 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:09.362 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:08.649378+0000 mgr.smithi023.mqmmus (mgr.14164) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:09.357261+0000 mon.smithi023 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.160:0/125910337' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:11.093 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:11.093 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:11.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:10.649754+0000 mgr.smithi023.mqmmus (mgr.14164) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:13.213 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:13.213 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:13.215 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:14.083 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:12.650124+0000 mgr.smithi023.mqmmus (mgr.14164) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:14.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:13.210651+0000 mon.smithi023 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.160:0/3014600911' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:14.855 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:14.855 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:15.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:14.428366+0000 mon.smithi023 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:15.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:36:14.430231+0000 mgr.smithi023.mqmmus (mgr.14164) 31 : cephadm [INF] Deploying daemon node-exporter.smithi023 on smithi023 2024-02-12T13:36:15.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:14.650400+0000 mgr.smithi023.mqmmus (mgr.14164) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:16.879 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:16.879 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:16.881 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:18.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:16.650947+0000 mgr.smithi023.mqmmus (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:18.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:16.876132+0000 mon.smithi023 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.160:0/709618027' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:18.580 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:18.580 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:19.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:17.788367+0000 mon.smithi023 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:20.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:18.651299+0000 mgr.smithi023.mqmmus (mgr.14164) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:20.519 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:20.519 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:20.520 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:21.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:20.516047+0000 mon.smithi023 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.160:0/2632680074' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:22.103 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:22.104 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:22.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:21 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:20.651600+0000 mgr.smithi023.mqmmus (mgr.14164) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:23.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:22.790203+0000 mon.smithi023 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:36:23.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:22.793191+0000 mon.smithi023 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:36:24.140 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:22.651852+0000 mgr.smithi023.mqmmus (mgr.14164) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:24.189 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:24.189 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:24.190 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:25.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:24.185913+0000 mon.smithi023 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.160:0/1723259382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:25.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:24.301585+0000 mon.smithi023 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:25.848 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:25.848 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:26.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:36:24.307571+0000 mgr.smithi023.mqmmus (mgr.14164) 37 : cephadm [INF] Deploying daemon prometheus.smithi023 on smithi023 2024-02-12T13:36:26.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:24.652129+0000 mgr.smithi023.mqmmus (mgr.14164) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:27.984 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:27.984 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:27.985 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:28.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:26.652601+0000 mgr.smithi023.mqmmus (mgr.14164) 39 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:28.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:27.791797+0000 mon.smithi023 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:29.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:27.980963+0000 mon.smithi023 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.160:0/1267483598' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:29.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:29.553 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:30.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:28.652910+0000 mgr.smithi023.mqmmus (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:31.491 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:31.491 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:31.492 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:32.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:30.653268+0000 mgr.smithi023.mqmmus (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:32.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:31.487833+0000 mon.smithi023 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.160:0/2925619307' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:33.156 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:33.157 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:34.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:32.653585+0000 mgr.smithi023.mqmmus (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:35.252 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:35.253 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:35.254 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:36.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:34.653834+0000 mgr.smithi023.mqmmus (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:36.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:35.249675+0000 mon.smithi023 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.160:0/2932962912' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:36.791 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:36.792 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:38.026 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:36.654175+0000 mgr.smithi023.mqmmus (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:38.805 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:38.806 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:38.806 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:39.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:38.654592+0000 mgr.smithi023.mqmmus (mgr.14164) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:39.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:38.801926+0000 mon.smithi023 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.160:0/1884693239' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:40.397 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:40.397 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:41.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:40.310422+0000 mon.smithi023 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:41.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:40.311418+0000 mon.smithi023 (mon.0) 155 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:36:41.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:40.312373+0000 mon.smithi023 (mon.0) 156 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:36:41.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:40.312960+0000 mon.smithi023 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:36:41.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:40.655122+0000 mgr.smithi023.mqmmus (mgr.14164) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:41.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:40.934605+0000 mon.smithi023 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:42.480 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:42.481 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:42.483 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:43.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:42.324720+0000 mon.smithi023 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:43.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:42.478051+0000 mon.smithi023 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.160:0/2789244246' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:43.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:42.655413+0000 mgr.smithi023.mqmmus (mgr.14164) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:43.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:42.797353+0000 mon.smithi023 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:45.573 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:45.574 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:46.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:44.655876+0000 mgr.smithi023.mqmmus (mgr.14164) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:46.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:45.681592+0000 mon.smithi023 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:47.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:46.171511+0000 mon.smithi023 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:47.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:46.303455+0000 mon.smithi023 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:47.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:46.304083+0000 mon.smithi023 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:36:47.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:46.463024+0000 mon.smithi023 (mon.0) 166 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:47.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:46.465756+0000 mon.smithi023 (mon.0) 167 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:47.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:46.467210+0000 mon.smithi023 (mon.0) 168 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:36:47.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:46.470896+0000 mon.smithi023 (mon.0) 169 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-12T13:36:47.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:46.471488+0000 mon.smithi023 (mon.0) 170 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:36:48.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:36:46.417229+0000 mgr.smithi023.mqmmus (mgr.14164) 49 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:36:48.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:36:46.432912+0000 mgr.smithi023.mqmmus (mgr.14164) 50 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:36:48.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:36:46.471977+0000 mgr.smithi023.mqmmus (mgr.14164) 51 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-02-12T13:36:48.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:46.656192+0000 mgr.smithi023.mqmmus (mgr.14164) 52 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:48.535 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:48.535 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:48.537 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:49.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:48.532010+0000 mon.smithi023 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.160:0/1171869816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:50.279 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:50.280 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:48.656580+0000 mgr.smithi023.mqmmus (mgr.14164) 53 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:49.835487+0000 mon.smithi023 (mon.0) 172 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:49.837822+0000 mon.smithi023 (mon.0) 173 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.somqhq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:36:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:49.842410+0000 mon.smithi023 (mon.0) 174 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.somqhq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-12T13:36:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:49.843325+0000 mon.smithi023 (mon.0) 175 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:36:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:49.844374+0000 mon.smithi023 (mon.0) 176 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:36:51.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:36:49.845093+0000 mgr.smithi023.mqmmus (mgr.14164) 54 : cephadm [INF] Deploying daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:36:52.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:50.656911+0000 mgr.smithi023.mqmmus (mgr.14164) 55 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:53.702 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:36:53.702 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:34:11.388424Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-12T13:36:53.704 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-02-12T13:36:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:52.493474+0000 mon.smithi023 (mon.0) 177 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:52.495472+0000 mon.smithi023 (mon.0) 178 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:36:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:52.496319+0000 mon.smithi023 (mon.0) 179 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:36:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:36:52.496973+0000 mgr.smithi023.mqmmus (mgr.14164) 56 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-02-12T13:36:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:52.657170+0000 mgr.smithi023.mqmmus (mgr.14164) 57 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:52.805715+0000 mon.smithi023 (mon.0) 180 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:36:54.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:53.699265+0000 mon.smithi023 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.160:0/2628137348' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:36:55.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:36:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:54.657435+0000 mgr.smithi023.mqmmus (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:36:56.099 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-12T13:36:56.099 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-12T13:36:57.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:36:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: debug 2024-02-12T13:36:57.133+0000 7f2d436c9700 20 expand_channel_meta expanded map: {default=debug} 2024-02-12T13:36:57.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:36:57 smithi160 systemd[1]: Started Ceph mon.smithi160 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:37:02.552 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:36:56.657747+0000 mgr.smithi023.mqmmus (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:02.552 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:36:57.139618+0000 mon.smithi023 (mon.0) 183 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:37:02.552 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:36:57.139781+0000 mon.smithi023 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:36:57.139900+0000 mon.smithi023 (mon.0) 185 : cluster [INF] mon.smithi023 calling monitor election 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:36:57.619076+0000 mon.smithi023 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.160:0/680429904' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/crt"}]: dispatch 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:36:58.137061+0000 mon.smithi023 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:36:58.658044+0000 mgr.smithi023.mqmmus (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:36:59.136845+0000 mon.smithi023 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:36:59.138053+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:00.137546+0000 mon.smithi023 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:00.658379+0000 mgr.smithi023.mqmmus (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:01.137418+0000 mon.smithi023 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:02.137268+0000 mon.smithi023 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:02.161695+0000 mon.smithi023 (mon.0) 192 : cluster [INF] mon.smithi023 is new leader, mons smithi023,smithi160 in quorum (ranks 0,1) 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:02.169136+0000 mon.smithi023 (mon.0) 193 : cluster [DBG] monmap e2: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} 2024-02-12T13:37:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:02.169204+0000 mon.smithi023 (mon.0) 194 : cluster [DBG] fsmap 2024-02-12T13:37:02.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:02.169253+0000 mon.smithi023 (mon.0) 195 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-12T13:37:02.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:02.169500+0000 mon.smithi023 (mon.0) 196 : cluster [DBG] mgrmap e17: smithi023.mqmmus(active, since 99s) 2024-02-12T13:37:02.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:02.170417+0000 mon.smithi023 (mon.0) 197 : cluster [DBG] Standby manager daemon smithi160.somqhq started 2024-02-12T13:37:02.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:02.172211+0000 mon.smithi023 (mon.0) 198 : audit [DBG] from='mgr.? 172.21.15.160:0/680429904' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:37:02.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:02.173832+0000 mon.smithi023 (mon.0) 199 : cluster [INF] overall HEALTH_OK 2024-02-12T13:37:02.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:02.174398+0000 mon.smithi023 (mon.0) 200 : audit [DBG] from='mgr.? 172.21.15.160:0/680429904' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/key"}]: dispatch 2024-02-12T13:37:02.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:02.174829+0000 mon.smithi023 (mon.0) 201 : audit [DBG] from='mgr.? 172.21.15.160:0/680429904' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:37:02.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:02.176247+0000 mon.smithi023 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:56.657747+0000 mgr.smithi023.mqmmus (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:57.139618+0000 mon.smithi023 (mon.0) 183 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:37:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:57.139781+0000 mon.smithi023 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:57.139900+0000 mon.smithi023 (mon.0) 185 : cluster [INF] mon.smithi023 calling monitor election 2024-02-12T13:37:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:57.619076+0000 mon.smithi023 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.160:0/680429904' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/crt"}]: dispatch 2024-02-12T13:37:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:58.137061+0000 mon.smithi023 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:58.658044+0000 mgr.smithi023.mqmmus (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:36:59.136845+0000 mon.smithi023 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:36:59.138053+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:00.137546+0000 mon.smithi023 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:00.658379+0000 mgr.smithi023.mqmmus (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:01.137418+0000 mon.smithi023 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:02.137268+0000 mon.smithi023 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:02.161695+0000 mon.smithi023 (mon.0) 192 : cluster [INF] mon.smithi023 is new leader, mons smithi023,smithi160 in quorum (ranks 0,1) 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:02.169136+0000 mon.smithi023 (mon.0) 193 : cluster [DBG] monmap e2: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:02.169204+0000 mon.smithi023 (mon.0) 194 : cluster [DBG] fsmap 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:02.169253+0000 mon.smithi023 (mon.0) 195 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:02.169500+0000 mon.smithi023 (mon.0) 196 : cluster [DBG] mgrmap e17: smithi023.mqmmus(active, since 99s) 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:02.170417+0000 mon.smithi023 (mon.0) 197 : cluster [DBG] Standby manager daemon smithi160.somqhq started 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:02.172211+0000 mon.smithi023 (mon.0) 198 : audit [DBG] from='mgr.? 172.21.15.160:0/680429904' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:37:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:02.173832+0000 mon.smithi023 (mon.0) 199 : cluster [INF] overall HEALTH_OK 2024-02-12T13:37:02.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:02.174398+0000 mon.smithi023 (mon.0) 200 : audit [DBG] from='mgr.? 172.21.15.160:0/680429904' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/key"}]: dispatch 2024-02-12T13:37:02.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:02.174829+0000 mon.smithi023 (mon.0) 201 : audit [DBG] from='mgr.? 172.21.15.160:0/680429904' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:37:02.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:02.176247+0000 mon.smithi023 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:02.925 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-02-12T13:37:02.926 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":2,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","modified":"2024-02-12T13:36:57.137030Z","created":"2024-02-12T13:34:11.388424Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23: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-12T13:37:02.926 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 2 2024-02-12T13:37:03.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:02.178149+0000 mgr.smithi023.mqmmus (mgr.14164) 62 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-02-12T13:37:03.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:02.231660+0000 mon.smithi023 (mon.0) 203 : cluster [DBG] mgrmap e18: smithi023.mqmmus(active, since 99s), standbys: smithi160.somqhq 2024-02-12T13:37:03.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:02.231830+0000 mon.smithi023 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi160.somqhq", "id": "smithi160.somqhq"}]: dispatch 2024-02-12T13:37:03.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:02.810303+0000 mon.smithi023 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:03.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:02.921636+0000 mon.smithi023 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.160:0/2072362352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:37:03.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:03.137247+0000 mon.smithi023 (mon.0) 207 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:03.513 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-12T13:37:03.513 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-12T13:37:03.549 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:02.178149+0000 mgr.smithi023.mqmmus (mgr.14164) 62 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-02-12T13:37:03.549 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:02.231660+0000 mon.smithi023 (mon.0) 203 : cluster [DBG] mgrmap e18: smithi023.mqmmus(active, since 99s), standbys: smithi160.somqhq 2024-02-12T13:37:03.549 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:02.231830+0000 mon.smithi023 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi160.somqhq", "id": "smithi160.somqhq"}]: dispatch 2024-02-12T13:37:03.549 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:02.810303+0000 mon.smithi023 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:03.549 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:02.921636+0000 mon.smithi023 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.160:0/2072362352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-12T13:37:03.550 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:03.137247+0000 mon.smithi023 (mon.0) 207 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:37:04.282 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:02.658665+0000 mgr.smithi023.mqmmus (mgr.14164) 63 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:04.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:02.658665+0000 mgr.smithi023.mqmmus (mgr.14164) 63 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:06.472 INFO:teuthology.orchestra.run.smithi023.stdout:# minimal ceph.conf for 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:37:06.472 INFO:teuthology.orchestra.run.smithi023.stdout:[global] 2024-02-12T13:37:06.472 INFO:teuthology.orchestra.run.smithi023.stdout: fsid = 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:37:06.473 INFO:teuthology.orchestra.run.smithi023.stdout: mon_host = [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-02-12T13:37:06.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:04.658916+0000 mgr.smithi023.mqmmus (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:06.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:04.658916+0000 mgr.smithi023.mqmmus (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:07.132 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-12T13:37:07.132 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-12T13:37:07.133 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.conf 2024-02-12T13:37:07.204 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-12T13:37:07.204 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:37:07.274 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T13:37:07.274 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2024-02-12T13:37:07.312 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T13:37:07.313 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:37:07.385 INFO:tasks.cephadm:Deploying OSDs... 2024-02-12T13:37:07.385 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-12T13:37:07.385 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/scratch_devs of=/dev/stdout 2024-02-12T13:37:07.404 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-12T13:37:07.404 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_1 2024-02-12T13:37:07.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:06.469626+0000 mon.smithi023 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.23:0/3295906204' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:07.456 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-12T13:37:07.456 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:37:07.456 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 165509 Links: 1 2024-02-12T13:37:07.456 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:37:07.456 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:37:07.456 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-12 13:36:39.610820260 +0000 2024-02-12T13:37:07.456 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-12 13:32:41.812271180 +0000 2024-02-12T13:37:07.456 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-12 13:32:41.812271180 +0000 2024-02-12T13:37:07.456 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-12T13:37:07.456 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-12T13:37:07.522 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-12T13:37:07.523 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-12T13:37:07.523 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000304586 s, 1.7 MB/s 2024-02-12T13:37:07.524 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-12T13:37:07.584 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_2 2024-02-12T13:37:07.643 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-12T13:37:07.643 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:37:07.643 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 164774 Links: 1 2024-02-12T13:37:07.643 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:37:07.643 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:37:07.643 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-12 13:36:39.611820252 +0000 2024-02-12T13:37:07.643 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-12 13:32:42.192268477 +0000 2024-02-12T13:37:07.643 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-12 13:32:42.192268477 +0000 2024-02-12T13:37:07.643 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-12T13:37:07.644 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-12T13:37:07.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:06.469626+0000 mon.smithi023 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.23:0/3295906204' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:07.709 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-12T13:37:07.710 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-12T13:37:07.710 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000270278 s, 1.9 MB/s 2024-02-12T13:37:07.711 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-12T13:37:07.770 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_3 2024-02-12T13:37:07.829 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-12T13:37:07.829 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:37:07.829 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 167761 Links: 1 2024-02-12T13:37:07.829 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:37:07.830 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:37:07.830 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-12 13:36:39.611820252 +0000 2024-02-12T13:37:07.830 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-12 13:32:42.575265754 +0000 2024-02-12T13:37:07.830 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-12 13:32:42.575265754 +0000 2024-02-12T13:37:07.830 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-12T13:37:07.830 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-12T13:37:07.896 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-12T13:37:07.896 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-12T13:37:07.896 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000269333 s, 1.9 MB/s 2024-02-12T13:37:07.897 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-12T13:37:07.956 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_4 2024-02-12T13:37:08.015 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-12T13:37:08.015 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:37:08.015 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 165672 Links: 1 2024-02-12T13:37:08.016 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:37:08.016 INFO:teuthology.orchestra.run.smithi023.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:37:08.016 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-12 13:36:39.611820252 +0000 2024-02-12T13:37:08.016 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-12 13:32:42.944263130 +0000 2024-02-12T13:37:08.016 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-12 13:32:42.944263130 +0000 2024-02-12T13:37:08.016 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-12T13:37:08.016 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-12T13:37:08.082 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-12T13:37:08.082 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-12T13:37:08.082 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000287376 s, 1.8 MB/s 2024-02-12T13:37:08.083 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-12T13:37:08.144 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-02-12T13:37:08.144 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-02-12T13:37:08.167 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-12T13:37:08.167 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2024-02-12T13:37:08.228 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-12T13:37:08.228 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:37:08.228 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 169317 Links: 1 2024-02-12T13:37:08.228 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:37:08.228 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:37:08.228 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 13:37:02.598932729 +0000 2024-02-12T13:37:08.228 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 13:32:34.295335334 +0000 2024-02-12T13:37:08.229 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 13:32:34.295335334 +0000 2024-02-12T13:37:08.230 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T13:37:08.230 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-12T13:37:08.298 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T13:37:08.298 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T13:37:08.298 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000237961 s, 2.2 MB/s 2024-02-12T13:37:08.299 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-12T13:37:08.361 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2024-02-12T13:37:08.420 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-12T13:37:08.420 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:37:08.420 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 164767 Links: 1 2024-02-12T13:37:08.420 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:37:08.420 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:37:08.420 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 13:37:02.598932729 +0000 2024-02-12T13:37:08.421 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 13:32:34.651329819 +0000 2024-02-12T13:37:08.421 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 13:32:34.651329819 +0000 2024-02-12T13:37:08.421 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T13:37:08.421 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-12T13:37:08.489 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T13:37:08.489 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T13:37:08.489 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000222722 s, 2.3 MB/s 2024-02-12T13:37:08.490 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-12T13:37:08.551 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2024-02-12T13:37:08.609 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-12T13:37:08.609 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:37:08.609 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 161760 Links: 1 2024-02-12T13:37:08.609 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:37:08.609 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:37:08.610 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 13:37:02.598932729 +0000 2024-02-12T13:37:08.610 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 13:32:35.001324398 +0000 2024-02-12T13:37:08.610 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 13:32:35.001324398 +0000 2024-02-12T13:37:08.610 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T13:37:08.610 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-12T13:37:08.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:06.659173+0000 mgr.smithi023.mqmmus (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:08.673 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T13:37:08.673 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T13:37:08.673 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000189515 s, 2.7 MB/s 2024-02-12T13:37:08.674 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-12T13:37:08.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:06.659173+0000 mgr.smithi023.mqmmus (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:08.734 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2024-02-12T13:37:08.792 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-12T13:37:08.792 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-12T13:37:08.792 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 171020 Links: 1 2024-02-12T13:37:08.792 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-12T13:37:08.792 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-02-12T13:37:08.792 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-02-12 13:37:02.598932729 +0000 2024-02-12T13:37:08.792 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-02-12 13:32:35.348319023 +0000 2024-02-12T13:37:08.792 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-02-12 13:32:35.348319023 +0000 2024-02-12T13:37:08.792 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-02-12T13:37:08.793 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-12T13:37:08.858 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-02-12T13:37:08.858 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-02-12T13:37:08.858 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000257555 s, 2.0 MB/s 2024-02-12T13:37:08.859 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-12T13:37:08.919 INFO:tasks.cephadm:Deploying osd.0 on smithi023 with /dev/vg_nvme/lv_4... 2024-02-12T13:37:08.919 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-12T13:37:10.088 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:08.659515+0000 mgr.smithi023.mqmmus (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:10.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:08.659515+0000 mgr.smithi023.mqmmus (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:11.128 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-12T13:37:11.128 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-12T13:37:11.129 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2024-02-12T13:37:11.129 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2024-02-12T13:37:11.129 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0151024 s, 694 MB/s 2024-02-12T13:37:11.129 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2024-02-12T13:37:11.731 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_4 2024-02-12T13:37:12.146 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:10.659793+0000 mgr.smithi023.mqmmus (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:12.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:10.659793+0000 mgr.smithi023.mqmmus (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:13.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:11.850096+0000 mon.smithi023 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:13.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:11.851355+0000 mon.smithi023 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:37:13.110 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:11.852359+0000 mon.smithi023 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:13.110 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:11.852927+0000 mon.smithi023 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:37:13.110 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:12.814834+0000 mon.smithi023 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:13.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:11.850096+0000 mon.smithi023 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:13.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:11.851355+0000 mon.smithi023 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:37:13.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:11.852359+0000 mon.smithi023 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:13.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:11.852927+0000 mon.smithi023 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:37:13.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:12.814834+0000 mon.smithi023 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:14.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:12.660026+0000 mgr.smithi023.mqmmus (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:14.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:13.689129+0000 mon.smithi023 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:13.740506+0000 mon.smithi023 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:14.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:12.660026+0000 mgr.smithi023.mqmmus (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:14.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:13.689129+0000 mon.smithi023 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:14.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:13.740506+0000 mon.smithi023 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:13.689529+0000 mgr.smithi023.mqmmus (mgr.14164) 69 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:37:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:13.711855+0000 mgr.smithi023.mqmmus (mgr.14164) 70 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:37:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:14.154199+0000 mgr.smithi023.mqmmus (mgr.14164) 71 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:37:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:14.155177+0000 mon.smithi023 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:37:14.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:14.156703+0000 mon.smithi023 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:37:14.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:14.157220+0000 mon.smithi023 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:15.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:13.689529+0000 mgr.smithi023.mqmmus (mgr.14164) 69 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:37:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:13.711855+0000 mgr.smithi023.mqmmus (mgr.14164) 70 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:37:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:14.154199+0000 mgr.smithi023.mqmmus (mgr.14164) 71 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:37:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:14.155177+0000 mon.smithi023 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:37:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:14.156703+0000 mon.smithi023 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:37:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:14.157220+0000 mon.smithi023 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:15.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:14.660252+0000 mgr.smithi023.mqmmus (mgr.14164) 72 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:16.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:14.660252+0000 mgr.smithi023.mqmmus (mgr.14164) 72 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:18.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:16.660511+0000 mgr.smithi023.mqmmus (mgr.14164) 73 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:18.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:16.660511+0000 mgr.smithi023.mqmmus (mgr.14164) 73 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:19.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:18.151276+0000 mon.smithi023 (mon.0) 219 : audit [INF] from='client.? 172.21.15.23:0/1341476143' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba726be5-373b-47fd-a40f-e4f2655d0d9f"}]: dispatch 2024-02-12T13:37:19.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:18.161179+0000 mon.smithi023 (mon.0) 220 : audit [INF] from='client.? 172.21.15.23:0/1341476143' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba726be5-373b-47fd-a40f-e4f2655d0d9f"}]': finished 2024-02-12T13:37:19.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:18.161244+0000 mon.smithi023 (mon.0) 221 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-12T13:37:19.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:18.161363+0000 mon.smithi023 (mon.0) 222 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:19.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:18.602899+0000 mon.smithi023 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.23:0/1974932877' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:37:19.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:18.151276+0000 mon.smithi023 (mon.0) 219 : audit [INF] from='client.? 172.21.15.23:0/1341476143' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba726be5-373b-47fd-a40f-e4f2655d0d9f"}]: dispatch 2024-02-12T13:37:19.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:18.161179+0000 mon.smithi023 (mon.0) 220 : audit [INF] from='client.? 172.21.15.23:0/1341476143' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba726be5-373b-47fd-a40f-e4f2655d0d9f"}]': finished 2024-02-12T13:37:19.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:18.161244+0000 mon.smithi023 (mon.0) 221 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-12T13:37:19.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:18.161363+0000 mon.smithi023 (mon.0) 222 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:19.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:18.602899+0000 mon.smithi023 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.23:0/1974932877' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:37:20.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:18.660926+0000 mgr.smithi023.mqmmus (mgr.14164) 74 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:20.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:19.249984+0000 mon.smithi023 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:20.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:19.250486+0000 mgr.smithi023.mqmmus (mgr.14164) 75 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:37:20.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:19.292459+0000 mon.smithi023 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:20.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:19.295399+0000 mon.smithi023 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:20.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:19.297913+0000 mon.smithi023 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:37:20.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:19.298452+0000 mon.smithi023 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:37:20.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:19.298941+0000 mon.smithi023 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:20.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:18.660926+0000 mgr.smithi023.mqmmus (mgr.14164) 74 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:20.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:19.249984+0000 mon.smithi023 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:19.250486+0000 mgr.smithi023.mqmmus (mgr.14164) 75 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:37:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:19.292459+0000 mon.smithi023 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:19.295399+0000 mon.smithi023 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:19.297913+0000 mon.smithi023 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:37:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:19.298452+0000 mon.smithi023 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:37:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:19.298941+0000 mon.smithi023 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:21.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:21 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:19.297705+0000 mgr.smithi023.mqmmus (mgr.14164) 76 : cephadm [INF] Reconfiguring mon.smithi023 (unknown last config time)... 2024-02-12T13:37:21.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:21 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:19.299373+0000 mgr.smithi023.mqmmus (mgr.14164) 77 : cephadm [INF] Reconfiguring daemon mon.smithi023 on smithi023 2024-02-12T13:37:21.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:21 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:19.297705+0000 mgr.smithi023.mqmmus (mgr.14164) 76 : cephadm [INF] Reconfiguring mon.smithi023 (unknown last config time)... 2024-02-12T13:37:21.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:21 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:19.299373+0000 mgr.smithi023.mqmmus (mgr.14164) 77 : cephadm [INF] Reconfiguring daemon mon.smithi023 on smithi023 2024-02-12T13:37:22.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:20.661242+0000 mgr.smithi023.mqmmus (mgr.14164) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:22.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:20.661242+0000 mgr.smithi023.mqmmus (mgr.14164) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:22.661455+0000 mgr.smithi023.mqmmus (mgr.14164) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:22.791007+0000 mon.smithi023 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:37:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:22.793942+0000 mon.smithi023 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:37:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:23.220264+0000 mon.smithi023 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:23.220888+0000 mgr.smithi023.mqmmus (mgr.14164) 80 : cephadm [INF] Reconfiguring mgr.smithi023.mqmmus (unknown last config time)... 2024-02-12T13:37:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:23.221119+0000 mon.smithi023 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.mqmmus", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:37:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:23.221757+0000 mon.smithi023 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:37:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:23.222296+0000 mon.smithi023 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:23.222747+0000 mgr.smithi023.mqmmus (mgr.14164) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi023.mqmmus on smithi023 2024-02-12T13:37:23.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:22.661455+0000 mgr.smithi023.mqmmus (mgr.14164) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:22.791007+0000 mon.smithi023 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:37:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:22.793942+0000 mon.smithi023 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:37:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:23.220264+0000 mon.smithi023 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:23.220888+0000 mgr.smithi023.mqmmus (mgr.14164) 80 : cephadm [INF] Reconfiguring mgr.smithi023.mqmmus (unknown last config time)... 2024-02-12T13:37:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:23.221119+0000 mon.smithi023 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.mqmmus", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:37:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:23.221757+0000 mon.smithi023 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:37:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:23.222296+0000 mon.smithi023 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:23.222747+0000 mgr.smithi023.mqmmus (mgr.14164) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi023.mqmmus on smithi023 2024-02-12T13:37:26.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:24.661759+0000 mgr.smithi023.mqmmus (mgr.14164) 82 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:26.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:24.954630+0000 mon.smithi023 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:37:26.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:24.955322+0000 mon.smithi023 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:26.084 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:24.955860+0000 mgr.smithi023.mqmmus (mgr.14164) 83 : cephadm [INF] Deploying daemon osd.0 on smithi023 2024-02-12T13:37:26.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:24.661759+0000 mgr.smithi023.mqmmus (mgr.14164) 82 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:26.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:24.954630+0000 mon.smithi023 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:37:26.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:24.955322+0000 mon.smithi023 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:26.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:24.955860+0000 mgr.smithi023.mqmmus (mgr.14164) 83 : cephadm [INF] Deploying daemon osd.0 on smithi023 2024-02-12T13:37:27.391 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:26.130086+0000 mon.smithi023 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:27.391 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:26.130690+0000 mgr.smithi023.mqmmus (mgr.14164) 84 : cephadm [INF] Reconfiguring alertmanager.smithi023 (dependencies changed)... 2024-02-12T13:37:27.391 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:26.132848+0000 mgr.smithi023.mqmmus (mgr.14164) 85 : cephadm [INF] Reconfiguring daemon alertmanager.smithi023 on smithi023 2024-02-12T13:37:27.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:26.130086+0000 mon.smithi023 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:27.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:26.130690+0000 mgr.smithi023.mqmmus (mgr.14164) 84 : cephadm [INF] Reconfiguring alertmanager.smithi023 (dependencies changed)... 2024-02-12T13:37:27.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:26.132848+0000 mgr.smithi023.mqmmus (mgr.14164) 85 : cephadm [INF] Reconfiguring daemon alertmanager.smithi023 on smithi023 2024-02-12T13:37:28.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:26.662187+0000 mgr.smithi023.mqmmus (mgr.14164) 86 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:28.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:26.662187+0000 mgr.smithi023.mqmmus (mgr.14164) 86 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:29.709 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 0 on host 'smithi023' 2024-02-12T13:37:30.410 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:28.662458+0000 mgr.smithi023.mqmmus (mgr.14164) 87 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:30.410 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:29.695560+0000 mon.smithi023 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:30.410 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:29.704650+0000 mon.smithi023 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:28.662458+0000 mgr.smithi023.mqmmus (mgr.14164) 87 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:29.695560+0000 mon.smithi023 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:29.704650+0000 mon.smithi023 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:31.588 DEBUG:teuthology.orchestra.run.smithi023:osd.0> sudo journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.0.service 2024-02-12T13:37:31.591 INFO:tasks.cephadm:Deploying osd.1 on smithi023 with /dev/vg_nvme/lv_3... 2024-02-12T13:37:31.591 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-12T13:37:31.625 INFO:journalctl@ceph.osd.0.smithi023.stdout:-- Logs begin at Mon 2024-02-12 13:26:23 UTC. -- 2024-02-12T13:37:32.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:30.662735+0000 mgr.smithi023.mqmmus (mgr.14164) 88 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:32.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:30.662735+0000 mgr.smithi023.mqmmus (mgr.14164) 88 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:33.110 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:37:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.0[45573]: debug 2024-02-12T13:37:32.777+0000 7ff667631080 -1 osd.0 0 log_to_monitors {default=true} 2024-02-12T13:37:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:32.781774+0000 mon.smithi023 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2281909389,v1:172.21.15.23:6803/2281909389]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T13:37:33.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:32.781774+0000 mon.smithi023 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2281909389,v1:172.21.15.23:6803/2281909389]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T13:37:34.439 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:37:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.0[45573]: debug 2024-02-12T13:37:34.167+0000 7ff65db94700 -1 osd.0 0 waiting for initial osdmap 2024-02-12T13:37:34.439 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:37:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.0[45573]: debug 2024-02-12T13:37:34.171+0000 7ff65930e700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-12T13:37:34.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:32.663051+0000 mgr.smithi023.mqmmus (mgr.14164) 89 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:34.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:33.166463+0000 mon.smithi023 (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2281909389,v1:172.21.15.23:6803/2281909389]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-12T13:37:34.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:33.166516+0000 mon.smithi023 (mon.0) 243 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-12T13:37:34.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:33.166613+0000 mon.smithi023 (mon.0) 244 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:34.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:33.167178+0000 mon.smithi023 (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2281909389,v1:172.21.15.23:6803/2281909389]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:37:34.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:32.663051+0000 mgr.smithi023.mqmmus (mgr.14164) 89 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:34.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:33.166463+0000 mon.smithi023 (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2281909389,v1:172.21.15.23:6803/2281909389]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-12T13:37:34.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:33.166516+0000 mon.smithi023 (mon.0) 243 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-12T13:37:34.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:33.166613+0000 mon.smithi023 (mon.0) 244 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:34.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:33.167178+0000 mon.smithi023 (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2281909389,v1:172.21.15.23:6803/2281909389]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:37:35.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:34.164486+0000 mon.smithi023 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2281909389,v1:172.21.15.23:6803/2281909389]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-12T13:37:35.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:34.164546+0000 mon.smithi023 (mon.0) 247 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-12T13:37:35.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:34.164962+0000 mon.smithi023 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:35.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:34.170228+0000 mon.smithi023 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:35.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:34.164486+0000 mon.smithi023 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/2281909389,v1:172.21.15.23:6803/2281909389]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-12T13:37:35.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:34.164546+0000 mon.smithi023 (mon.0) 247 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-12T13:37:35.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:34.164962+0000 mon.smithi023 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:35.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:34.170228+0000 mon.smithi023 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:35.984 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-12T13:37:35.984 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-12T13:37:35.984 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2024-02-12T13:37:35.984 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2024-02-12T13:37:35.984 INFO:teuthology.orchestra.run.smithi023.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0137237 s, 764 MB/s 2024-02-12T13:37:35.984 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 2024-02-12T13:37:35.984 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2024-02-12T13:37:36.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:33.784150+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:37:36.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:33.784247+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:37:36.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:34.663475+0000 mgr.smithi023.mqmmus (mgr.14164) 90 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:36.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:35.168414+0000 mon.smithi023 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:36.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:35.187039+0000 mon.smithi023 (mon.0) 251 : cluster [INF] osd.0 [v2:172.21.15.23:6802/2281909389,v1:172.21.15.23:6803/2281909389] boot 2024-02-12T13:37:36.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:35.187063+0000 mon.smithi023 (mon.0) 252 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-12T13:37:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:35.187389+0000 mon.smithi023 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:35.924240+0000 mon.smithi023 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:35.924917+0000 mon.smithi023 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:37:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:35.925552+0000 mon.smithi023 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:36.598 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_3 2024-02-12T13:37:36.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:33.784150+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:37:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:33.784247+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:37:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:34.663475+0000 mgr.smithi023.mqmmus (mgr.14164) 90 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-12T13:37:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:35.168414+0000 mon.smithi023 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:35.187039+0000 mon.smithi023 (mon.0) 251 : cluster [INF] osd.0 [v2:172.21.15.23:6802/2281909389,v1:172.21.15.23:6803/2281909389] boot 2024-02-12T13:37:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:35.187063+0000 mon.smithi023 (mon.0) 252 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-12T13:37:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:35.187389+0000 mon.smithi023 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:37:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:35.924240+0000 mon.smithi023 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:35.924917+0000 mon.smithi023 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:37:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:35.925552+0000 mon.smithi023 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:35.924716+0000 mgr.smithi023.mqmmus (mgr.14164) 91 : cephadm [INF] Reconfiguring crash.smithi023 (monmap changed)... 2024-02-12T13:37:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:35.926056+0000 mgr.smithi023.mqmmus (mgr.14164) 92 : cephadm [INF] Reconfiguring daemon crash.smithi023 on smithi023 2024-02-12T13:37:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:36.189222+0000 mon.smithi023 (mon.0) 257 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-12T13:37:37.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:35.924716+0000 mgr.smithi023.mqmmus (mgr.14164) 91 : cephadm [INF] Reconfiguring crash.smithi023 (monmap changed)... 2024-02-12T13:37:37.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:35.926056+0000 mgr.smithi023.mqmmus (mgr.14164) 92 : cephadm [INF] Reconfiguring daemon crash.smithi023 on smithi023 2024-02-12T13:37:37.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:36.189222+0000 mon.smithi023 (mon.0) 257 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-12T13:37:38.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:36.664047+0000 mgr.smithi023.mqmmus (mgr.14164) 93 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:38.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:37.784251+0000 mon.smithi023 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:38.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:36.664047+0000 mgr.smithi023.mqmmus (mgr.14164) 93 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:38.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:37.784251+0000 mon.smithi023 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:39.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:37.785846+0000 mgr.smithi023.mqmmus (mgr.14164) 94 : cephadm [INF] Reconfiguring grafana.smithi023 (dependencies changed)... 2024-02-12T13:37:39.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:37.792980+0000 mgr.smithi023.mqmmus (mgr.14164) 95 : cephadm [INF] Reconfiguring daemon grafana.smithi023 on smithi023 2024-02-12T13:37:39.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:37.785846+0000 mgr.smithi023.mqmmus (mgr.14164) 94 : cephadm [INF] Reconfiguring grafana.smithi023 (dependencies changed)... 2024-02-12T13:37:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:37.792980+0000 mgr.smithi023.mqmmus (mgr.14164) 95 : cephadm [INF] Reconfiguring daemon grafana.smithi023 on smithi023 2024-02-12T13:37:40.374 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:38.664332+0000 mgr.smithi023.mqmmus (mgr.14164) 96 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:40.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:38.664332+0000 mgr.smithi023.mqmmus (mgr.14164) 96 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:41.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:40.747362+0000 mon.smithi023 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:37:41.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:40.748576+0000 mon.smithi023 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:37:41.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:40.749118+0000 mon.smithi023 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:41.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:40.747362+0000 mon.smithi023 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:37:41.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:40.748576+0000 mon.smithi023 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:37:41.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:40.749118+0000 mon.smithi023 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:42.471 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:40.664577+0000 mgr.smithi023.mqmmus (mgr.14164) 97 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:42.472 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:40.746656+0000 mgr.smithi023.mqmmus (mgr.14164) 98 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:37:42.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:40.664577+0000 mgr.smithi023.mqmmus (mgr.14164) 97 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:42.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:40.746656+0000 mgr.smithi023.mqmmus (mgr.14164) 98 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:37:43.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:42.664819+0000 mgr.smithi023.mqmmus (mgr.14164) 99 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:43.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:42.691587+0000 mon.smithi023 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:43.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:42.692203+0000 mgr.smithi023.mqmmus (mgr.14164) 100 : cephadm [INF] Reconfiguring prometheus.smithi023 (dependencies changed)... 2024-02-12T13:37:43.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:42.694314+0000 mgr.smithi023.mqmmus (mgr.14164) 101 : cephadm [INF] Reconfiguring daemon prometheus.smithi023 on smithi023 2024-02-12T13:37:44.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:42.664819+0000 mgr.smithi023.mqmmus (mgr.14164) 99 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:44.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:42.691587+0000 mon.smithi023 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:42.692203+0000 mgr.smithi023.mqmmus (mgr.14164) 100 : cephadm [INF] Reconfiguring prometheus.smithi023 (dependencies changed)... 2024-02-12T13:37:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:42.694314+0000 mgr.smithi023.mqmmus (mgr.14164) 101 : cephadm [INF] Reconfiguring daemon prometheus.smithi023 on smithi023 2024-02-12T13:37:46.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:44.665237+0000 mgr.smithi023.mqmmus (mgr.14164) 102 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:46.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:44.665237+0000 mgr.smithi023.mqmmus (mgr.14164) 102 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:48.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:46.665568+0000 mgr.smithi023.mqmmus (mgr.14164) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:48.151 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:46.665568+0000 mgr.smithi023.mqmmus (mgr.14164) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:49.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:48.435809+0000 mon.smithi023 (mon.0) 263 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:49.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:48.436293+0000 mgr.smithi023.mqmmus (mgr.14164) 104 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-02-12T13:37:49.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:48.436540+0000 mon.smithi023 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:37:49.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:48.437201+0000 mon.smithi023 (mon.0) 265 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:49.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:48.437645+0000 mgr.smithi023.mqmmus (mgr.14164) 105 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-02-12T13:37:49.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:48.665993+0000 mgr.smithi023.mqmmus (mgr.14164) 106 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:49.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:48.435809+0000 mon.smithi023 (mon.0) 263 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:49.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:48.436293+0000 mgr.smithi023.mqmmus (mgr.14164) 104 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-02-12T13:37:49.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:48.436540+0000 mon.smithi023 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:37:49.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:48.437201+0000 mon.smithi023 (mon.0) 265 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:49.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:48.437645+0000 mgr.smithi023.mqmmus (mgr.14164) 105 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-02-12T13:37:49.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:48.665993+0000 mgr.smithi023.mqmmus (mgr.14164) 106 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:50.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:49.440038+0000 mon.smithi023 (mon.0) 266 : audit [INF] from='client.? 172.21.15.23:0/3780102555' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6338f49a-2ae4-422d-bf98-fc5f9e070f48"}]: dispatch 2024-02-12T13:37:50.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:49.454028+0000 mon.smithi023 (mon.0) 267 : audit [INF] from='client.? 172.21.15.23:0/3780102555' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6338f49a-2ae4-422d-bf98-fc5f9e070f48"}]': finished 2024-02-12T13:37:50.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:49.454067+0000 mon.smithi023 (mon.0) 268 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-12T13:37:50.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:49.454146+0000 mon.smithi023 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:37:50.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:49.735560+0000 mon.smithi023 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:50.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:49.736037+0000 mgr.smithi023.mqmmus (mgr.14164) 107 : cephadm [INF] Reconfiguring mgr.smithi160.somqhq (monmap changed)... 2024-02-12T13:37:50.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:49.736289+0000 mon.smithi023 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.somqhq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:37:50.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:49.737021+0000 mon.smithi023 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:37:50.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:49.737597+0000 mon.smithi023 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:50.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:49.738087+0000 mgr.smithi023.mqmmus (mgr.14164) 108 : cephadm [INF] Reconfiguring daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:37:50.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:49.886626+0000 mon.smithi023 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.23:0/633431580' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:37:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:49.440038+0000 mon.smithi023 (mon.0) 266 : audit [INF] from='client.? 172.21.15.23:0/3780102555' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6338f49a-2ae4-422d-bf98-fc5f9e070f48"}]: dispatch 2024-02-12T13:37:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:49.454028+0000 mon.smithi023 (mon.0) 267 : audit [INF] from='client.? 172.21.15.23:0/3780102555' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6338f49a-2ae4-422d-bf98-fc5f9e070f48"}]': finished 2024-02-12T13:37:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:49.454067+0000 mon.smithi023 (mon.0) 268 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-12T13:37:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:49.454146+0000 mon.smithi023 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:37:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:49.735560+0000 mon.smithi023 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:49.736037+0000 mgr.smithi023.mqmmus (mgr.14164) 107 : cephadm [INF] Reconfiguring mgr.smithi160.somqhq (monmap changed)... 2024-02-12T13:37:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:49.736289+0000 mon.smithi023 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.somqhq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:37:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:49.737021+0000 mon.smithi023 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:37:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:49.737597+0000 mon.smithi023 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:49.738087+0000 mgr.smithi023.mqmmus (mgr.14164) 108 : cephadm [INF] Reconfiguring daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:37:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:49.886626+0000 mon.smithi023 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.23:0/633431580' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:37:52.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:50.666383+0000 mgr.smithi023.mqmmus (mgr.14164) 109 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:52.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:51.026427+0000 mon.smithi023 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:52.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:51.026918+0000 mgr.smithi023.mqmmus (mgr.14164) 110 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-02-12T13:37:52.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:51.027156+0000 mon.smithi023 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:37:52.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:51.027754+0000 mon.smithi023 (mon.0) 277 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:37:52.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:51.028326+0000 mon.smithi023 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:52.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:51.028805+0000 mgr.smithi023.mqmmus (mgr.14164) 111 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-02-12T13:37:52.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:50.666383+0000 mgr.smithi023.mqmmus (mgr.14164) 109 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:52.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:51.026427+0000 mon.smithi023 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:52.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:51.026918+0000 mgr.smithi023.mqmmus (mgr.14164) 110 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-02-12T13:37:52.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:51.027156+0000 mon.smithi023 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:37:52.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:51.027754+0000 mon.smithi023 (mon.0) 277 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:37:52.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:51.028326+0000 mon.smithi023 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:52.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:51.028805+0000 mgr.smithi023.mqmmus (mgr.14164) 111 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-02-12T13:37:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:52.411071+0000 mon.smithi023 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:52.413975+0000 mon.smithi023 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:37:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:52.414351+0000 mgr.smithi023.mqmmus (mgr.14164) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:37:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:52.666742+0000 mgr.smithi023.mqmmus (mgr.14164) 113 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:53.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:52.411071+0000 mon.smithi023 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:37:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:52.413975+0000 mon.smithi023 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:37:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:52.414351+0000 mgr.smithi023.mqmmus (mgr.14164) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:37:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:52.666742+0000 mgr.smithi023.mqmmus (mgr.14164) 113 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:55.937 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:54.667104+0000 mgr.smithi023.mqmmus (mgr.14164) 114 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:55.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:55.609511+0000 mon.smithi023 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:37:55.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:55.610153+0000 mon.smithi023 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:56.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:54.667104+0000 mgr.smithi023.mqmmus (mgr.14164) 114 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:56.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:55.609511+0000 mon.smithi023 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:37:56.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:55.610153+0000 mon.smithi023 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:37:56.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:37:55.610637+0000 mgr.smithi023.mqmmus (mgr.14164) 115 : cephadm [INF] Deploying daemon osd.1 on smithi023 2024-02-12T13:37:57.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:37:55.610637+0000 mgr.smithi023.mqmmus (mgr.14164) 115 : cephadm [INF] Deploying daemon osd.1 on smithi023 2024-02-12T13:37:57.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:56.667355+0000 mgr.smithi023.mqmmus (mgr.14164) 116 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:58.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:56.667355+0000 mgr.smithi023.mqmmus (mgr.14164) 116 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:37:59.440 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 1 on host 'smithi023' 2024-02-12T13:38:00.056 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:37:58.667755+0000 mgr.smithi023.mqmmus (mgr.14164) 117 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:38:00.056 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.431617+0000 mon.smithi023 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.435378+0000 mon.smithi023 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.445810+0000 mon.smithi023 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.451723+0000 mon.smithi023 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.454939+0000 mon.smithi023 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.460309+0000 mon.smithi023 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.23:3000"}]: dispatch 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.464615+0000 mon.smithi023 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.467871+0000 mon.smithi023 (mon.0) 290 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.472372+0000 mon.smithi023 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.23:9095"}]: dispatch 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.476704+0000 mon.smithi023 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.478455+0000 mon.smithi023 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.479612+0000 mon.smithi023 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:00.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:37:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.480410+0000 mon.smithi023 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:38:00.100 DEBUG:teuthology.orchestra.run.smithi023:osd.1> sudo journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.1.service 2024-02-12T13:38:00.103 INFO:tasks.cephadm:Deploying osd.2 on smithi023 with /dev/vg_nvme/lv_2... 2024-02-12T13:38:00.103 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-12T13:38:00.128 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:37:58.667755+0000 mgr.smithi023.mqmmus (mgr.14164) 117 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:38:00.128 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.431617+0000 mon.smithi023 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:00.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.435378+0000 mon.smithi023 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.445810+0000 mon.smithi023 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.451723+0000 mon.smithi023 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.454939+0000 mon.smithi023 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.460309+0000 mon.smithi023 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.23:3000"}]: dispatch 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.464615+0000 mon.smithi023 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.467871+0000 mon.smithi023 (mon.0) 290 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.472372+0000 mon.smithi023 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.23:9095"}]: dispatch 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.476704+0000 mon.smithi023 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.478455+0000 mon.smithi023 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.479612+0000 mon.smithi023 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:00.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:37:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.480410+0000 mon.smithi023 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:38:00.134 INFO:journalctl@ceph.osd.1.smithi023.stdout:-- Logs begin at Mon 2024-02-12 13:26:23 UTC. -- 2024-02-12T13:38:01.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.446175+0000 mgr.smithi023.mqmmus (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2024-02-12T13:38:01.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.455439+0000 mgr.smithi023.mqmmus (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:38:01.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.460621+0000 mgr.smithi023.mqmmus (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.23:3000"}]: dispatch 2024-02-12T13:38:01.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.468356+0000 mgr.smithi023.mqmmus (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:38:01.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:37:59.472656+0000 mgr.smithi023.mqmmus (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.23:9095"}]: dispatch 2024-02-12T13:38:01.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.446175+0000 mgr.smithi023.mqmmus (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2024-02-12T13:38:01.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.455439+0000 mgr.smithi023.mqmmus (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:38:01.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.460621+0000 mgr.smithi023.mqmmus (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.23:3000"}]: dispatch 2024-02-12T13:38:01.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.468356+0000 mgr.smithi023.mqmmus (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:38:01.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:37:59.472656+0000 mgr.smithi023.mqmmus (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.23:9095"}]: dispatch 2024-02-12T13:38:01.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:00.668083+0000 mgr.smithi023.mqmmus (mgr.14164) 123 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:38:01.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:01.411122+0000 mon.smithi023 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:02.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:00.668083+0000 mgr.smithi023.mqmmus (mgr.14164) 123 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:38:02.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:01.411122+0000 mon.smithi023 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:02.752 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-12T13:38:02.752 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-12T13:38:02.752 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2024-02-12T13:38:02.752 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2024-02-12T13:38:02.752 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0137516 s, 763 MB/s 2024-02-12T13:38:02.752 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2024-02-12T13:38:02.790 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:38:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.1[48885]: debug 2024-02-12T13:38:02.529+0000 7f183ed27080 -1 osd.1 0 log_to_monitors {default=true} 2024-02-12T13:38:03.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:02.533658+0000 mon.smithi023 (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/2667449053,v1:172.21.15.23:6811/2667449053]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-12T13:38:03.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:02.533658+0000 mon.smithi023 (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/2667449053,v1:172.21.15.23:6811/2667449053]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-12T13:38:03.480 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_2 2024-02-12T13:38:03.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:02.668470+0000 mgr.smithi023.mqmmus (mgr.14164) 124 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:38:03.855 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:02.851796+0000 mon.smithi023 (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/2667449053,v1:172.21.15.23:6811/2667449053]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-12T13:38:03.855 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:02.851864+0000 mon.smithi023 (mon.0) 299 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-12T13:38:03.855 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:02.851965+0000 mon.smithi023 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:38:03.855 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:02.852321+0000 mon.smithi023 (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/2667449053,v1:172.21.15.23:6811/2667449053]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:38:04.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:02.668470+0000 mgr.smithi023.mqmmus (mgr.14164) 124 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:38:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:02.851796+0000 mon.smithi023 (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/2667449053,v1:172.21.15.23:6811/2667449053]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-12T13:38:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:02.851864+0000 mon.smithi023 (mon.0) 299 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-12T13:38:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:02.851965+0000 mon.smithi023 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:38:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:02.852321+0000 mon.smithi023 (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/2667449053,v1:172.21.15.23:6811/2667449053]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:38:04.188 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:38:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.1[48885]: debug 2024-02-12T13:38:03.852+0000 7f183528a700 -1 osd.1 0 waiting for initial osdmap 2024-02-12T13:38:04.188 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:38:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.1[48885]: debug 2024-02-12T13:38:03.855+0000 7f182d9fe700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-12T13:38:05.118 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:03.850202+0000 mon.smithi023 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/2667449053,v1:172.21.15.23:6811/2667449053]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-12T13:38:05.118 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:03.850277+0000 mon.smithi023 (mon.0) 303 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-12T13:38:05.118 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:03.850619+0000 mon.smithi023 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:38:05.118 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:03.854246+0000 mon.smithi023 (mon.0) 305 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:38:05.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:03.850202+0000 mon.smithi023 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/2667449053,v1:172.21.15.23:6811/2667449053]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-12T13:38:05.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:03.850277+0000 mon.smithi023 (mon.0) 303 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-12T13:38:05.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:03.850619+0000 mon.smithi023 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:38:05.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:03.854246+0000 mon.smithi023 (mon.0) 305 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:38:06.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:03.498537+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:38:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:03.498688+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:38:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:04.668900+0000 mgr.smithi023.mqmmus (mgr.14164) 125 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:38:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:04.853732+0000 mon.smithi023 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:38:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:04.864074+0000 mon.smithi023 (mon.0) 307 : cluster [INF] osd.1 [v2:172.21.15.23:6810/2667449053,v1:172.21.15.23:6811/2667449053] boot 2024-02-12T13:38:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:04.864108+0000 mon.smithi023 (mon.0) 308 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-12T13:38:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:04.864706+0000 mon.smithi023 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:38:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:05.804450+0000 mon.smithi023 (mon.0) 310 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:38:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:05.805613+0000 mon.smithi023 (mon.0) 311 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:38:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:05.806141+0000 mon.smithi023 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:03.498537+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:38:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:03.498688+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:38:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:04.668900+0000 mgr.smithi023.mqmmus (mgr.14164) 125 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-12T13:38:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:04.853732+0000 mon.smithi023 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:38:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:04.864074+0000 mon.smithi023 (mon.0) 307 : cluster [INF] osd.1 [v2:172.21.15.23:6810/2667449053,v1:172.21.15.23:6811/2667449053] boot 2024-02-12T13:38:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:04.864108+0000 mon.smithi023 (mon.0) 308 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-12T13:38:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:04.864706+0000 mon.smithi023 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:38:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:05.804450+0000 mon.smithi023 (mon.0) 310 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:38:06.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:05.805613+0000 mon.smithi023 (mon.0) 311 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:38:06.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:05.806141+0000 mon.smithi023 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:07.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:05.803719+0000 mgr.smithi023.mqmmus (mgr.14164) 126 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:38:07.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:05.873118+0000 mon.smithi023 (mon.0) 313 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-12T13:38:07.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:05.803719+0000 mgr.smithi023.mqmmus (mgr.14164) 126 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:38:07.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:05.873118+0000 mon.smithi023 (mon.0) 313 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-12T13:38:08.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:06.669145+0000 mgr.smithi023.mqmmus (mgr.14164) 127 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:06.669145+0000 mgr.smithi023.mqmmus (mgr.14164) 127 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:10.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:08.669528+0000 mgr.smithi023.mqmmus (mgr.14164) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:10.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:08.889830+0000 mon.smithi023 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:08.669528+0000 mgr.smithi023.mqmmus (mgr.14164) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:08.889830+0000 mon.smithi023 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:11.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:10.078585+0000 mon.smithi023 (mon.0) 315 : audit [INF] from='client.? 172.21.15.23:0/1171153182' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f245b473-7b67-471b-b750-46d167a0ed12"}]: dispatch 2024-02-12T13:38:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:10.087031+0000 mon.smithi023 (mon.0) 316 : audit [INF] from='client.? 172.21.15.23:0/1171153182' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f245b473-7b67-471b-b750-46d167a0ed12"}]': finished 2024-02-12T13:38:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:10.087078+0000 mon.smithi023 (mon.0) 317 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-12T13:38:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:10.087191+0000 mon.smithi023 (mon.0) 318 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:38:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:10.530364+0000 mon.smithi023 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.23:0/2752077069' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:38:11.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:10.078585+0000 mon.smithi023 (mon.0) 315 : audit [INF] from='client.? 172.21.15.23:0/1171153182' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f245b473-7b67-471b-b750-46d167a0ed12"}]: dispatch 2024-02-12T13:38:11.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:10.087031+0000 mon.smithi023 (mon.0) 316 : audit [INF] from='client.? 172.21.15.23:0/1171153182' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f245b473-7b67-471b-b750-46d167a0ed12"}]': finished 2024-02-12T13:38:11.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:10.087078+0000 mon.smithi023 (mon.0) 317 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-12T13:38:11.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:10.087191+0000 mon.smithi023 (mon.0) 318 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:38:11.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:10.530364+0000 mon.smithi023 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.23:0/2752077069' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:38:12.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:10.669944+0000 mgr.smithi023.mqmmus (mgr.14164) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:12.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:10.669944+0000 mgr.smithi023.mqmmus (mgr.14164) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:14.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:12.670265+0000 mgr.smithi023.mqmmus (mgr.14164) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:14.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:12.670265+0000 mgr.smithi023.mqmmus (mgr.14164) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:16.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:14.670534+0000 mgr.smithi023.mqmmus (mgr.14164) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:16.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:16.010737+0000 mon.smithi023 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:16.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:14.670534+0000 mgr.smithi023.mqmmus (mgr.14164) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:16.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:16.010737+0000 mon.smithi023 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:17.171 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:38:16.006023+0000 mgr.smithi023.mqmmus (mgr.14164) 132 : cephadm [INF] Detected new or changed devices on smithi023 2024-02-12T13:38:17.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:16.344430+0000 mon.smithi023 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:17.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:16.345142+0000 mon.smithi023 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:17.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:16.350446+0000 mon.smithi023 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:17.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:16.355657+0000 mon.smithi023 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:17.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:16.359705+0000 mon.smithi023 (mon.0) 325 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:38:17.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:16.360763+0000 mon.smithi023 (mon.0) 326 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:17.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:16.361400+0000 mon.smithi023 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:38:17.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:38:16.006023+0000 mgr.smithi023.mqmmus (mgr.14164) 132 : cephadm [INF] Detected new or changed devices on smithi023 2024-02-12T13:38:17.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:16.344430+0000 mon.smithi023 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:17.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:16.345142+0000 mon.smithi023 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:17.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:16.350446+0000 mon.smithi023 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:17.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:16.355657+0000 mon.smithi023 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:17.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:16.359705+0000 mon.smithi023 (mon.0) 325 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:38:17.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:16.360763+0000 mon.smithi023 (mon.0) 326 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:17.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:16.361400+0000 mon.smithi023 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:38:18.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:38:16.345609+0000 mgr.smithi023.mqmmus (mgr.14164) 133 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 6449M 2024-02-12T13:38:18.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:16.670923+0000 mgr.smithi023.mqmmus (mgr.14164) 134 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:18.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:17.189692+0000 mon.smithi023 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:38:18.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:17.190399+0000 mon.smithi023 (mon.0) 329 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:18.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:38:17.190977+0000 mgr.smithi023.mqmmus (mgr.14164) 135 : cephadm [INF] Deploying daemon osd.2 on smithi023 2024-02-12T13:38:18.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:38:16.345609+0000 mgr.smithi023.mqmmus (mgr.14164) 133 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 6449M 2024-02-12T13:38:18.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:16.670923+0000 mgr.smithi023.mqmmus (mgr.14164) 134 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:18.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:17.189692+0000 mon.smithi023 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:38:18.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:17.190399+0000 mon.smithi023 (mon.0) 329 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:18.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:38:17.190977+0000 mgr.smithi023.mqmmus (mgr.14164) 135 : cephadm [INF] Deploying daemon osd.2 on smithi023 2024-02-12T13:38:19.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:18.134373+0000 mon.smithi023 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:19.415 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:18.134373+0000 mon.smithi023 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:20.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:18.671197+0000 mgr.smithi023.mqmmus (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:20.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:18.671197+0000 mgr.smithi023.mqmmus (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:22.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:20.671455+0000 mgr.smithi023.mqmmus (mgr.14164) 137 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:22.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:20.671455+0000 mgr.smithi023.mqmmus (mgr.14164) 137 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:22.779 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 2 on host 'smithi023' 2024-02-12T13:38:24.001 DEBUG:teuthology.orchestra.run.smithi023:osd.2> sudo journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.2.service 2024-02-12T13:38:24.003 INFO:tasks.cephadm:Deploying osd.3 on smithi023 with /dev/vg_nvme/lv_1... 2024-02-12T13:38:24.004 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-12T13:38:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:22.671706+0000 mgr.smithi023.mqmmus (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:22.771220+0000 mon.smithi023 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:22.775841+0000 mon.smithi023 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:22.792670+0000 mon.smithi023 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:38:24.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:22.796311+0000 mon.smithi023 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:38:24.034 INFO:journalctl@ceph.osd.2.smithi023.stdout:-- Logs begin at Mon 2024-02-12 13:26:23 UTC. -- 2024-02-12T13:38:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:22.671706+0000 mgr.smithi023.mqmmus (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:22.771220+0000 mon.smithi023 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:22.775841+0000 mon.smithi023 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:22.792670+0000 mon.smithi023 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:38:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:22.796311+0000 mon.smithi023 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:38:25.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:24.669440+0000 mon.smithi023 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:25.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:24.671916+0000 mgr.smithi023.mqmmus (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:25.939 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:38:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.2[52396]: debug 2024-02-12T13:38:25.776+0000 7f30aeb68080 -1 osd.2 0 log_to_monitors {default=true} 2024-02-12T13:38:26.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:24.669440+0000 mon.smithi023 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:26.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:24.671916+0000 mgr.smithi023.mqmmus (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:26.265 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-12T13:38:26.265 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-12T13:38:26.266 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2024-02-12T13:38:26.266 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2024-02-12T13:38:26.266 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0165756 s, 633 MB/s 2024-02-12T13:38:26.266 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2024-02-12T13:38:26.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:26 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:25.780110+0000 mon.smithi023 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/2764742014,v1:172.21.15.23:6819/2764742014]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T13:38:26.968 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_1 2024-02-12T13:38:27.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:26 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:25.780110+0000 mon.smithi023 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/2764742014,v1:172.21.15.23:6819/2764742014]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T13:38:27.938 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:38:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.2[52396]: debug 2024-02-12T13:38:27.693+0000 7f30a50cb700 -1 osd.2 0 waiting for initial osdmap 2024-02-12T13:38:27.938 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:38:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.2[52396]: debug 2024-02-12T13:38:27.697+0000 7f309f843700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-12T13:38:27.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:26.672192+0000 mgr.smithi023.mqmmus (mgr.14164) 140 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:27.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:26.680623+0000 mon.smithi023 (mon.0) 337 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/2764742014,v1:172.21.15.23:6819/2764742014]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-12T13:38:27.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:26.680694+0000 mon.smithi023 (mon.0) 338 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-12T13:38:27.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:26.680845+0000 mon.smithi023 (mon.0) 339 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:38:27.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:26.681235+0000 mon.smithi023 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/2764742014,v1:172.21.15.23:6819/2764742014]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:38:28.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:26.672192+0000 mgr.smithi023.mqmmus (mgr.14164) 140 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:28.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:26.680623+0000 mon.smithi023 (mon.0) 337 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/2764742014,v1:172.21.15.23:6819/2764742014]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-12T13:38:28.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:26.680694+0000 mon.smithi023 (mon.0) 338 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-12T13:38:28.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:26.680845+0000 mon.smithi023 (mon.0) 339 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:38:28.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:26.681235+0000 mon.smithi023 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/2764742014,v1:172.21.15.23:6819/2764742014]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:38:29.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:27.690862+0000 mon.smithi023 (mon.0) 341 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/2764742014,v1:172.21.15.23:6819/2764742014]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-12T13:38:29.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:27.690938+0000 mon.smithi023 (mon.0) 342 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-12T13:38:29.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:27.691328+0000 mon.smithi023 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:38:29.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:27.694658+0000 mon.smithi023 (mon.0) 344 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:38:29.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:27.690862+0000 mon.smithi023 (mon.0) 341 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/2764742014,v1:172.21.15.23:6819/2764742014]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-12T13:38:29.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:27.690938+0000 mon.smithi023 (mon.0) 342 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-12T13:38:29.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:27.691328+0000 mon.smithi023 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:38:29.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:27.694658+0000 mon.smithi023 (mon.0) 344 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:38:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:26.804587+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:38:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:26.804758+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:38:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:28.672835+0000 mgr.smithi023.mqmmus (mgr.14164) 141 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:28.698546+0000 mon.smithi023 (mon.0) 345 : cluster [INF] osd.2 [v2:172.21.15.23:6818/2764742014,v1:172.21.15.23:6819/2764742014] boot 2024-02-12T13:38:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:28.698579+0000 mon.smithi023 (mon.0) 346 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-12T13:38:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:28.699066+0000 mon.smithi023 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:38:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:28.699455+0000 mon.smithi023 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-12T13:38:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:29.699696+0000 mon.smithi023 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-12T13:38:30.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:29.699743+0000 mon.smithi023 (mon.0) 350 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-12T13:38:30.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:29.700461+0000 mon.smithi023 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-12T13:38:30.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:26.804587+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:38:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:26.804758+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:38:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:28.672835+0000 mgr.smithi023.mqmmus (mgr.14164) 141 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-12T13:38:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:28.698546+0000 mon.smithi023 (mon.0) 345 : cluster [INF] osd.2 [v2:172.21.15.23:6818/2764742014,v1:172.21.15.23:6819/2764742014] boot 2024-02-12T13:38:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:28.698579+0000 mon.smithi023 (mon.0) 346 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-12T13:38:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:28.699066+0000 mon.smithi023 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:38:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:28.699455+0000 mon.smithi023 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-12T13:38:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:29.699696+0000 mon.smithi023 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-12T13:38:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:29.699743+0000 mon.smithi023 (mon.0) 350 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-12T13:38:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:29.700461+0000 mon.smithi023 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-12T13:38:31.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:29.719416+0000 mgr.smithi023.mqmmus (mgr.14164) 142 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:38:31.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:30.702945+0000 mon.smithi023 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-12T13:38:31.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:30.703034+0000 mon.smithi023 (mon.0) 353 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-12T13:38:31.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:30.706960+0000 mon.smithi023 (mon.0) 354 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:38:31.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:30.708143+0000 mon.smithi023 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:38:31.405 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:30.708732+0000 mon.smithi023 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:31.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:29.719416+0000 mgr.smithi023.mqmmus (mgr.14164) 142 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:38:31.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:30.702945+0000 mon.smithi023 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-12T13:38:31.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:30.703034+0000 mon.smithi023 (mon.0) 353 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-12T13:38:31.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:30.706960+0000 mon.smithi023 (mon.0) 354 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:38:31.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:30.708143+0000 mon.smithi023 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:38:31.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:30.708732+0000 mon.smithi023 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:32.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:30.673333+0000 mgr.smithi023.mqmmus (mgr.14164) 143 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:32.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:31.181026+0000 mon.smithi023 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:32.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:31.182058+0000 mgr.smithi023.mqmmus (mgr.14164) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:32.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:31.185591+0000 mon.smithi023 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:32.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:31.189103+0000 mon.smithi023 (mon.0) 359 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:38:32.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:31.190103+0000 mon.smithi023 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:32.326 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:31.190725+0000 mon.smithi023 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:38:32.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:30.673333+0000 mgr.smithi023.mqmmus (mgr.14164) 143 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:32.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:31.181026+0000 mon.smithi023 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:32.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:31.182058+0000 mgr.smithi023.mqmmus (mgr.14164) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:32.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:31.185591+0000 mon.smithi023 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:32.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:31.189103+0000 mon.smithi023 (mon.0) 359 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:38:32.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:31.190103+0000 mon.smithi023 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:32.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:31.190725+0000 mon.smithi023 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:38:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:32.179065+0000 mon.smithi023 (mon.0) 362 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-12T13:38:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:32.192851+0000 mon.smithi023 (mon.0) 363 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-12T13:38:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:32.954857+0000 mon.smithi023 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:33.091864+0000 mon.smithi023 (mon.0) 365 : audit [INF] from='client.? 172.21.15.23:0/1852040117' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "59421ea8-3b06-4a99-afa3-a5f5080198f6"}]: dispatch 2024-02-12T13:38:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:33.104518+0000 mon.smithi023 (mon.0) 366 : audit [INF] from='client.? 172.21.15.23:0/1852040117' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59421ea8-3b06-4a99-afa3-a5f5080198f6"}]': finished 2024-02-12T13:38:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:33.104562+0000 mon.smithi023 (mon.0) 367 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-12T13:38:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:33.104661+0000 mon.smithi023 (mon.0) 368 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:33.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:32.179065+0000 mon.smithi023 (mon.0) 362 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-12T13:38:33.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:32.192851+0000 mon.smithi023 (mon.0) 363 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-12T13:38:33.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:32.954857+0000 mon.smithi023 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:33.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:33.091864+0000 mon.smithi023 (mon.0) 365 : audit [INF] from='client.? 172.21.15.23:0/1852040117' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "59421ea8-3b06-4a99-afa3-a5f5080198f6"}]: dispatch 2024-02-12T13:38:33.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:33.104518+0000 mon.smithi023 (mon.0) 366 : audit [INF] from='client.? 172.21.15.23:0/1852040117' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59421ea8-3b06-4a99-afa3-a5f5080198f6"}]': finished 2024-02-12T13:38:33.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:33.104562+0000 mon.smithi023 (mon.0) 367 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-12T13:38:33.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:33.104661+0000 mon.smithi023 (mon.0) 368 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:34.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:33.182330+0000 mgr.smithi023.mqmmus (mgr.14164) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:34.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:33.566743+0000 mon.smithi023 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.23:0/2641758813' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:38:34.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:33.182330+0000 mgr.smithi023.mqmmus (mgr.14164) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:34.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:33.566743+0000 mon.smithi023 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.23:0/2641758813' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:38:36.547 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:35.182625+0000 mgr.smithi023.mqmmus (mgr.14164) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:36.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:35.182625+0000 mgr.smithi023.mqmmus (mgr.14164) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:38.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:37.182907+0000 mgr.smithi023.mqmmus (mgr.14164) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:38.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:37.182907+0000 mgr.smithi023.mqmmus (mgr.14164) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:39.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:38.792179+0000 mon.smithi023 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:39.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:39.183143+0000 mgr.smithi023.mqmmus (mgr.14164) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:40.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:38.792179+0000 mon.smithi023 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:40.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:39.183143+0000 mgr.smithi023.mqmmus (mgr.14164) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:41.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:40.807220+0000 mon.smithi023 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:38:41.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:40.808218+0000 mon.smithi023 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:41.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:40.807220+0000 mon.smithi023 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:38:41.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:40.808218+0000 mon.smithi023 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:42.314 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:38:40.808973+0000 mgr.smithi023.mqmmus (mgr.14164) 149 : cephadm [INF] Deploying daemon osd.3 on smithi023 2024-02-12T13:38:42.314 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:41.183397+0000 mgr.smithi023.mqmmus (mgr.14164) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:42.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:38:40.808973+0000 mgr.smithi023.mqmmus (mgr.14164) 149 : cephadm [INF] Deploying daemon osd.3 on smithi023 2024-02-12T13:38:42.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:41.183397+0000 mgr.smithi023.mqmmus (mgr.14164) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:38:42.865148+0000 mgr.smithi023.mqmmus (mgr.14164) 151 : cephadm [INF] Detected new or changed devices on smithi023 2024-02-12T13:38:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:42.873631+0000 mon.smithi023 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:42.874450+0000 mgr.smithi023.mqmmus (mgr.14164) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:42.882440+0000 mon.smithi023 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:38:42.865148+0000 mgr.smithi023.mqmmus (mgr.14164) 151 : cephadm [INF] Detected new or changed devices on smithi023 2024-02-12T13:38:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:42.873631+0000 mon.smithi023 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:42.874450+0000 mgr.smithi023.mqmmus (mgr.14164) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:42.882440+0000 mon.smithi023 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:45.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:43.872017+0000 mon.smithi023 (mon.0) 375 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-12T13:38:45.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:43.872042+0000 mon.smithi023 (mon.0) 376 : cluster [INF] Cluster is now healthy 2024-02-12T13:38:45.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:43.872017+0000 mon.smithi023 (mon.0) 375 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-12T13:38:45.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:43.872042+0000 mon.smithi023 (mon.0) 376 : cluster [INF] Cluster is now healthy 2024-02-12T13:38:46.108 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 3 on host 'smithi023' 2024-02-12T13:38:46.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:44.874700+0000 mgr.smithi023.mqmmus (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:46.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:46.089372+0000 mon.smithi023 (mon.0) 377 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:38:46.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:46.091313+0000 mon.smithi023 (mon.0) 378 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:46.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:46.093689+0000 mon.smithi023 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:46.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:46.093928+0000 mon.smithi023 (mon.0) 380 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:38:46.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:46.103320+0000 mon.smithi023 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:44.874700+0000 mgr.smithi023.mqmmus (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:46.089372+0000 mon.smithi023 (mon.0) 377 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:38:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:46.091313+0000 mon.smithi023 (mon.0) 378 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:46.093689+0000 mon.smithi023 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:46.093928+0000 mon.smithi023 (mon.0) 380 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:38:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:46.103320+0000 mon.smithi023 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:46.759 DEBUG:teuthology.orchestra.run.smithi023:osd.3> sudo journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.3.service 2024-02-12T13:38:46.761 INFO:tasks.cephadm:Deploying osd.4 on smithi160 with /dev/vg_nvme/lv_4... 2024-02-12T13:38:46.761 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-12T13:38:46.792 INFO:journalctl@ceph.osd.3.smithi023.stdout:-- Logs begin at Mon 2024-02-12 13:26:23 UTC. -- 2024-02-12T13:38:48.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:46.874986+0000 mgr.smithi023.mqmmus (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:48.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:46.874986+0000 mgr.smithi023.mqmmus (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:48.842 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-12T13:38:48.842 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-12T13:38:48.842 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2024-02-12T13:38:48.843 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2024-02-12T13:38:48.843 INFO:teuthology.orchestra.run.smithi160.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110613 s, 948 MB/s 2024-02-12T13:38:48.843 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 2024-02-12T13:38:48.843 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2024-02-12T13:38:49.513 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_4 2024-02-12T13:38:49.612 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:38:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.3[55936]: debug 2024-02-12T13:38:49.185+0000 7fd73fa15080 -1 osd.3 0 log_to_monitors {default=true} 2024-02-12T13:38:50.204 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:48.875251+0000 mgr.smithi023.mqmmus (mgr.14164) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:50.204 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:49.189688+0000 mon.smithi023 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/2213104588,v1:172.21.15.23:6827/2213104588]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-12T13:38:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:48.875251+0000 mgr.smithi023.mqmmus (mgr.14164) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:49.189688+0000 mon.smithi023 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/2213104588,v1:172.21.15.23:6827/2213104588]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-12T13:38:51.182 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:50.177681+0000 mon.smithi023 (mon.0) 383 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/2213104588,v1:172.21.15.23:6827/2213104588]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-12T13:38:51.182 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:50.177732+0000 mon.smithi023 (mon.0) 384 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-12T13:38:51.183 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:50.177910+0000 mon.smithi023 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:51.183 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:50.178310+0000 mon.smithi023 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/2213104588,v1:172.21.15.23:6827/2213104588]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:38:51.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:50.177681+0000 mon.smithi023 (mon.0) 383 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/2213104588,v1:172.21.15.23:6827/2213104588]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-12T13:38:51.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:50.177732+0000 mon.smithi023 (mon.0) 384 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-12T13:38:51.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:50.177910+0000 mon.smithi023 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:51.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:50.178310+0000 mon.smithi023 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/2213104588,v1:172.21.15.23:6827/2213104588]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:38:51.438 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:38:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.3[55936]: debug 2024-02-12T13:38:51.180+0000 7fd735f78700 -1 osd.3 0 waiting for initial osdmap 2024-02-12T13:38:51.438 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:38:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.3[55936]: debug 2024-02-12T13:38:51.184+0000 7fd72e6ec700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-12T13:38:52.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:50.875543+0000 mgr.smithi023.mqmmus (mgr.14164) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:52.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:51.177679+0000 mon.smithi023 (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/2213104588,v1:172.21.15.23:6827/2213104588]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-12T13:38:52.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:51.177728+0000 mon.smithi023 (mon.0) 388 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-12T13:38:52.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:51.178259+0000 mon.smithi023 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:52.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:51.182121+0000 mon.smithi023 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:52.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:51.270124+0000 mon.smithi023 (mon.0) 391 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:52.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:51.626075+0000 mon.smithi023 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:38:52.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:51.627372+0000 mon.smithi023 (mon.0) 393 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:38:52.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:51.627895+0000 mon.smithi023 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:52.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:50.875543+0000 mgr.smithi023.mqmmus (mgr.14164) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:52.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:51.177679+0000 mon.smithi023 (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/2213104588,v1:172.21.15.23:6827/2213104588]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-12T13:38:52.646 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:51.177728+0000 mon.smithi023 (mon.0) 388 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-12T13:38:52.646 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:51.178259+0000 mon.smithi023 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:52.646 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:51.182121+0000 mon.smithi023 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:52.646 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:51.270124+0000 mon.smithi023 (mon.0) 391 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:52.646 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:51.626075+0000 mon.smithi023 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:38:52.646 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:51.627372+0000 mon.smithi023 (mon.0) 393 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:38:52.646 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:51.627895+0000 mon.smithi023 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:53.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:50.197925+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:38:53.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:50.198033+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:38:53.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:51.625286+0000 mgr.smithi023.mqmmus (mgr.14164) 157 : audit [DBG] from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:38:53.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:52.181418+0000 mon.smithi023 (mon.0) 395 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:53.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:52.191212+0000 mon.smithi023 (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.23:6826/2213104588,v1:172.21.15.23:6827/2213104588] boot 2024-02-12T13:38:53.274 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:52.191253+0000 mon.smithi023 (mon.0) 397 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-12T13:38:53.274 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:52.194772+0000 mon.smithi023 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:50.197925+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:38:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:50.198033+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:38:53.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:51.625286+0000 mgr.smithi023.mqmmus (mgr.14164) 157 : audit [DBG] from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:38:53.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:52.181418+0000 mon.smithi023 (mon.0) 395 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:53.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:52.191212+0000 mon.smithi023 (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.23:6826/2213104588,v1:172.21.15.23:6827/2213104588] boot 2024-02-12T13:38:53.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:52.191253+0000 mon.smithi023 (mon.0) 397 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-12T13:38:53.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:52.194772+0000 mon.smithi023 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:38:54.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:52.876037+0000 mgr.smithi023.mqmmus (mgr.14164) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:54.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:53.214363+0000 mon.smithi023 (mon.0) 399 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-12T13:38:54.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.002749+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/207869717' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbc8f4bb-6020-4cc6-82ea-1b21ac4bba70"}]: dispatch 2024-02-12T13:38:54.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.003284+0000 mon.smithi023 (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbc8f4bb-6020-4cc6-82ea-1b21ac4bba70"}]: dispatch 2024-02-12T13:38:54.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.007320+0000 mon.smithi023 (mon.0) 401 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbc8f4bb-6020-4cc6-82ea-1b21ac4bba70"}]': finished 2024-02-12T13:38:54.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:54.007397+0000 mon.smithi023 (mon.0) 402 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-12T13:38:54.529 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.007496+0000 mon.smithi023 (mon.0) 403 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:38:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:52.876037+0000 mgr.smithi023.mqmmus (mgr.14164) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-12T13:38:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:53.214363+0000 mon.smithi023 (mon.0) 399 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-12T13:38:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.002749+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/207869717' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbc8f4bb-6020-4cc6-82ea-1b21ac4bba70"}]: dispatch 2024-02-12T13:38:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.003284+0000 mon.smithi023 (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbc8f4bb-6020-4cc6-82ea-1b21ac4bba70"}]: dispatch 2024-02-12T13:38:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.007320+0000 mon.smithi023 (mon.0) 401 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbc8f4bb-6020-4cc6-82ea-1b21ac4bba70"}]': finished 2024-02-12T13:38:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:54.007397+0000 mon.smithi023 (mon.0) 402 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-12T13:38:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.007496+0000 mon.smithi023 (mon.0) 403 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:38:55.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.409643+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/381775388' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:38:55.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.761813+0000 mon.smithi023 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.762680+0000 mon.smithi023 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.763245+0000 mon.smithi023 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.763755+0000 mon.smithi023 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.764253+0000 mon.smithi023 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.767531+0000 mon.smithi023 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.776518+0000 mon.smithi023 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.779444+0000 mon.smithi023 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:38:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.780300+0000 mon.smithi023 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:54.780847+0000 mon.smithi023 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:38:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.409643+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/381775388' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:38:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.761813+0000 mon.smithi023 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.762680+0000 mon.smithi023 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.763245+0000 mon.smithi023 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:55.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.763755+0000 mon.smithi023 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:55.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.764253+0000 mon.smithi023 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:38:55.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.767531+0000 mon.smithi023 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:55.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.776518+0000 mon.smithi023 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:55.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.779444+0000 mon.smithi023 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:38:55.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.780300+0000 mon.smithi023 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:38:55.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:54.780847+0000 mon.smithi023 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:38:56.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:38:54.764668+0000 mgr.smithi023.mqmmus (mgr.14164) 159 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 3224M 2024-02-12T13:38:56.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:54.876340+0000 mgr.smithi023.mqmmus (mgr.14164) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:38:56.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:38:54.764668+0000 mgr.smithi023.mqmmus (mgr.14164) 159 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 3224M 2024-02-12T13:38:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:54.876340+0000 mgr.smithi023.mqmmus (mgr.14164) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:38:58.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:56.876643+0000 mgr.smithi023.mqmmus (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:38:58.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:56.876643+0000 mgr.smithi023.mqmmus (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:38:59.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:38:58.876938+0000 mgr.smithi023.mqmmus (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:38:59.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:58.951635+0000 mon.smithi023 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:38:59.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:38:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:58.954561+0000 mon.smithi023 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:00.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:38:58.876938+0000 mgr.smithi023.mqmmus (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:00.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:58.951635+0000 mon.smithi023 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:00.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:38:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:58.954561+0000 mon.smithi023 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:01.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:59.995277+0000 mon.smithi023 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:39:01.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:38:59.996107+0000 mon.smithi023 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:01.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:38:59.996742+0000 mgr.smithi023.mqmmus (mgr.14164) 163 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-02-12T13:39:01.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:59.995277+0000 mon.smithi023 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:39:01.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:38:59.996107+0000 mon.smithi023 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:01.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:38:59.996742+0000 mgr.smithi023.mqmmus (mgr.14164) 163 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-02-12T13:39:02.358 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:00.877326+0000 mgr.smithi023.mqmmus (mgr.14164) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:02.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:00.877326+0000 mgr.smithi023.mqmmus (mgr.14164) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:03.576 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 4 on host 'smithi160' 2024-02-12T13:39:04.232 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:02.877625+0000 mgr.smithi023.mqmmus (mgr.14164) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:04.232 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:03.562117+0000 mon.smithi023 (mon.0) 418 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:04.232 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:03.563340+0000 mon.smithi023 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:04.232 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:03.566222+0000 mon.smithi023 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:04.232 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:03.566458+0000 mon.smithi023 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:04.232 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:03.571082+0000 mon.smithi023 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:04.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:02.877625+0000 mgr.smithi023.mqmmus (mgr.14164) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:04.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:03.562117+0000 mon.smithi023 (mon.0) 418 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:04.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:03.563340+0000 mon.smithi023 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:04.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:03.566222+0000 mon.smithi023 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:04.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:03.566458+0000 mon.smithi023 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:04.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:03.571082+0000 mon.smithi023 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:04.487 DEBUG:teuthology.orchestra.run.smithi160:osd.4> sudo journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.4.service 2024-02-12T13:39:04.489 INFO:tasks.cephadm:Deploying osd.5 on smithi160 with /dev/vg_nvme/lv_3... 2024-02-12T13:39:04.489 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-12T13:39:04.523 INFO:journalctl@ceph.osd.4.smithi160.stdout:-- Logs begin at Mon 2024-02-12 13:25:38 UTC. -- 2024-02-12T13:39:06.437 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:04.877948+0000 mgr.smithi023.mqmmus (mgr.14164) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:06.516 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:04.877948+0000 mgr.smithi023.mqmmus (mgr.14164) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:06.898 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:39:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.4[42669]: debug 2024-02-12T13:39:06.695+0000 7f73c64e6080 -1 osd.4 0 log_to_monitors {default=true} 2024-02-12T13:39:07.023 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-12T13:39:07.023 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-12T13:39:07.023 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2024-02-12T13:39:07.023 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2024-02-12T13:39:07.023 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120311 s, 872 MB/s 2024-02-12T13:39:07.024 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2024-02-12T13:39:07.176 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:06.699219+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/1334490787,v1:172.21.15.160:6801/1334490787]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:39:07.176 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:06.700102+0000 mon.smithi023 (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:39:07.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:06.699219+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/1334490787,v1:172.21.15.160:6801/1334490787]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:39:07.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:06.700102+0000 mon.smithi023 (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:39:07.734 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_3 2024-02-12T13:39:08.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:06.878200+0000 mgr.smithi023.mqmmus (mgr.14164) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:08.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:07.176248+0000 mon.smithi023 (mon.0) 424 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-12T13:39:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:07.176315+0000 mon.smithi023 (mon.0) 425 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-12T13:39:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:07.176547+0000 mon.smithi023 (mon.0) 426 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:39:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:07.176671+0000 mon.smithi160 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/1334490787,v1:172.21.15.160:6801/1334490787]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:39:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:07.177200+0000 mon.smithi023 (mon.0) 427 : 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-12T13:39:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:08.100034+0000 mon.smithi023 (mon.0) 428 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:08.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:08.109227+0000 mon.smithi023 (mon.0) 429 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:08.563 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:39:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.4[42669]: debug 2024-02-12T13:39:08.183+0000 7f73bca49700 -1 osd.4 0 waiting for initial osdmap 2024-02-12T13:39:08.563 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:39:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.4[42669]: debug 2024-02-12T13:39:08.188+0000 7f73b51bd700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:39:08.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:06.878200+0000 mgr.smithi023.mqmmus (mgr.14164) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:08.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:07.176248+0000 mon.smithi023 (mon.0) 424 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-12T13:39:08.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:07.176315+0000 mon.smithi023 (mon.0) 425 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-12T13:39:08.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:07.176547+0000 mon.smithi023 (mon.0) 426 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:39:08.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:07.176671+0000 mon.smithi160 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.160:6800/1334490787,v1:172.21.15.160:6801/1334490787]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:39:08.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:07.177200+0000 mon.smithi023 (mon.0) 427 : 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-12T13:39:08.564 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:08.100034+0000 mon.smithi023 (mon.0) 428 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:08.564 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:08.109227+0000 mon.smithi023 (mon.0) 429 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:09.479 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:08.176448+0000 mon.smithi023 (mon.0) 430 : 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-12T13:39:09.479 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:08.176543+0000 mon.smithi023 (mon.0) 431 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-12T13:39:09.479 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:08.176907+0000 mon.smithi023 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:39:09.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:08.183630+0000 mon.smithi023 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:39:09.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:09.166658+0000 mon.smithi023 (mon.0) 434 : cluster [INF] osd.4 [v2:172.21.15.160:6800/1334490787,v1:172.21.15.160:6801/1334490787] boot 2024-02-12T13:39:09.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:09.166718+0000 mon.smithi023 (mon.0) 435 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-12T13:39:09.480 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:09.167312+0000 mon.smithi023 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:39:09.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:08.176448+0000 mon.smithi023 (mon.0) 430 : 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-12T13:39:09.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:08.176543+0000 mon.smithi023 (mon.0) 431 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-12T13:39:09.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:08.176907+0000 mon.smithi023 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:39:09.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:08.183630+0000 mon.smithi023 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:39:09.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:09.166658+0000 mon.smithi023 (mon.0) 434 : cluster [INF] osd.4 [v2:172.21.15.160:6800/1334490787,v1:172.21.15.160:6801/1334490787] boot 2024-02-12T13:39:09.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:09.166718+0000 mon.smithi023 (mon.0) 435 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-12T13:39:09.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:09.167312+0000 mon.smithi023 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:39:10.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:07.714603+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:39:10.370 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:07.714742+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:39:10.370 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:08.878528+0000 mgr.smithi023.mqmmus (mgr.14164) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:10.370 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:10.169990+0000 mon.smithi023 (mon.0) 437 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-12T13:39:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:07.714603+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:39:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:07.714742+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:39:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:08.878528+0000 mgr.smithi023.mqmmus (mgr.14164) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-12T13:39:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:10.169990+0000 mon.smithi023 (mon.0) 437 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-12T13:39:11.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:11.126120+0000 mon.smithi023 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:39:11.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:11.127834+0000 mon.smithi023 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:39:11.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:11.128575+0000 mon.smithi023 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:11.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:11.169814+0000 mon.smithi023 (mon.0) 441 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-12T13:39:11.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:11.126120+0000 mon.smithi023 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:39:11.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:11.127834+0000 mon.smithi023 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:39:11.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:11.128575+0000 mon.smithi023 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:11.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:11.169814+0000 mon.smithi023 (mon.0) 441 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-12T13:39:12.600 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:10.878913+0000 mgr.smithi023.mqmmus (mgr.14164) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:12.600 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:11.125117+0000 mgr.smithi023.mqmmus (mgr.14164) 170 : audit [DBG] from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:39:12.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:10.878913+0000 mgr.smithi023.mqmmus (mgr.14164) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:12.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:11.125117+0000 mgr.smithi023.mqmmus (mgr.14164) 170 : audit [DBG] from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:39:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:12.879252+0000 mgr.smithi023.mqmmus (mgr.14164) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:13.356824+0000 mon.smithi023 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:13.598114+0000 mon.smithi023 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:13.603494+0000 mon.smithi023 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:13.612111+0000 mon.smithi023 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:13.616028+0000 mon.smithi023 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:13.617093+0000 mon.smithi023 (mon.0) 447 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:14.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:13.617763+0000 mon.smithi023 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:14.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:14.028458+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/3912262869' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c935cc2-9e78-48a0-baab-e46fcaf1eb96"}]: dispatch 2024-02-12T13:39:14.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:14.029284+0000 mon.smithi023 (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c935cc2-9e78-48a0-baab-e46fcaf1eb96"}]: dispatch 2024-02-12T13:39:14.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:14.038217+0000 mon.smithi023 (mon.0) 450 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c935cc2-9e78-48a0-baab-e46fcaf1eb96"}]': finished 2024-02-12T13:39:14.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:14.038270+0000 mon.smithi023 (mon.0) 451 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-12T13:39:14.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:14.038368+0000 mon.smithi023 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:39:14.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:12.879252+0000 mgr.smithi023.mqmmus (mgr.14164) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:14.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:13.356824+0000 mon.smithi023 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:14.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:13.598114+0000 mon.smithi023 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:14.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:13.603494+0000 mon.smithi023 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:14.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:13.612111+0000 mon.smithi023 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:14.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:13.616028+0000 mon.smithi023 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:14.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:13.617093+0000 mon.smithi023 (mon.0) 447 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:14.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:13.617763+0000 mon.smithi023 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:14.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:14.028458+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/3912262869' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c935cc2-9e78-48a0-baab-e46fcaf1eb96"}]: dispatch 2024-02-12T13:39:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:14.029284+0000 mon.smithi023 (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c935cc2-9e78-48a0-baab-e46fcaf1eb96"}]: dispatch 2024-02-12T13:39:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:14.038217+0000 mon.smithi023 (mon.0) 450 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c935cc2-9e78-48a0-baab-e46fcaf1eb96"}]': finished 2024-02-12T13:39:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:14.038270+0000 mon.smithi023 (mon.0) 451 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-12T13:39:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:14.038368+0000 mon.smithi023 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:39:15.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:39:13.347843+0000 mgr.smithi023.mqmmus (mgr.14164) 172 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-12T13:39:15.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:39:13.598779+0000 mgr.smithi023.mqmmus (mgr.14164) 173 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 15970M 2024-02-12T13:39:15.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:14.455518+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/990357633' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:39:15.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:39:13.347843+0000 mgr.smithi023.mqmmus (mgr.14164) 172 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-12T13:39:15.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:39:13.598779+0000 mgr.smithi023.mqmmus (mgr.14164) 173 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 15970M 2024-02-12T13:39:15.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:14.455518+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/990357633' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:39:16.550 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:14.879691+0000 mgr.smithi023.mqmmus (mgr.14164) 174 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:16.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:14.879691+0000 mgr.smithi023.mqmmus (mgr.14164) 174 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:18.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:16.880072+0000 mgr.smithi023.mqmmus (mgr.14164) 175 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:18.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:18.123762+0000 mon.smithi023 (mon.0) 453 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:18.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:16.880072+0000 mgr.smithi023.mqmmus (mgr.14164) 175 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:18.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:18.123762+0000 mon.smithi023 (mon.0) 453 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:19.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:18.382146+0000 mon.smithi023 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:19.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:18.880342+0000 mgr.smithi023.mqmmus (mgr.14164) 176 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:19.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:18.382146+0000 mon.smithi023 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:19.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:18.880342+0000 mgr.smithi023.mqmmus (mgr.14164) 176 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:19.970602+0000 mon.smithi023 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:39:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:19.971421+0000 mon.smithi023 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:39:19.972100+0000 mgr.smithi023.mqmmus (mgr.14164) 177 : cephadm [INF] Deploying daemon osd.5 on smithi160 2024-02-12T13:39:20.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:19.970602+0000 mon.smithi023 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:39:20.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:19.971421+0000 mon.smithi023 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:20.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:39:19.972100+0000 mgr.smithi023.mqmmus (mgr.14164) 177 : cephadm [INF] Deploying daemon osd.5 on smithi160 2024-02-12T13:39:21.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:21 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:20.880675+0000 mgr.smithi023.mqmmus (mgr.14164) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:21.688 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:21 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:20.880675+0000 mgr.smithi023.mqmmus (mgr.14164) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:23.128 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:22.797427+0000 mon.smithi023 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:39:23.128 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:22.797673+0000 mon.smithi023 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:39:23.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:22.797427+0000 mon.smithi023 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:39:23.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:22.797673+0000 mon.smithi023 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:39:23.296 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 5 on host 'smithi160' 2024-02-12T13:39:23.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:22.881109+0000 mgr.smithi023.mqmmus (mgr.14164) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:23.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:23.277084+0000 mon.smithi023 (mon.0) 459 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:23.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:23.278906+0000 mon.smithi023 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:23.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:23.281883+0000 mon.smithi023 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:23.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:23.282156+0000 mon.smithi023 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:23.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:23.291564+0000 mon.smithi023 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:24.000 DEBUG:teuthology.orchestra.run.smithi160:osd.5> sudo journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.5.service 2024-02-12T13:39:24.002 INFO:tasks.cephadm:Deploying osd.6 on smithi160 with /dev/vg_nvme/lv_2... 2024-02-12T13:39:24.002 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-12T13:39:24.033 INFO:journalctl@ceph.osd.5.smithi160.stdout:-- Logs begin at Mon 2024-02-12 13:25:38 UTC. -- 2024-02-12T13:39:24.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:22.881109+0000 mgr.smithi023.mqmmus (mgr.14164) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:24.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:23.277084+0000 mon.smithi023 (mon.0) 459 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:24.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:23.278906+0000 mon.smithi023 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:24.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:23.281883+0000 mon.smithi023 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:24.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:23.282156+0000 mon.smithi023 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:24.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:23.291564+0000 mon.smithi023 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:26.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:26 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:24.881545+0000 mgr.smithi023.mqmmus (mgr.14164) 180 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:26.534 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-12T13:39:26.534 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-12T13:39:26.534 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2024-02-12T13:39:26.535 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2024-02-12T13:39:26.535 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119782 s, 875 MB/s 2024-02-12T13:39:26.535 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2024-02-12T13:39:26.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:26 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:24.881545+0000 mgr.smithi023.mqmmus (mgr.14164) 180 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:26.572 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:39:26 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.5[45559]: debug 2024-02-12T13:39:26.342+0000 7f60add0c080 -1 osd.5 0 log_to_monitors {default=true} 2024-02-12T13:39:27.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:26.352391+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/929541095,v1:172.21.15.160:6809/929541095]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:39:27.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:26.353185+0000 mon.smithi023 (mon.0) 464 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:39:27.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:26.352391+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/929541095,v1:172.21.15.160:6809/929541095]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:39:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:26.353185+0000 mon.smithi023 (mon.0) 464 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:39:27.686 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_2 2024-02-12T13:39:28.248 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:39:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.5[45559]: debug 2024-02-12T13:39:28.185+0000 7f60a426f700 -1 osd.5 0 waiting for initial osdmap 2024-02-12T13:39:28.248 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:39:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.5[45559]: debug 2024-02-12T13:39:28.192+0000 7f609c9e3700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:39:28.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:26.881868+0000 mgr.smithi023.mqmmus (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:28.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:27.186814+0000 mon.smithi023 (mon.0) 465 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-12T13:39:28.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:27.186892+0000 mon.smithi023 (mon.0) 466 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-12T13:39:28.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:27.187004+0000 mon.smithi023 (mon.0) 467 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:39:28.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:27.187247+0000 mon.smithi160 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/929541095,v1:172.21.15.160:6809/929541095]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:39:28.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:27.187695+0000 mon.smithi023 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:39:28.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:27.259946+0000 mon.smithi023 (mon.0) 469 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:28.249 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:27.633824+0000 mon.smithi023 (mon.0) 470 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:26.881868+0000 mgr.smithi023.mqmmus (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:27.186814+0000 mon.smithi023 (mon.0) 465 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-12T13:39:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:27.186892+0000 mon.smithi023 (mon.0) 466 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-12T13:39:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:27.187004+0000 mon.smithi023 (mon.0) 467 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:39:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:27.187247+0000 mon.smithi160 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.160:6808/929541095,v1:172.21.15.160:6809/929541095]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:39:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:27.187695+0000 mon.smithi023 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:39:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:27.259946+0000 mon.smithi023 (mon.0) 469 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:27.633824+0000 mon.smithi023 (mon.0) 470 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:29.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:28.184677+0000 mon.smithi023 (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T13:39:29.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:28.184803+0000 mon.smithi023 (mon.0) 472 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-12T13:39:29.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:28.186951+0000 mon.smithi023 (mon.0) 473 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:39:29.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:28.187977+0000 mon.smithi023 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:39:29.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:29.173526+0000 mon.smithi023 (mon.0) 475 : cluster [INF] osd.5 [v2:172.21.15.160:6808/929541095,v1:172.21.15.160:6809/929541095] boot 2024-02-12T13:39:29.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:29.173602+0000 mon.smithi023 (mon.0) 476 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-12T13:39:29.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:29.174063+0000 mon.smithi023 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:39:29.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:28.184677+0000 mon.smithi023 (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T13:39:29.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:28.184803+0000 mon.smithi023 (mon.0) 472 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-12T13:39:29.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:28.186951+0000 mon.smithi023 (mon.0) 473 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:39:29.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:28.187977+0000 mon.smithi023 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:39:29.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:29.173526+0000 mon.smithi023 (mon.0) 475 : cluster [INF] osd.5 [v2:172.21.15.160:6808/929541095,v1:172.21.15.160:6809/929541095] boot 2024-02-12T13:39:29.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:29.173602+0000 mon.smithi023 (mon.0) 476 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-12T13:39:29.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:29.174063+0000 mon.smithi023 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:39:30.228 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:27.315984+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:39:30.229 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:27.316087+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:39:30.229 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:28.882183+0000 mgr.smithi023.mqmmus (mgr.14164) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:30.229 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:30.171713+0000 mon.smithi023 (mon.0) 478 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-12T13:39:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:27.315984+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:39:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:27.316087+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:39:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:28.882183+0000 mgr.smithi023.mqmmus (mgr.14164) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-12T13:39:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:30.171713+0000 mon.smithi023 (mon.0) 478 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-12T13:39:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:30.882561+0000 mgr.smithi023.mqmmus (mgr.14164) 183 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:39:31.114845+0000 mgr.smithi023.mqmmus (mgr.14164) 184 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-12T13:39:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.121798+0000 mon.smithi023 (mon.0) 479 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.122886+0000 mon.smithi023 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.123813+0000 mon.smithi023 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:39:31.124443+0000 mgr.smithi023.mqmmus (mgr.14164) 185 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 7985M 2024-02-12T13:39:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.128081+0000 mon.smithi023 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.133680+0000 mon.smithi023 (mon.0) 483 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.138833+0000 mon.smithi023 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:32.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.140068+0000 mon.smithi023 (mon.0) 485 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:32.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.140910+0000 mon.smithi023 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:32.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:31.172799+0000 mon.smithi023 (mon.0) 487 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-12T13:39:32.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.500655+0000 mon.smithi023 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:39:32.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.501803+0000 mon.smithi023 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:39:32.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.502317+0000 mon.smithi023 (mon.0) 490 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:32.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:30.882561+0000 mgr.smithi023.mqmmus (mgr.14164) 183 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:32.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:39:31.114845+0000 mgr.smithi023.mqmmus (mgr.14164) 184 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-12T13:39:32.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.121798+0000 mon.smithi023 (mon.0) 479 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:32.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.122886+0000 mon.smithi023 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:32.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.123813+0000 mon.smithi023 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:32.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:39:31.124443+0000 mgr.smithi023.mqmmus (mgr.14164) 185 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 7985M 2024-02-12T13:39:32.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.128081+0000 mon.smithi023 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:32.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.133680+0000 mon.smithi023 (mon.0) 483 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:32.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.138833+0000 mon.smithi023 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:32.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.140068+0000 mon.smithi023 (mon.0) 485 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:32.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.140910+0000 mon.smithi023 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:32.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:31.172799+0000 mon.smithi023 (mon.0) 487 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-12T13:39:32.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.500655+0000 mon.smithi023 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:39:32.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.501803+0000 mon.smithi023 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:39:32.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.502317+0000 mon.smithi023 (mon.0) 490 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:33.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:31.499885+0000 mgr.smithi023.mqmmus (mgr.14164) 186 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:39:33.412 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:31.499885+0000 mgr.smithi023.mqmmus (mgr.14164) 186 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:39:34.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:32.882914+0000 mgr.smithi023.mqmmus (mgr.14164) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:34.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:33.841722+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='client.? 172.21.15.160:0/3603066392' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "870a1e3a-520b-41b3-a1e8-47ea51122637"}]: dispatch 2024-02-12T13:39:34.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:33.842271+0000 mon.smithi023 (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "870a1e3a-520b-41b3-a1e8-47ea51122637"}]: dispatch 2024-02-12T13:39:34.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:33.848351+0000 mon.smithi023 (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "870a1e3a-520b-41b3-a1e8-47ea51122637"}]': finished 2024-02-12T13:39:34.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:33.848426+0000 mon.smithi023 (mon.0) 493 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-12T13:39:34.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:33.848564+0000 mon.smithi023 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:39:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:32.882914+0000 mgr.smithi023.mqmmus (mgr.14164) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:33.841722+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='client.? 172.21.15.160:0/3603066392' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "870a1e3a-520b-41b3-a1e8-47ea51122637"}]: dispatch 2024-02-12T13:39:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:33.842271+0000 mon.smithi023 (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "870a1e3a-520b-41b3-a1e8-47ea51122637"}]: dispatch 2024-02-12T13:39:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:33.848351+0000 mon.smithi023 (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "870a1e3a-520b-41b3-a1e8-47ea51122637"}]': finished 2024-02-12T13:39:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:33.848426+0000 mon.smithi023 (mon.0) 493 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-12T13:39:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:33.848564+0000 mon.smithi023 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:39:35.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:34.257738+0000 mon.smithi160 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.160:0/3847605514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:39:35.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:34.257738+0000 mon.smithi160 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.160:0/3847605514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:39:36.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:34.883346+0000 mgr.smithi023.mqmmus (mgr.14164) 188 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:36.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:35.622775+0000 mon.smithi023 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:36.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:35.627943+0000 mon.smithi023 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:34.883346+0000 mgr.smithi023.mqmmus (mgr.14164) 188 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:35.622775+0000 mon.smithi023 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:36.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:35.627943+0000 mon.smithi023 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:38.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:36.883743+0000 mgr.smithi023.mqmmus (mgr.14164) 189 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:38.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:36.883743+0000 mgr.smithi023.mqmmus (mgr.14164) 189 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:40.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:38.884232+0000 mgr.smithi023.mqmmus (mgr.14164) 190 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:40.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:39.820792+0000 mon.smithi023 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:39:40.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:39.821725+0000 mon.smithi023 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:40.501 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:38.884232+0000 mgr.smithi023.mqmmus (mgr.14164) 190 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:40.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:39.820792+0000 mon.smithi023 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:39:40.502 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:39.821725+0000 mon.smithi023 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:41.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:39:39.822457+0000 mgr.smithi023.mqmmus (mgr.14164) 191 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-02-12T13:39:41.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:39:39.822457+0000 mgr.smithi023.mqmmus (mgr.14164) 191 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-02-12T13:39:42.605 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:40.884547+0000 mgr.smithi023.mqmmus (mgr.14164) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:42.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:40.884547+0000 mgr.smithi023.mqmmus (mgr.14164) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:43.537 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 6 on host 'smithi160' 2024-02-12T13:39:44.229 DEBUG:teuthology.orchestra.run.smithi160:osd.6> sudo journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.6.service 2024-02-12T13:39:44.232 INFO:tasks.cephadm:Deploying osd.7 on smithi160 with /dev/vg_nvme/lv_1... 2024-02-12T13:39:44.232 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-12T13:39:44.265 INFO:journalctl@ceph.osd.6.smithi160.stdout:-- Logs begin at Mon 2024-02-12 13:25:38 UTC. -- 2024-02-12T13:39:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:42.885032+0000 mgr.smithi023.mqmmus (mgr.14164) 193 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:43.520601+0000 mon.smithi023 (mon.0) 499 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:43.522579+0000 mon.smithi023 (mon.0) 500 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:43.523308+0000 mon.smithi023 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:43.525620+0000 mon.smithi023 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:43.531385+0000 mon.smithi023 (mon.0) 503 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:44.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:42.885032+0000 mgr.smithi023.mqmmus (mgr.14164) 193 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:44.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:43.520601+0000 mon.smithi023 (mon.0) 499 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:44.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:43.522579+0000 mon.smithi023 (mon.0) 500 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:44.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:43.523308+0000 mon.smithi023 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:44.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:43.525620+0000 mon.smithi023 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:44.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:43.531385+0000 mon.smithi023 (mon.0) 503 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:46.385 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:44.885379+0000 mgr.smithi023.mqmmus (mgr.14164) 194 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:46.623 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:44.885379+0000 mgr.smithi023.mqmmus (mgr.14164) 194 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:46.897 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:39:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.6[48435]: debug 2024-02-12T13:39:46.635+0000 7f68cf217080 -1 osd.6 0 log_to_monitors {default=true} 2024-02-12T13:39:47.161 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-12T13:39:47.161 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-12T13:39:47.161 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2024-02-12T13:39:47.162 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2024-02-12T13:39:47.162 INFO:teuthology.orchestra.run.smithi160.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135811 s, 772 MB/s 2024-02-12T13:39:47.162 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2024-02-12T13:39:47.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:46.639167+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/611654383,v1:172.21.15.160:6817/611654383]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:39:47.582 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:46.639879+0000 mon.smithi023 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:39:47.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:46.639167+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/611654383,v1:172.21.15.160:6817/611654383]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:39:47.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:46.639879+0000 mon.smithi023 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:39:47.906 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_1 2024-02-12T13:39:48.648 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:39:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.6[48435]: debug 2024-02-12T13:39:48.218+0000 7f68c577a700 -1 osd.6 0 waiting for initial osdmap 2024-02-12T13:39:48.648 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:39:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.6[48435]: debug 2024-02-12T13:39:48.223+0000 7f68bfef2700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:39:48.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:46.885835+0000 mgr.smithi023.mqmmus (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:48.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:47.211938+0000 mon.smithi023 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-12T13:39:48.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:47.211984+0000 mon.smithi023 (mon.0) 506 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-12T13:39:48.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:47.212218+0000 mon.smithi023 (mon.0) 507 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:39:48.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:47.214988+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/611654383,v1:172.21.15.160:6817/611654383]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:39:48.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:47.215503+0000 mon.smithi023 (mon.0) 508 : 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-12T13:39:48.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:48.021711+0000 mon.smithi023 (mon.0) 509 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:48.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:48.026301+0000 mon.smithi023 (mon.0) 510 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:48.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:46.885835+0000 mgr.smithi023.mqmmus (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:48.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:47.211938+0000 mon.smithi023 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-12T13:39:48.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:47.211984+0000 mon.smithi023 (mon.0) 506 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-12T13:39:48.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:47.212218+0000 mon.smithi023 (mon.0) 507 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:39:48.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:47.214988+0000 mon.smithi160 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.160:6816/611654383,v1:172.21.15.160:6817/611654383]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:39:48.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:47.215503+0000 mon.smithi023 (mon.0) 508 : 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-12T13:39:48.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:48.021711+0000 mon.smithi023 (mon.0) 509 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:48.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:48.026301+0000 mon.smithi023 (mon.0) 510 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:49.596 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:48.213577+0000 mon.smithi023 (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T13:39:49.596 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:48.213663+0000 mon.smithi023 (mon.0) 512 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-12T13:39:49.596 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:48.214130+0000 mon.smithi023 (mon.0) 513 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:39:49.596 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:48.219213+0000 mon.smithi023 (mon.0) 514 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:39:49.596 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:49.175485+0000 mon.smithi023 (mon.0) 515 : cluster [INF] osd.6 [v2:172.21.15.160:6816/611654383,v1:172.21.15.160:6817/611654383] boot 2024-02-12T13:39:49.596 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:49.175551+0000 mon.smithi023 (mon.0) 516 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-12T13:39:49.596 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:49.176121+0000 mon.smithi023 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:39:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:48.213577+0000 mon.smithi023 (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T13:39:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:48.213663+0000 mon.smithi023 (mon.0) 512 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-12T13:39:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:48.214130+0000 mon.smithi023 (mon.0) 513 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:39:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:48.219213+0000 mon.smithi023 (mon.0) 514 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:39:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:49.175485+0000 mon.smithi023 (mon.0) 515 : cluster [INF] osd.6 [v2:172.21.15.160:6816/611654383,v1:172.21.15.160:6817/611654383] boot 2024-02-12T13:39:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:49.175551+0000 mon.smithi023 (mon.0) 516 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-12T13:39:49.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:49.176121+0000 mon.smithi023 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:39:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:47.667571+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:39:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:47.667673+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:39:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:48.886201+0000 mgr.smithi023.mqmmus (mgr.14164) 196 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:50.177469+0000 mon.smithi023 (mon.0) 518 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-12T13:39:50.595 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:47.667571+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:39:50.595 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:47.667673+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:39:50.595 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:48.886201+0000 mgr.smithi023.mqmmus (mgr.14164) 196 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-12T13:39:50.595 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:50.177469+0000 mon.smithi023 (mon.0) 518 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-12T13:39:51.568 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:51.061021+0000 mon.smithi023 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:39:51.568 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:51.062647+0000 mon.smithi023 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:39:51.568 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:51.063389+0000 mon.smithi023 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:51.568 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:51.181656+0000 mon.smithi023 (mon.0) 522 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-12T13:39:51.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:51.061021+0000 mon.smithi023 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-12T13:39:51.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:51.062647+0000 mon.smithi023 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-12T13:39:51.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:51.063389+0000 mon.smithi023 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:51.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:51.181656+0000 mon.smithi023 (mon.0) 522 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-12T13:39:52.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:50.886509+0000 mgr.smithi023.mqmmus (mgr.14164) 197 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:39:52.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:51.060145+0000 mgr.smithi023.mqmmus (mgr.14164) 198 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:39:52.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:50.886509+0000 mgr.smithi023.mqmmus (mgr.14164) 197 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:39:52.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:51.060145+0000 mgr.smithi023.mqmmus (mgr.14164) 198 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:39:54.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:52.886918+0000 mgr.smithi023.mqmmus (mgr.14164) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:39:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:53.600582+0000 mon.smithi023 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:53.601589+0000 mon.smithi023 (mon.0) 524 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:53.602436+0000 mon.smithi023 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:53.603206+0000 mon.smithi023 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:53.607848+0000 mon.smithi023 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:53.616571+0000 mon.smithi023 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:53.620522+0000 mon.smithi023 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:53.621634+0000 mon.smithi023 (mon.0) 530 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:53.622357+0000 mon.smithi023 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:53.626374+0000 mon.smithi023 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:54.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:52.886918+0000 mgr.smithi023.mqmmus (mgr.14164) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:39:54.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:53.600582+0000 mon.smithi023 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:54.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:53.601589+0000 mon.smithi023 (mon.0) 524 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:54.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:53.602436+0000 mon.smithi023 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:54.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:53.603206+0000 mon.smithi023 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:39:54.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:53.607848+0000 mon.smithi023 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:54.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:53.616571+0000 mon.smithi023 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:54.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:53.620522+0000 mon.smithi023 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:39:54.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:53.621634+0000 mon.smithi023 (mon.0) 530 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:39:54.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:53.622357+0000 mon.smithi023 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:39:54.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:53.626374+0000 mon.smithi023 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:39:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:39:53.591342+0000 mgr.smithi023.mqmmus (mgr.14164) 200 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-12T13:39:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:39:53.603785+0000 mgr.smithi023.mqmmus (mgr.14164) 201 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 5323M 2024-02-12T13:39:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:54.395907+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='client.? 172.21.15.160:0/2574523246' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78ad6614-ca92-4dc0-b20f-bef1c2e7502f"}]: dispatch 2024-02-12T13:39:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:54.396657+0000 mon.smithi023 (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78ad6614-ca92-4dc0-b20f-bef1c2e7502f"}]: dispatch 2024-02-12T13:39:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:54.405526+0000 mon.smithi023 (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "78ad6614-ca92-4dc0-b20f-bef1c2e7502f"}]': finished 2024-02-12T13:39:55.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:54.405618+0000 mon.smithi023 (mon.0) 535 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-12T13:39:55.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:54.405764+0000 mon.smithi023 (mon.0) 536 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:39:55.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:39:54.810947+0000 mon.smithi160 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.160:0/2951087049' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:39:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:39:53.591342+0000 mgr.smithi023.mqmmus (mgr.14164) 200 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-12T13:39:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:39:53.603785+0000 mgr.smithi023.mqmmus (mgr.14164) 201 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 5323M 2024-02-12T13:39:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:54.395907+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='client.? 172.21.15.160:0/2574523246' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78ad6614-ca92-4dc0-b20f-bef1c2e7502f"}]: dispatch 2024-02-12T13:39:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:54.396657+0000 mon.smithi023 (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78ad6614-ca92-4dc0-b20f-bef1c2e7502f"}]: dispatch 2024-02-12T13:39:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:54.405526+0000 mon.smithi023 (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "78ad6614-ca92-4dc0-b20f-bef1c2e7502f"}]': finished 2024-02-12T13:39:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:54.405618+0000 mon.smithi023 (mon.0) 535 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-12T13:39:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:54.405764+0000 mon.smithi023 (mon.0) 536 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:39:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:39:54.810947+0000 mon.smithi160 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.160:0/2951087049' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-12T13:39:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:54.887346+0000 mgr.smithi023.mqmmus (mgr.14164) 202 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:39:56.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:54.887346+0000 mgr.smithi023.mqmmus (mgr.14164) 202 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:39:58.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:39:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:56.887803+0000 mgr.smithi023.mqmmus (mgr.14164) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:39:58.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:39:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:56.887803+0000 mgr.smithi023.mqmmus (mgr.14164) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:00.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:39:58.888175+0000 mgr.smithi023.mqmmus (mgr.14164) 204 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:00.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:00.000177+0000 mon.smithi023 (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-02-12T13:40:00.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:39:58.888175+0000 mgr.smithi023.mqmmus (mgr.14164) 204 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:00.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:00.000177+0000 mon.smithi023 (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-02-12T13:40:01.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:00.484925+0000 mon.smithi023 (mon.0) 538 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:40:01.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:00.485796+0000 mon.smithi023 (mon.0) 539 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:40:01.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:00.484925+0000 mon.smithi023 (mon.0) 538 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:40:01.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:00.485796+0000 mon.smithi023 (mon.0) 539 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:40:02.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:40:00.486518+0000 mgr.smithi023.mqmmus (mgr.14164) 205 : cephadm [INF] Deploying daemon osd.7 on smithi160 2024-02-12T13:40:02.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:00.888689+0000 mgr.smithi023.mqmmus (mgr.14164) 206 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:40:00.486518+0000 mgr.smithi023.mqmmus (mgr.14164) 205 : cephadm [INF] Deploying daemon osd.7 on smithi160 2024-02-12T13:40:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:00.888689+0000 mgr.smithi023.mqmmus (mgr.14164) 206 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:04.058 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 7 on host 'smithi160' 2024-02-12T13:40:04.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:02.889243+0000 mgr.smithi023.mqmmus (mgr.14164) 207 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:04.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:04.043537+0000 mon.smithi023 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:40:04.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:04.045657+0000 mon.smithi023 (mon.0) 541 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:40:04.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:04.048164+0000 mon.smithi023 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:04.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:04.050334+0000 mon.smithi023 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:40:04.375 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:04.053134+0000 mon.smithi023 (mon.0) 544 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:04.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:02.889243+0000 mgr.smithi023.mqmmus (mgr.14164) 207 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:04.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:04.043537+0000 mon.smithi023 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:40:04.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:04.045657+0000 mon.smithi023 (mon.0) 541 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:40:04.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:04.048164+0000 mon.smithi023 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:04.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:04.050334+0000 mon.smithi023 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:40:04.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:04.053134+0000 mon.smithi023 (mon.0) 544 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:04.731 DEBUG:teuthology.orchestra.run.smithi160:osd.7> sudo journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.7.service 2024-02-12T13:40:04.733 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-12T13:40:04.733 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T13:40:04.768 INFO:journalctl@ceph.osd.7.smithi160.stdout:-- Logs begin at Mon 2024-02-12 13:25:38 UTC. -- 2024-02-12T13:40:06.384 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:04.889581+0000 mgr.smithi023.mqmmus (mgr.14164) 208 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:06.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:04.889581+0000 mgr.smithi023.mqmmus (mgr.14164) 208 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:06.807 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:40:07.277 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:40:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.7[51328]: debug 2024-02-12T13:40:07.170+0000 7fb5da372080 -1 osd.7 0 log_to_monitors {default=true} 2024-02-12T13:40:07.494 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1707745189,"num_in_osds":8,"osd_in_since":1707745194,"num_remapped_pgs":0} 2024-02-12T13:40:07.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:06.608390+0000 mon.smithi023 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:07.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:06.804445+0000 mon.smithi023 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.23:0/103844365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T13:40:07.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:06.890072+0000 mgr.smithi023.mqmmus (mgr.14164) 209 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:07.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:07.174023+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/2651797290,v1:172.21.15.160:6825/2651797290]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:40:07.790 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:07.174528+0000 mon.smithi023 (mon.0) 547 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:40:07.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:06.608390+0000 mon.smithi023 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:06.804445+0000 mon.smithi023 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.23:0/103844365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T13:40:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:06.890072+0000 mgr.smithi023.mqmmus (mgr.14164) 209 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:07.174023+0000 mon.smithi160 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/2651797290,v1:172.21.15.160:6825/2651797290]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:40:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:07.174528+0000 mon.smithi023 (mon.0) 547 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:40:08.496 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-12T13:40:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:07.621448+0000 mon.smithi023 (mon.0) 548 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-12T13:40:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:07.621580+0000 mon.smithi023 (mon.0) 549 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-12T13:40:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:07.621751+0000 mon.smithi023 (mon.0) 550 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:40:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:07.621862+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/2651797290,v1:172.21.15.160:6825/2651797290]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:40:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:07.622359+0000 mon.smithi023 (mon.0) 551 : 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-12T13:40:08.899 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:40:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.7[51328]: debug 2024-02-12T13:40:08.629+0000 7fb5d08d5700 -1 osd.7 0 waiting for initial osdmap 2024-02-12T13:40:08.899 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:40:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.7[51328]: debug 2024-02-12T13:40:08.635+0000 7fb5c9049700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-12T13:40:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:07.621448+0000 mon.smithi023 (mon.0) 548 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-12T13:40:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:07.621580+0000 mon.smithi023 (mon.0) 549 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-12T13:40:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:07.621751+0000 mon.smithi023 (mon.0) 550 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:40:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:07.621862+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.160:6824/2651797290,v1:172.21.15.160:6825/2651797290]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:40:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:07.622359+0000 mon.smithi023 (mon.0) 551 : 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-12T13:40:09.790 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:08.621761+0000 mon.smithi023 (mon.0) 552 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T13:40:09.790 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:08.621855+0000 mon.smithi023 (mon.0) 553 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-12T13:40:09.790 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:08.622275+0000 mon.smithi023 (mon.0) 554 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:40:09.790 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:08.625593+0000 mon.smithi023 (mon.0) 555 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:40:09.791 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:08.890557+0000 mgr.smithi023.mqmmus (mgr.14164) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:09.791 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:09.177052+0000 mon.smithi023 (mon.0) 556 : cluster [INF] osd.7 [v2:172.21.15.160:6824/2651797290,v1:172.21.15.160:6825/2651797290] boot 2024-02-12T13:40:09.791 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:09.177154+0000 mon.smithi023 (mon.0) 557 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-12T13:40:09.791 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:09.177736+0000 mon.smithi023 (mon.0) 558 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:40:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:08.621761+0000 mon.smithi023 (mon.0) 552 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-02-12T13:40:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:08.621855+0000 mon.smithi023 (mon.0) 553 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-12T13:40:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:08.622275+0000 mon.smithi023 (mon.0) 554 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:40:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:08.625593+0000 mon.smithi023 (mon.0) 555 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:40:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:08.890557+0000 mgr.smithi023.mqmmus (mgr.14164) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-12T13:40:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:09.177052+0000 mon.smithi023 (mon.0) 556 : cluster [INF] osd.7 [v2:172.21.15.160:6824/2651797290,v1:172.21.15.160:6825/2651797290] boot 2024-02-12T13:40:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:09.177154+0000 mon.smithi023 (mon.0) 557 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-12T13:40:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:09.177736+0000 mon.smithi023 (mon.0) 558 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:40:10.775 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:40:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:08.202505+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:40:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:08.202599+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:40:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:40:10.004320+0000 mgr.smithi023.mqmmus (mgr.14164) 211 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-12T13:40:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.009673+0000 mon.smithi023 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.010628+0000 mon.smithi023 (mon.0) 560 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:40:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.011576+0000 mon.smithi023 (mon.0) 561 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:40:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.012328+0000 mon.smithi023 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:40:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.013273+0000 mon.smithi023 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:40:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:40:10.013885+0000 mgr.smithi023.mqmmus (mgr.14164) 212 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3992M 2024-02-12T13:40:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.019515+0000 mon.smithi023 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:11.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.023777+0000 mon.smithi023 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:11.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.028322+0000 mon.smithi023 (mon.0) 566 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:40:11.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.029375+0000 mon.smithi023 (mon.0) 567 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:40:11.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.030127+0000 mon.smithi023 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:40:11.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.034664+0000 mon.smithi023 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:11.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:10.180774+0000 mon.smithi023 (mon.0) 570 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-12T13:40:11.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:10.772625+0000 mon.smithi023 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.23:0/517669577' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T13:40:11.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:08.202505+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-12T13:40:11.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:08.202599+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-12T13:40:11.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:40:10.004320+0000 mgr.smithi023.mqmmus (mgr.14164) 211 : cephadm [INF] Detected new or changed devices on smithi160 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.009673+0000 mon.smithi023 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.010628+0000 mon.smithi023 (mon.0) 560 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.011576+0000 mon.smithi023 (mon.0) 561 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.012328+0000 mon.smithi023 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.013273+0000 mon.smithi023 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:40:10.013885+0000 mgr.smithi023.mqmmus (mgr.14164) 212 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3992M 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.019515+0000 mon.smithi023 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.023777+0000 mon.smithi023 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.028322+0000 mon.smithi023 (mon.0) 566 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.029375+0000 mon.smithi023 (mon.0) 567 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.030127+0000 mon.smithi023 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.034664+0000 mon.smithi023 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:10.180774+0000 mon.smithi023 (mon.0) 570 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-12T13:40:11.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:10.772625+0000 mon.smithi023 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.23:0/517669577' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-12T13:40:11.589 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1707745209,"num_in_osds":8,"osd_in_since":1707745194,"num_remapped_pgs":0} 2024-02-12T13:40:11.590 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-12T13:40:11.830 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:12.312 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:10.891020+0000 mgr.smithi023.mqmmus (mgr.14164) 213 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:12.312 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:11.185982+0000 mon.smithi023 (mon.0) 572 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-12T13:40:12.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:10.891020+0000 mgr.smithi023.mqmmus (mgr.14164) 213 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:12.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:11.185982+0000 mon.smithi023 (mon.0) 572 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-12T13:40:13.820 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:40:13.821 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":51,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","created":"2024-02-12T13:34:16.658165+0000","modified":"2024-02-12T13:40:11.176469+0000","last_up_change":"2024-02-12T13:40:09.173113+0000","last_in_change":"2024-02-12T13:39:54.397289+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-12T13:38:29.149775+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":"ba726be5-373b-47fd-a40f-e4f2655d0d9f","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.23:6802","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6803","nonce":2281909389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6805","nonce":2281909389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6809","nonce":2281909389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6807","nonce":2281909389}]},"public_addr":"172.21.15.23:6803/2281909389","cluster_addr":"172.21.15.23:6805/2281909389","heartbeat_back_addr":"172.21.15.23:6809/2281909389","heartbeat_front_addr":"172.21.15.23:6807/2281909389","state":["exists","up"]},{"osd":1,"uuid":"6338f49a-2ae4-422d-bf98-fc5f9e070f48","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.23:6810","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6811","nonce":2667449053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6813","nonce":2667449053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6817","nonce":2667449053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6815","nonce":2667449053}]},"public_addr":"172.21.15.23:6811/2667449053","cluster_addr":"172.21.15.23:6813/2667449053","heartbeat_back_addr":"172.21.15.23:6817/2667449053","heartbeat_front_addr":"172.21.15.23:6815/2667449053","state":["exists","up"]},{"osd":2,"uuid":"f245b473-7b67-471b-b750-46d167a0ed12","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.23:6818","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6819","nonce":2764742014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6821","nonce":2764742014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6825","nonce":2764742014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6823","nonce":2764742014}]},"public_addr":"172.21.15.23:6819/2764742014","cluster_addr":"172.21.15.23:6821/2764742014","heartbeat_back_addr":"172.21.15.23:6825/2764742014","heartbeat_front_addr":"172.21.15.23:6823/2764742014","state":["exists","up"]},{"osd":3,"uuid":"59421ea8-3b06-4a99-afa3-a5f5080198f6","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.23:6826","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6827","nonce":2213104588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6829","nonce":2213104588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6833","nonce":2213104588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6831","nonce":2213104588}]},"public_addr":"172.21.15.23:6827/2213104588","cluster_addr":"172.21.15.23:6829/2213104588","heartbeat_back_addr":"172.21.15.23:6833/2213104588","heartbeat_front_addr":"172.21.15.23:6831/2213104588","state":["exists","up"]},{"osd":4,"uuid":"cbc8f4bb-6020-4cc6-82ea-1b21ac4bba70","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":1334490787},{"type":"v1","addr":"172.21.15.160:6801","nonce":1334490787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1334490787},{"type":"v1","addr":"172.21.15.160:6803","nonce":1334490787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1334490787},{"type":"v1","addr":"172.21.15.160:6807","nonce":1334490787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1334490787},{"type":"v1","addr":"172.21.15.160:6805","nonce":1334490787}]},"public_addr":"172.21.15.160:6801/1334490787","cluster_addr":"172.21.15.160:6803/1334490787","heartbeat_back_addr":"172.21.15.160:6807/1334490787","heartbeat_front_addr":"172.21.15.160:6805/1334490787","state":["exists","up"]},{"osd":5,"uuid":"9c935cc2-9e78-48a0-baab-e46fcaf1eb96","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":929541095},{"type":"v1","addr":"172.21.15.160:6809","nonce":929541095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":929541095},{"type":"v1","addr":"172.21.15.160:6811","nonce":929541095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":929541095},{"type":"v1","addr":"172.21.15.160:6815","nonce":929541095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":929541095},{"type":"v1","addr":"172.21.15.160:6813","nonce":929541095}]},"public_addr":"172.21.15.160:6809/929541095","cluster_addr":"172.21.15.160:6811/929541095","heartbeat_back_addr":"172.21.15.160:6815/929541095","heartbeat_front_addr":"172.21.15.160:6813/929541095","state":["exists","up"]},{"osd":6,"uuid":"870a1e3a-520b-41b3-a1e8-47ea51122637","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":611654383},{"type":"v1","addr":"172.21.15.160:6817","nonce":611654383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":611654383},{"type":"v1","addr":"172.21.15.160:6819","nonce":611654383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":611654383},{"type":"v1","addr":"172.21.15.160:6823","nonce":611654383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":611654383},{"type":"v1","addr":"172.21.15.160:6821","nonce":611654383}]},"public_addr":"172.21.15.160:6817/611654383","cluster_addr":"172.21.15.160:6819/611654383","heartbeat_back_addr":"172.21.15.160:6823/611654383","heartbeat_front_addr":"172.21.15.160:6821/611654383","state":["exists","up"]},{"osd":7,"uuid":"78ad6614-ca92-4dc0-b20f-bef1c2e7502f","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":2651797290},{"type":"v1","addr":"172.21.15.160:6825","nonce":2651797290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":2651797290},{"type":"v1","addr":"172.21.15.160:6827","nonce":2651797290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":2651797290},{"type":"v1","addr":"172.21.15.160:6831","nonce":2651797290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":2651797290},{"type":"v1","addr":"172.21.15.160:6829","nonce":2651797290}]},"public_addr":"172.21.15.160:6825/2651797290","cluster_addr":"172.21.15.160:6827/2651797290","heartbeat_back_addr":"172.21.15.160:6831/2651797290","heartbeat_front_addr":"172.21.15.160:6829/2651797290","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-12T13:37:33.784250+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-12T13:38:03.498693+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-12T13:38:26.804760+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-12T13:38:50.198036+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-12T13:39:07.714747+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-12T13:39:27.316090+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-12T13:39:47.667677+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-12T13:40:08.202601+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:6801/2954456217":"2024-02-13T13:35:22.585813+0000","172.21.15.23:6800/2954456217":"2024-02-13T13:35:22.585813+0000","172.21.15.23:0/151567127":"2024-02-13T13:35:22.585813+0000","172.21.15.23:0/3873900026":"2024-02-13T13:35:07.640970+0000","172.21.15.23:6801/222122172":"2024-02-13T13:35:07.640970+0000","172.21.15.23:6800/222122172":"2024-02-13T13:35:07.640970+0000","172.21.15.23:0/2043872295":"2024-02-13T13:35:07.640970+0000","172.21.15.23:0/2397886314":"2024-02-13T13:34:47.756188+0000","172.21.15.23:6800/2794285464":"2024-02-13T13:34:47.756188+0000","172.21.15.23:0/858285029":"2024-02-13T13:35:22.585813+0000","172.21.15.23:6801/2794285464":"2024-02-13T13:34:47.756188+0000","172.21.15.23:0/541370492":"2024-02-13T13:34:47.756188+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-12T13:40:14.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:12.891380+0000 mgr.smithi023.mqmmus (mgr.14164) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:14.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:13.817424+0000 mon.smithi023 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.23:0/2812586571' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:40:14.555 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-12T13:38:29.149775+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-12T13:40:14.556 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-12T13:40:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:12.891380+0000 mgr.smithi023.mqmmus (mgr.14164) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:13.817424+0000 mon.smithi023 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.23:0/2812586571' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:40:14.797 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:16.262 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:14.891716+0000 mgr.smithi023.mqmmus (mgr.14164) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:16.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:14.891716+0000 mgr.smithi023.mqmmus (mgr.14164) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:16.673 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 1 2024-02-12T13:40:17.386 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:16.670991+0000 mon.smithi023 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.23:0/2226625092' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-12T13:40:17.409 INFO:tasks.cephadm:Setting up client nodes... 2024-02-12T13:40:17.410 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-12T13:40:17.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:16.670991+0000 mon.smithi023 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.23:0/2226625092' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-12T13:40:18.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:16.892034+0000 mgr.smithi023.mqmmus (mgr.14164) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:18.684 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:16.892034+0000 mgr.smithi023.mqmmus (mgr.14164) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:19.403 INFO:teuthology.orchestra.run.smithi023.stdout:[client.0] 2024-02-12T13:40:19.403 INFO:teuthology.orchestra.run.smithi023.stdout: key = AQDDH8plszCRFxAAl5vS7eqz3wP4T5VmnsE7sw== 2024-02-12T13:40:20.290 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-12T13:40:20.290 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-12T13:40:20.290 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-12T13:40:20.334 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-12T13:40:20.334 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-12T13:40:20.335 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-12T13:40:20.609 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:18.892378+0000 mgr.smithi023.mqmmus (mgr.14164) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:19.395242+0000 mon.smithi023 (mon.0) 575 : audit [INF] from='client.? 172.21.15.23:0/936028206' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-12T13:40:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:19.400632+0000 mon.smithi023 (mon.0) 576 : audit [INF] from='client.? 172.21.15.23:0/936028206' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-12T13:40:20.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:18.892378+0000 mgr.smithi023.mqmmus (mgr.14164) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:20.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:19.395242+0000 mon.smithi023 (mon.0) 575 : audit [INF] from='client.? 172.21.15.23:0/936028206' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-12T13:40:20.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:19.400632+0000 mon.smithi023 (mon.0) 576 : audit [INF] from='client.? 172.21.15.23:0/936028206' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-12T13:40:22.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:20.892834+0000 mgr.smithi023.mqmmus (mgr.14164) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:22.549 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:40:22.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:20.892834+0000 mgr.smithi023.mqmmus (mgr.14164) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:23.208 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi023.mqmmus","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6800","nonce":938060580},{"type":"v1","addr":"172.21.15.23:6801","nonce":938060580}]},"active_addr":"172.21.15.23:6801/938060580","active_change":"2024-02-12T13:35:22.586331+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14224,"name":"smithi160.somqhq","mgr_features":4540138297136906239,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.23:8443/","prometheus":"http://172.21.15.23: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.23:0","nonce":2434526289}]},{"addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":2253564054}]}]}} 2024-02-12T13:40:23.211 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-12T13:40:23.211 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-12T13:40:23.211 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-12T13:40:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:22.541505+0000 mon.smithi023 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.23:0/3451725629' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-12T13:40:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:22.800088+0000 mon.smithi023 (mon.0) 578 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:40:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:22.800289+0000 mon.smithi023 (mon.0) 579 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:40:23.447 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:22.541505+0000 mon.smithi023 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.23:0/3451725629' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-12T13:40:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:22.800088+0000 mon.smithi023 (mon.0) 578 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:40:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:22.800289+0000 mon.smithi023 (mon.0) 579 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:40:24.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:22.893167+0000 mgr.smithi023.mqmmus (mgr.14164) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:24.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:22.893167+0000 mgr.smithi023.mqmmus (mgr.14164) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:25.360 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:40:25.361 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":51,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","created":"2024-02-12T13:34:16.658165+0000","modified":"2024-02-12T13:40:11.176469+0000","last_up_change":"2024-02-12T13:40:09.173113+0000","last_in_change":"2024-02-12T13:39:54.397289+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-12T13:38:29.149775+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":"ba726be5-373b-47fd-a40f-e4f2655d0d9f","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.23:6802","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6803","nonce":2281909389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6805","nonce":2281909389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6809","nonce":2281909389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6807","nonce":2281909389}]},"public_addr":"172.21.15.23:6803/2281909389","cluster_addr":"172.21.15.23:6805/2281909389","heartbeat_back_addr":"172.21.15.23:6809/2281909389","heartbeat_front_addr":"172.21.15.23:6807/2281909389","state":["exists","up"]},{"osd":1,"uuid":"6338f49a-2ae4-422d-bf98-fc5f9e070f48","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.23:6810","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6811","nonce":2667449053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6813","nonce":2667449053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6817","nonce":2667449053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6815","nonce":2667449053}]},"public_addr":"172.21.15.23:6811/2667449053","cluster_addr":"172.21.15.23:6813/2667449053","heartbeat_back_addr":"172.21.15.23:6817/2667449053","heartbeat_front_addr":"172.21.15.23:6815/2667449053","state":["exists","up"]},{"osd":2,"uuid":"f245b473-7b67-471b-b750-46d167a0ed12","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.23:6818","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6819","nonce":2764742014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6821","nonce":2764742014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6825","nonce":2764742014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6823","nonce":2764742014}]},"public_addr":"172.21.15.23:6819/2764742014","cluster_addr":"172.21.15.23:6821/2764742014","heartbeat_back_addr":"172.21.15.23:6825/2764742014","heartbeat_front_addr":"172.21.15.23:6823/2764742014","state":["exists","up"]},{"osd":3,"uuid":"59421ea8-3b06-4a99-afa3-a5f5080198f6","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.23:6826","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6827","nonce":2213104588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6829","nonce":2213104588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6833","nonce":2213104588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6831","nonce":2213104588}]},"public_addr":"172.21.15.23:6827/2213104588","cluster_addr":"172.21.15.23:6829/2213104588","heartbeat_back_addr":"172.21.15.23:6833/2213104588","heartbeat_front_addr":"172.21.15.23:6831/2213104588","state":["exists","up"]},{"osd":4,"uuid":"cbc8f4bb-6020-4cc6-82ea-1b21ac4bba70","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":1334490787},{"type":"v1","addr":"172.21.15.160:6801","nonce":1334490787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1334490787},{"type":"v1","addr":"172.21.15.160:6803","nonce":1334490787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1334490787},{"type":"v1","addr":"172.21.15.160:6807","nonce":1334490787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1334490787},{"type":"v1","addr":"172.21.15.160:6805","nonce":1334490787}]},"public_addr":"172.21.15.160:6801/1334490787","cluster_addr":"172.21.15.160:6803/1334490787","heartbeat_back_addr":"172.21.15.160:6807/1334490787","heartbeat_front_addr":"172.21.15.160:6805/1334490787","state":["exists","up"]},{"osd":5,"uuid":"9c935cc2-9e78-48a0-baab-e46fcaf1eb96","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":929541095},{"type":"v1","addr":"172.21.15.160:6809","nonce":929541095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":929541095},{"type":"v1","addr":"172.21.15.160:6811","nonce":929541095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":929541095},{"type":"v1","addr":"172.21.15.160:6815","nonce":929541095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":929541095},{"type":"v1","addr":"172.21.15.160:6813","nonce":929541095}]},"public_addr":"172.21.15.160:6809/929541095","cluster_addr":"172.21.15.160:6811/929541095","heartbeat_back_addr":"172.21.15.160:6815/929541095","heartbeat_front_addr":"172.21.15.160:6813/929541095","state":["exists","up"]},{"osd":6,"uuid":"870a1e3a-520b-41b3-a1e8-47ea51122637","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":611654383},{"type":"v1","addr":"172.21.15.160:6817","nonce":611654383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":611654383},{"type":"v1","addr":"172.21.15.160:6819","nonce":611654383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":611654383},{"type":"v1","addr":"172.21.15.160:6823","nonce":611654383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":611654383},{"type":"v1","addr":"172.21.15.160:6821","nonce":611654383}]},"public_addr":"172.21.15.160:6817/611654383","cluster_addr":"172.21.15.160:6819/611654383","heartbeat_back_addr":"172.21.15.160:6823/611654383","heartbeat_front_addr":"172.21.15.160:6821/611654383","state":["exists","up"]},{"osd":7,"uuid":"78ad6614-ca92-4dc0-b20f-bef1c2e7502f","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":2651797290},{"type":"v1","addr":"172.21.15.160:6825","nonce":2651797290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":2651797290},{"type":"v1","addr":"172.21.15.160:6827","nonce":2651797290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":2651797290},{"type":"v1","addr":"172.21.15.160:6831","nonce":2651797290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":2651797290},{"type":"v1","addr":"172.21.15.160:6829","nonce":2651797290}]},"public_addr":"172.21.15.160:6825/2651797290","cluster_addr":"172.21.15.160:6827/2651797290","heartbeat_back_addr":"172.21.15.160:6831/2651797290","heartbeat_front_addr":"172.21.15.160:6829/2651797290","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-12T13:37:33.784250+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-12T13:38:03.498693+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-12T13:38:26.804760+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-12T13:38:50.198036+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-12T13:39:07.714747+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-12T13:39:27.316090+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-12T13:39:47.667677+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-12T13:40:08.202601+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:6801/2954456217":"2024-02-13T13:35:22.585813+0000","172.21.15.23:6800/2954456217":"2024-02-13T13:35:22.585813+0000","172.21.15.23:0/151567127":"2024-02-13T13:35:22.585813+0000","172.21.15.23:0/3873900026":"2024-02-13T13:35:07.640970+0000","172.21.15.23:6801/222122172":"2024-02-13T13:35:07.640970+0000","172.21.15.23:6800/222122172":"2024-02-13T13:35:07.640970+0000","172.21.15.23:0/2043872295":"2024-02-13T13:35:07.640970+0000","172.21.15.23:0/2397886314":"2024-02-13T13:34:47.756188+0000","172.21.15.23:6800/2794285464":"2024-02-13T13:34:47.756188+0000","172.21.15.23:0/858285029":"2024-02-13T13:35:22.585813+0000","172.21.15.23:6801/2794285464":"2024-02-13T13:34:47.756188+0000","172.21.15.23:0/541370492":"2024-02-13T13:34:47.756188+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-12T13:40:26.142 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-12T13:40:26.142 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-12T13:40:26.381 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:26.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:26 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:24.893508+0000 mgr.smithi023.mqmmus (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:26.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:26 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:25.357252+0000 mon.smithi023 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.23:0/437918167' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:40:26.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:26 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:24.893508+0000 mgr.smithi023.mqmmus (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:26 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:25.357252+0000 mon.smithi023 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.23:0/437918167' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:40:28.522 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:40:28.522 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":51,"fsid":"4e82d1fc-c9ab-11ee-95b9-87774f69a715","created":"2024-02-12T13:34:16.658165+0000","modified":"2024-02-12T13:40:11.176469+0000","last_up_change":"2024-02-12T13:40:09.173113+0000","last_in_change":"2024-02-12T13:39:54.397289+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-12T13:38:29.149775+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":"ba726be5-373b-47fd-a40f-e4f2655d0d9f","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.23:6802","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6803","nonce":2281909389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6805","nonce":2281909389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6809","nonce":2281909389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":2281909389},{"type":"v1","addr":"172.21.15.23:6807","nonce":2281909389}]},"public_addr":"172.21.15.23:6803/2281909389","cluster_addr":"172.21.15.23:6805/2281909389","heartbeat_back_addr":"172.21.15.23:6809/2281909389","heartbeat_front_addr":"172.21.15.23:6807/2281909389","state":["exists","up"]},{"osd":1,"uuid":"6338f49a-2ae4-422d-bf98-fc5f9e070f48","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.23:6810","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6811","nonce":2667449053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6813","nonce":2667449053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6817","nonce":2667449053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":2667449053},{"type":"v1","addr":"172.21.15.23:6815","nonce":2667449053}]},"public_addr":"172.21.15.23:6811/2667449053","cluster_addr":"172.21.15.23:6813/2667449053","heartbeat_back_addr":"172.21.15.23:6817/2667449053","heartbeat_front_addr":"172.21.15.23:6815/2667449053","state":["exists","up"]},{"osd":2,"uuid":"f245b473-7b67-471b-b750-46d167a0ed12","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.23:6818","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6819","nonce":2764742014}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6821","nonce":2764742014}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6825","nonce":2764742014}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":2764742014},{"type":"v1","addr":"172.21.15.23:6823","nonce":2764742014}]},"public_addr":"172.21.15.23:6819/2764742014","cluster_addr":"172.21.15.23:6821/2764742014","heartbeat_back_addr":"172.21.15.23:6825/2764742014","heartbeat_front_addr":"172.21.15.23:6823/2764742014","state":["exists","up"]},{"osd":3,"uuid":"59421ea8-3b06-4a99-afa3-a5f5080198f6","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.23:6826","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6827","nonce":2213104588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6829","nonce":2213104588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6833","nonce":2213104588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":2213104588},{"type":"v1","addr":"172.21.15.23:6831","nonce":2213104588}]},"public_addr":"172.21.15.23:6827/2213104588","cluster_addr":"172.21.15.23:6829/2213104588","heartbeat_back_addr":"172.21.15.23:6833/2213104588","heartbeat_front_addr":"172.21.15.23:6831/2213104588","state":["exists","up"]},{"osd":4,"uuid":"cbc8f4bb-6020-4cc6-82ea-1b21ac4bba70","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":1334490787},{"type":"v1","addr":"172.21.15.160:6801","nonce":1334490787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1334490787},{"type":"v1","addr":"172.21.15.160:6803","nonce":1334490787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1334490787},{"type":"v1","addr":"172.21.15.160:6807","nonce":1334490787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1334490787},{"type":"v1","addr":"172.21.15.160:6805","nonce":1334490787}]},"public_addr":"172.21.15.160:6801/1334490787","cluster_addr":"172.21.15.160:6803/1334490787","heartbeat_back_addr":"172.21.15.160:6807/1334490787","heartbeat_front_addr":"172.21.15.160:6805/1334490787","state":["exists","up"]},{"osd":5,"uuid":"9c935cc2-9e78-48a0-baab-e46fcaf1eb96","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":929541095},{"type":"v1","addr":"172.21.15.160:6809","nonce":929541095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":929541095},{"type":"v1","addr":"172.21.15.160:6811","nonce":929541095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":929541095},{"type":"v1","addr":"172.21.15.160:6815","nonce":929541095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":929541095},{"type":"v1","addr":"172.21.15.160:6813","nonce":929541095}]},"public_addr":"172.21.15.160:6809/929541095","cluster_addr":"172.21.15.160:6811/929541095","heartbeat_back_addr":"172.21.15.160:6815/929541095","heartbeat_front_addr":"172.21.15.160:6813/929541095","state":["exists","up"]},{"osd":6,"uuid":"870a1e3a-520b-41b3-a1e8-47ea51122637","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":611654383},{"type":"v1","addr":"172.21.15.160:6817","nonce":611654383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":611654383},{"type":"v1","addr":"172.21.15.160:6819","nonce":611654383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":611654383},{"type":"v1","addr":"172.21.15.160:6823","nonce":611654383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":611654383},{"type":"v1","addr":"172.21.15.160:6821","nonce":611654383}]},"public_addr":"172.21.15.160:6817/611654383","cluster_addr":"172.21.15.160:6819/611654383","heartbeat_back_addr":"172.21.15.160:6823/611654383","heartbeat_front_addr":"172.21.15.160:6821/611654383","state":["exists","up"]},{"osd":7,"uuid":"78ad6614-ca92-4dc0-b20f-bef1c2e7502f","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":2651797290},{"type":"v1","addr":"172.21.15.160:6825","nonce":2651797290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":2651797290},{"type":"v1","addr":"172.21.15.160:6827","nonce":2651797290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":2651797290},{"type":"v1","addr":"172.21.15.160:6831","nonce":2651797290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":2651797290},{"type":"v1","addr":"172.21.15.160:6829","nonce":2651797290}]},"public_addr":"172.21.15.160:6825/2651797290","cluster_addr":"172.21.15.160:6827/2651797290","heartbeat_back_addr":"172.21.15.160:6831/2651797290","heartbeat_front_addr":"172.21.15.160:6829/2651797290","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-12T13:37:33.784250+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-12T13:38:03.498693+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-12T13:38:26.804760+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-12T13:38:50.198036+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-12T13:39:07.714747+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-12T13:39:27.316090+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-12T13:39:47.667677+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-12T13:40:08.202601+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:6801/2954456217":"2024-02-13T13:35:22.585813+0000","172.21.15.23:6800/2954456217":"2024-02-13T13:35:22.585813+0000","172.21.15.23:0/151567127":"2024-02-13T13:35:22.585813+0000","172.21.15.23:0/3873900026":"2024-02-13T13:35:07.640970+0000","172.21.15.23:6801/222122172":"2024-02-13T13:35:07.640970+0000","172.21.15.23:6800/222122172":"2024-02-13T13:35:07.640970+0000","172.21.15.23:0/2043872295":"2024-02-13T13:35:07.640970+0000","172.21.15.23:0/2397886314":"2024-02-13T13:34:47.756188+0000","172.21.15.23:6800/2794285464":"2024-02-13T13:34:47.756188+0000","172.21.15.23:0/858285029":"2024-02-13T13:35:22.585813+0000","172.21.15.23:6801/2794285464":"2024-02-13T13:34:47.756188+0000","172.21.15.23:0/541370492":"2024-02-13T13:34:47.756188+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-12T13:40:28.546 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:26.893937+0000 mgr.smithi023.mqmmus (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:26.893937+0000 mgr.smithi023.mqmmus (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:29.363 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-12T13:40:29.363 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-12T13:40:29.364 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-12T13:40:29.364 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-12T13:40:29.365 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-12T13:40:29.365 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-12T13:40:29.366 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-12T13:40:29.366 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-12T13:40:29.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:28.518773+0000 mon.smithi023 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.23:0/2989759252' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:40:29.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:28.518773+0000 mon.smithi023 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.23:0/2989759252' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-12T13:40:29.844 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:29.848 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:29.848 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:29.851 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:29.855 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:29.857 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:29.857 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:29.859 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:30.362 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:28.894233+0000 mgr.smithi023.mqmmus (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:30.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:28.894233+0000 mgr.smithi023.mqmmus (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:32.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:30.894535+0000 mgr.smithi023.mqmmus (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:32.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:30.894535+0000 mgr.smithi023.mqmmus (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:34.620 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:32.894885+0000 mgr.smithi023.mqmmus (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:34.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:32.894885+0000 mgr.smithi023.mqmmus (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:34.895320+0000 mgr.smithi023.mqmmus (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:36.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:34.895320+0000 mgr.smithi023.mqmmus (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:36.895864+0000 mgr.smithi023.mqmmus (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:38.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:36.895864+0000 mgr.smithi023.mqmmus (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:40.316 INFO:teuthology.orchestra.run.smithi023.stdout:111669149721 2024-02-12T13:40:40.316 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-12T13:40:40.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:38.896307+0000 mgr.smithi023.mqmmus (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:40.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:38.896307+0000 mgr.smithi023.mqmmus (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:41.351 INFO:teuthology.orchestra.run.smithi023.stdout:60129542177 2024-02-12T13:40:41.352 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-12T13:40:42.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:40.896774+0000 mgr.smithi023.mqmmus (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:42.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:40.896774+0000 mgr.smithi023.mqmmus (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:43.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:42.897222+0000 mgr.smithi023.mqmmus (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:43.614 INFO:teuthology.orchestra.run.smithi023.stdout:210453397513 2024-02-12T13:40:43.615 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-12T13:40:43.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:42.897222+0000 mgr.smithi023.mqmmus (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:44.078 INFO:teuthology.orchestra.run.smithi023.stdout:81604378653 2024-02-12T13:40:44.078 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-12T13:40:45.645 INFO:teuthology.orchestra.run.smithi023.stdout:184683593742 2024-02-12T13:40:45.646 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-12T13:40:46.028 INFO:teuthology.orchestra.run.smithi023.stdout:38654705704 2024-02-12T13:40:46.028 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-12T13:40:46.339 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:46.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:44.897520+0000 mgr.smithi023.mqmmus (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:46.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:44.897520+0000 mgr.smithi023.mqmmus (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:46.869 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:46.869 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:46.870 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:46.900 INFO:teuthology.orchestra.run.smithi023.stdout:158913789968 2024-02-12T13:40:46.900 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-12T13:40:47.220 INFO:teuthology.orchestra.run.smithi023.stdout:133143986197 2024-02-12T13:40:47.220 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-12T13:40:47.247 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:47.247 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:47.254 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:48.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:46.897814+0000 mgr.smithi023.mqmmus (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:48.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:46.897814+0000 mgr.smithi023.mqmmus (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:50.368 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:48.898263+0000 mgr.smithi023.mqmmus (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:50.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:48.898263+0000 mgr.smithi023.mqmmus (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:52.358 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:50.898641+0000 mgr.smithi023.mqmmus (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:52.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:50.898641+0000 mgr.smithi023.mqmmus (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:53.494 INFO:teuthology.orchestra.run.smithi023.stdout:158913789970 2024-02-12T13:40:54.405 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:52.898956+0000 mgr.smithi023.mqmmus (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:54.406 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:53.446887+0000 mon.smithi023 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.23:0/3839155503' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-12T13:40:54.406 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:53.863465+0000 mon.smithi023 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.23:0/221420263' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-12T13:40:54.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:52.898956+0000 mgr.smithi023.mqmmus (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:53.446887+0000 mon.smithi023 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.23:0/3839155503' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-12T13:40:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:53.863465+0000 mon.smithi023 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.23:0/221420263' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-12T13:40:55.008 INFO:teuthology.orchestra.run.smithi023.stdout:111669149723 2024-02-12T13:40:55.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:55.006084+0000 mon.smithi023 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.23:0/3741645040' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-12T13:40:55.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:55.204057+0000 mon.smithi023 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.23:0/1084737287' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-12T13:40:55.440 INFO:teuthology.orchestra.run.smithi023.stdout:81604378656 2024-02-12T13:40:55.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:55.006084+0000 mon.smithi023 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.23:0/3741645040' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-12T13:40:55.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:55.204057+0000 mon.smithi023 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.23:0/1084737287' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-12T13:40:56.345 INFO:teuthology.orchestra.run.smithi023.stdout:184683593743 2024-02-12T13:40:56.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:54.899261+0000 mgr.smithi023.mqmmus (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:56.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:40:56.098473+0000 mon.smithi023 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.23:0/1578479374' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-12T13:40:56.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:54.899261+0000 mgr.smithi023.mqmmus (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:40:56.098473+0000 mon.smithi023 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.23:0/1578479374' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-12T13:40:57.002 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149723 for osd.3 2024-02-12T13:40:57.002 DEBUG:teuthology.parallel:result is None 2024-02-12T13:40:57.748 INFO:teuthology.orchestra.run.smithi023.stdout:210453397516 2024-02-12T13:40:58.638 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:40:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:56.899695+0000 mgr.smithi023.mqmmus (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:58.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:40:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:56.899695+0000 mgr.smithi023.mqmmus (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:40:58.662 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378653 got 81604378656 for osd.2 2024-02-12T13:40:58.662 DEBUG:teuthology.parallel:result is None 2024-02-12T13:40:58.968 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:40:58.992 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789968 got 158913789970 for osd.5 2024-02-12T13:40:58.992 DEBUG:teuthology.parallel:result is None 2024-02-12T13:40:59.557 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593742 got 184683593743 for osd.6 2024-02-12T13:40:59.558 DEBUG:teuthology.parallel:result is None 2024-02-12T13:40:59.994 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397513 got 210453397516 for osd.7 2024-02-12T13:40:59.994 DEBUG:teuthology.parallel:result is None 2024-02-12T13:41:00.411 INFO:teuthology.orchestra.run.smithi023.stdout:38654705707 2024-02-12T13:41:00.626 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:40:58.900125+0000 mgr.smithi023.mqmmus (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:00.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:40:58.900125+0000 mgr.smithi023.mqmmus (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:01.629 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:00.408295+0000 mon.smithi023 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.23:0/1591869627' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-12T13:41:01.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:00.408295+0000 mon.smithi023 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.23:0/1591869627' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-12T13:41:02.148 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705704 got 38654705707 for osd.0 2024-02-12T13:41:02.149 DEBUG:teuthology.parallel:result is None 2024-02-12T13:41:02.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:00.900543+0000 mgr.smithi023.mqmmus (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:02.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:00.900543+0000 mgr.smithi023.mqmmus (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:03.283 INFO:teuthology.orchestra.run.smithi023.stdout:133143986201 2024-02-12T13:41:03.521 INFO:teuthology.orchestra.run.smithi023.stdout:60129542182 2024-02-12T13:41:04.088 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542177 got 60129542182 for osd.1 2024-02-12T13:41:04.088 DEBUG:teuthology.parallel:result is None 2024-02-12T13:41:04.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:02.900849+0000 mgr.smithi023.mqmmus (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:04.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:03.280125+0000 mon.smithi023 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.23:0/1826239912' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-12T13:41:04.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:03.518369+0000 mon.smithi023 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.23:0/1668784000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-12T13:41:04.549 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986197 got 133143986201 for osd.4 2024-02-12T13:41:04.550 DEBUG:teuthology.parallel:result is None 2024-02-12T13:41:04.550 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-12T13:41:04.550 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-12T13:41:04.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:02.900849+0000 mgr.smithi023.mqmmus (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:04.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:03.280125+0000 mon.smithi023 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.23:0/1826239912' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-12T13:41:04.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:03.518369+0000 mon.smithi023 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.23:0/1668784000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-12T13:41:04.786 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:41:06.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:04.901353+0000 mgr.smithi023.mqmmus (mgr.14164) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:06.662 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:41:06.663 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2024-02-12T13:41:06.682 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:04.901353+0000 mgr.smithi023.mqmmus (mgr.14164) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:07.339 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":212,"stamp":"2024-02-12T13:41:04.901087+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":43296,"kb_used_data":3872,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917920,"statfs":{"total":767960285184,"available":767915950080,"internally_reserved":0,"allocated":3964928,"data_stored":1586920,"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-12T13:40:12.129988+0000","last_change":"2024-02-12T13:40:12.129988+0000","last_active":"2024-02-12T13:40:12.129988+0000","last_peered":"2024-02-12T13:40:12.129988+0000","last_clean":"2024-02-12T13:40:12.129988+0000","last_became_active":"2024-02-12T13:40:12.129599+0000","last_became_peered":"2024-02-12T13:40:12.129599+0000","last_unstale":"2024-02-12T13:40:12.129988+0000","last_undegraded":"2024-02-12T13:40:12.129988+0000","last_fullsized":"2024-02-12T13:40:12.129988+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-12T13:38:29.694181+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-12T13:38:29.694181+0000","last_clean_scrub_stamp":"2024-02-12T13:38:29.694181+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42299999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.37}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44500000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45800000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58599999999999997}]}]},{"osd":6,"up_from":43,"seq":184683593746,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5292,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739860,"statfs":{"total":95995035648,"available":95989616640,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.94699999999999995},"last":0.51800000000000002}]},{"osd":1,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.434},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.1000000000000001,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.5}]},{"osd":2,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.54300000000000004}]},{"osd":3,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.55500000000000005}]},{"osd":4,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.376}]},{"osd":5,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.53000000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58399999999999996}]}]},{"osd":1,"up_from":14,"seq":60129542182,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Feb 12 13:40:11 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.376,"15min":0.376},"min":{"1min":0.26500000000000001,"5min":0.222,"15min":0.222},"max":{"1min":0.56200000000000006,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.379,"15min":0.375},"min":{"1min":0.28699999999999998,"5min":0.251,"15min":0.251},"max":{"1min":0.63,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.432}]},{"osd":2,"last update":"Mon Feb 12 13:40:37 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.39400000000000002,"15min":0.39300000000000002},"min":{"1min":0.28599999999999998,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.61099999999999999,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.38700000000000001,"15min":0.38400000000000001},"min":{"1min":0.26200000000000001,"5min":0.247,"15min":0.247},"max":{"1min":0.625,"5min":0.627,"15min":0.627},"last":0.40999999999999998}]},{"osd":3,"last update":"Mon Feb 12 13:40:57 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.39700000000000002,"15min":0.38700000000000001},"min":{"1min":0.28100000000000003,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":1.085,"5min":1.085,"15min":1.085},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.495,"5min":0.42699999999999999,"15min":0.41499999999999998},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.51400000000000001}]},{"osd":4,"last update":"Mon Feb 12 13:40:11 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.61899999999999999}]},{"osd":5,"last update":"Mon Feb 12 13:40:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.64400000000000002}]},{"osd":6,"last update":"Mon Feb 12 13:40:50 2024","interfaces":[{"interface":"back","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.048,"5min":1.048,"15min":1.048},"last":0.72199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68799999999999994}]}]},{"osd":0,"up_from":9,"seq":38654705708,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Mon Feb 12 13:40:14 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.32400000000000001,"15min":0.31},"min":{"1min":0.26300000000000001,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.436,"5min":0.33100000000000002,"15min":0.313},"min":{"1min":0.26200000000000001,"5min":0.221,"15min":0.221},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.57099999999999995}]},{"osd":2,"last update":"Mon Feb 12 13:40:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.376,"15min":0.36799999999999999},"min":{"1min":0.27700000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.373,"15min":0.36699999999999999},"min":{"1min":0.27700000000000002,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.59099999999999997}]},{"osd":3,"last update":"Mon Feb 12 13:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.42099999999999999,"15min":0.41499999999999998},"min":{"1min":0.29999999999999999,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.626,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.46000000000000002,"15min":0.45500000000000002},"min":{"1min":0.32900000000000001,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.65300000000000002,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.61899999999999999}]},{"osd":4,"last update":"Mon Feb 12 13:40:14 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.81200000000000006}]},{"osd":5,"last update":"Mon Feb 12 13:40:33 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.96099999999999997}]},{"osd":6,"last update":"Mon Feb 12 13:40:49 2024","interfaces":[{"interface":"back","average":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.748},{"interface":"front","average":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.88400000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.93799999999999994}]}]},{"osd":2,"up_from":19,"seq":81604378659,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5480,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739672,"statfs":{"total":95995035648,"available":95989424128,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.379,"15min":0.373},"min":{"1min":0.28499999999999998,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.39800000000000002,"15min":0.38800000000000001},"min":{"1min":0.316,"5min":0.252,"15min":0.252},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.38}]},{"osd":1,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.38200000000000001,"15min":0.378},"min":{"1min":0.27500000000000002,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.373},{"interface":"front","average":{"1min":0.496,"5min":0.41299999999999998,"15min":0.39900000000000002},"min":{"1min":0.33000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.30499999999999999}]},{"osd":3,"last update":"Mon Feb 12 13:40:53 2024","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.44600000000000001,"15min":0.44400000000000001},"min":{"1min":0.32900000000000001,"5min":0.316,"15min":0.316},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.46400000000000002,"15min":0.46500000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.32200000000000001}]},{"osd":4,"last update":"Mon Feb 12 13:40:09 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.435}]},{"osd":5,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.59199999999999997}]},{"osd":6,"last update":"Mon Feb 12 13:40:50 2024","interfaces":[{"interface":"back","average":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.6759999999999999,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.591,"5min":1.591,"15min":1.591},"last":0.56000000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60699999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149726,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5420,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739732,"statfs":{"total":95995035648,"available":95989485568,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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":"Mon Feb 12 13:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.40100000000000002,"15min":0.40899999999999997},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.52900000000000003,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.372,"5min":0.41099999999999998,"15min":0.41699999999999998},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.52400000000000002,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.41899999999999998}]},{"osd":1,"last update":"Mon Feb 12 13:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.41999999999999998,"15min":0.42599999999999999},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.54700000000000004,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.45000000000000001,"15min":0.46000000000000002},"min":{"1min":0.27200000000000002,"5min":0.255,"15min":0.255},"max":{"1min":0.57799999999999996,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.5}]},{"osd":2,"last update":"Mon Feb 12 13:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.46300000000000002,"15min":0.46999999999999997},"min":{"1min":0.307,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.61499999999999999,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.436,"15min":0.441},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.43099999999999999}]},{"osd":4,"last update":"Mon Feb 12 13:40:11 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.56999999999999995}]},{"osd":5,"last update":"Mon Feb 12 13:40:30 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.77400000000000002}]},{"osd":6,"last update":"Mon Feb 12 13:40:50 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.65100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74399999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986202,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5420,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739732,"statfs":{"total":95995035648,"available":95989485568,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Feb 12 13:40:12 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.56299999999999994}]},{"osd":1,"last update":"Mon Feb 12 13:40:12 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.47299999999999998}]},{"osd":2,"last update":"Mon Feb 12 13:40:12 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.63100000000000001}]},{"osd":3,"last update":"Mon Feb 12 13:40:12 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.50600000000000001}]},{"osd":5,"last update":"Mon Feb 12 13:40:33 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.46100000000000002}]},{"osd":6,"last update":"Mon Feb 12 13:40:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.37},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.42299999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51800000000000002}]}]},{"osd":5,"up_from":37,"seq":158913789973,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.45800000000000002}]},{"osd":1,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.434},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.501}]},{"osd":2,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.47799999999999998}]},{"osd":3,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.54900000000000004}]},{"osd":4,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.48699999999999999}]},{"osd":6,"last update":"Mon Feb 12 13:40:52 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.51200000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]}]}],"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-12T13:41:07.341 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-12T13:41:07.577 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:41:08.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:06.656595+0000 mgr.smithi023.mqmmus (mgr.14164) 241 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:41:08.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:06.901876+0000 mgr.smithi023.mqmmus (mgr.14164) 242 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:08.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:06.656595+0000 mgr.smithi023.mqmmus (mgr.14164) 241 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:41:08.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:06.901876+0000 mgr.smithi023.mqmmus (mgr.14164) 242 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:09.595 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:41:09.596 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2024-02-12T13:41:10.219 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":214,"stamp":"2024-02-12T13:41:08.902066+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":43296,"kb_used_data":3872,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917920,"statfs":{"total":767960285184,"available":767915950080,"internally_reserved":0,"allocated":3964928,"data_stored":1586920,"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-12T13:40:12.129988+0000","last_change":"2024-02-12T13:40:12.129988+0000","last_active":"2024-02-12T13:40:12.129988+0000","last_peered":"2024-02-12T13:40:12.129988+0000","last_clean":"2024-02-12T13:40:12.129988+0000","last_became_active":"2024-02-12T13:40:12.129599+0000","last_became_peered":"2024-02-12T13:40:12.129599+0000","last_unstale":"2024-02-12T13:40:12.129988+0000","last_undegraded":"2024-02-12T13:40:12.129988+0000","last_fullsized":"2024-02-12T13:40:12.129988+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-12T13:38:29.694181+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-12T13:38:29.694181+0000","last_clean_scrub_stamp":"2024-02-12T13:38:29.694181+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42299999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.37}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44500000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45800000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58599999999999997}]}]},{"osd":6,"up_from":43,"seq":184683593746,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5292,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739860,"statfs":{"total":95995035648,"available":95989616640,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.94699999999999995},"last":0.51800000000000002}]},{"osd":1,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.434},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.1000000000000001,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.5}]},{"osd":2,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.54300000000000004}]},{"osd":3,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.55500000000000005}]},{"osd":4,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.376}]},{"osd":5,"last update":"Mon Feb 12 13:40:51 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.53000000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58399999999999996}]}]},{"osd":1,"up_from":14,"seq":60129542183,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Feb 12 13:40:11 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.376,"15min":0.376},"min":{"1min":0.26500000000000001,"5min":0.222,"15min":0.222},"max":{"1min":0.56200000000000006,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.378},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.379,"15min":0.375},"min":{"1min":0.28699999999999998,"5min":0.251,"15min":0.251},"max":{"1min":0.63,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.26600000000000001}]},{"osd":2,"last update":"Mon Feb 12 13:40:37 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.39400000000000002,"15min":0.39300000000000002},"min":{"1min":0.28599999999999998,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.61099999999999999,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.38700000000000001,"15min":0.38400000000000001},"min":{"1min":0.26200000000000001,"5min":0.247,"15min":0.247},"max":{"1min":0.625,"5min":0.627,"15min":0.627},"last":0.308}]},{"osd":3,"last update":"Mon Feb 12 13:40:57 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.39700000000000002,"15min":0.38700000000000001},"min":{"1min":0.28100000000000003,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":1.085,"5min":1.085,"15min":1.085},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.495,"5min":0.42699999999999999,"15min":0.41499999999999998},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.43099999999999999}]},{"osd":4,"last update":"Mon Feb 12 13:40:11 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.54200000000000004}]},{"osd":5,"last update":"Mon Feb 12 13:40:31 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.623}]},{"osd":6,"last update":"Mon Feb 12 13:40:50 2024","interfaces":[{"interface":"back","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.048,"5min":1.048,"15min":1.048},"last":0.64700000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74299999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705709,"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":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Mon Feb 12 13:40:14 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.32400000000000001,"15min":0.31},"min":{"1min":0.26300000000000001,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.436,"5min":0.33100000000000002,"15min":0.313},"min":{"1min":0.26200000000000001,"5min":0.221,"15min":0.221},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.41399999999999998}]},{"osd":2,"last update":"Mon Feb 12 13:40:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.376,"15min":0.36799999999999999},"min":{"1min":0.27700000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.373,"15min":0.36699999999999999},"min":{"1min":0.27700000000000002,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.441}]},{"osd":3,"last update":"Mon Feb 12 13:40:59 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.42099999999999999,"15min":0.41499999999999998},"min":{"1min":0.29999999999999999,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.626,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.46000000000000002,"15min":0.45500000000000002},"min":{"1min":0.32900000000000001,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.65300000000000002,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.50700000000000001}]},{"osd":4,"last update":"Mon Feb 12 13:40:14 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.63},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.70699999999999996}]},{"osd":5,"last update":"Mon Feb 12 13:40:33 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.69799999999999995}]},{"osd":6,"last update":"Mon Feb 12 13:40:49 2024","interfaces":[{"interface":"back","average":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.754},{"interface":"front","average":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.63700000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67500000000000004}]}]},{"osd":2,"up_from":19,"seq":81604378659,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5480,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739672,"statfs":{"total":95995035648,"available":95989424128,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.379,"15min":0.373},"min":{"1min":0.28499999999999998,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.39800000000000002,"15min":0.38800000000000001},"min":{"1min":0.316,"5min":0.252,"15min":0.252},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.38}]},{"osd":1,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.38200000000000001,"15min":0.378},"min":{"1min":0.27500000000000002,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.373},{"interface":"front","average":{"1min":0.496,"5min":0.41299999999999998,"15min":0.39900000000000002},"min":{"1min":0.33000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.30499999999999999}]},{"osd":3,"last update":"Mon Feb 12 13:40:53 2024","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.44600000000000001,"15min":0.44400000000000001},"min":{"1min":0.32900000000000001,"5min":0.316,"15min":0.316},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.46400000000000002,"15min":0.46500000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.32200000000000001}]},{"osd":4,"last update":"Mon Feb 12 13:40:09 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.435}]},{"osd":5,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.59199999999999997}]},{"osd":6,"last update":"Mon Feb 12 13:40:50 2024","interfaces":[{"interface":"back","average":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.6759999999999999,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.591,"5min":1.591,"15min":1.591},"last":0.56000000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60699999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149727,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5420,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739732,"statfs":{"total":95995035648,"available":95989485568,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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":"Mon Feb 12 13:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.40100000000000002,"15min":0.40899999999999997},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.52900000000000003,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.372,"5min":0.41099999999999998,"15min":0.41699999999999998},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.52400000000000002,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.40500000000000003}]},{"osd":1,"last update":"Mon Feb 12 13:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.41999999999999998,"15min":0.42599999999999999},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.54700000000000004,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.45000000000000001,"15min":0.46000000000000002},"min":{"1min":0.27200000000000002,"5min":0.255,"15min":0.255},"max":{"1min":0.57799999999999996,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.317}]},{"osd":2,"last update":"Mon Feb 12 13:40:55 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.46300000000000002,"15min":0.46999999999999997},"min":{"1min":0.307,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.61499999999999999,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.436,"15min":0.441},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.44400000000000001}]},{"osd":4,"last update":"Mon Feb 12 13:40:11 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.61499999999999999}]},{"osd":5,"last update":"Mon Feb 12 13:40:30 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.622},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.75}]},{"osd":6,"last update":"Mon Feb 12 13:40:50 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.77000000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.755}]}]},{"osd":4,"up_from":31,"seq":133143986202,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5420,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739732,"statfs":{"total":95995035648,"available":95989485568,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Feb 12 13:40:12 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.56299999999999994}]},{"osd":1,"last update":"Mon Feb 12 13:40:12 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.47299999999999998}]},{"osd":2,"last update":"Mon Feb 12 13:40:12 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.63100000000000001}]},{"osd":3,"last update":"Mon Feb 12 13:40:12 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.50600000000000001}]},{"osd":5,"last update":"Mon Feb 12 13:40:33 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.46100000000000002}]},{"osd":6,"last update":"Mon Feb 12 13:40:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.37},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.42299999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51800000000000002}]}]},{"osd":5,"up_from":37,"seq":158913789973,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.45800000000000002}]},{"osd":1,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.434},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.501}]},{"osd":2,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.47799999999999998}]},{"osd":3,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.54900000000000004}]},{"osd":4,"last update":"Mon Feb 12 13:40:32 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.48699999999999999}]},{"osd":6,"last update":"Mon Feb 12 13:40:52 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.51200000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]}]}],"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-12T13:41:10.221 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-12T13:41:10.221 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-12T13:41:10.221 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-12T13:41:10.221 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-12T13:41:10.460 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/mon.smithi023/config 2024-02-12T13:41:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:08.902230+0000 mgr.smithi023.mqmmus (mgr.14164) 243 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:10.039482+0000 mon.smithi023 (mon.0) 590 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:41:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:10.040502+0000 mon.smithi023 (mon.0) 591 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:10.041179+0000 mon.smithi023 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:41:10.677 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:08.902230+0000 mgr.smithi023.mqmmus (mgr.14164) 243 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:10.677 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:10.039482+0000 mon.smithi023 (mon.0) 590 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:41:10.677 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:10.040502+0000 mon.smithi023 (mon.0) 591 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:10.677 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:10.041179+0000 mon.smithi023 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:41:11.572 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:09.590164+0000 mgr.smithi023.mqmmus (mgr.14164) 244 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:41:11.572 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:10.317837+0000 mon.smithi023 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:11.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:09.590164+0000 mgr.smithi023.mqmmus (mgr.14164) 244 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:41:11.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:10.317837+0000 mon.smithi023 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:12.274 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:41:12.606 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:10.902528+0000 mgr.smithi023.mqmmus (mgr.14164) 245 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:12.606 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:12.271391+0000 mon.smithi023 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.23:0/975406969' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-12T13:41:12.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:10.902528+0000 mgr.smithi023.mqmmus (mgr.14164) 245 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:12.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:12.271391+0000 mon.smithi023 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.23:0/975406969' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-12T13:41:13.065 INFO:teuthology.orchestra.run.smithi023.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-12T13:41:13.065 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-12T13:41:13.066 INFO:tasks.cephadm:Setup complete, yielding 2024-02-12T13:41:13.066 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T13:41:13.075 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:41:13.076 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-12T13:41:13.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:12.902798+0000 mgr.smithi023.mqmmus (mgr.14164) 246 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:13.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:12.902798+0000 mgr.smithi023.mqmmus (mgr.14164) 246 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:15.148 INFO:teuthology.orchestra.run.smithi023.stdout:Backend: cephadm 2024-02-12T13:41:15.148 INFO:teuthology.orchestra.run.smithi023.stdout:Available: Yes 2024-02-12T13:41:15.148 INFO:teuthology.orchestra.run.smithi023.stdout:Paused: No 2024-02-12T13:41:15.837 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-12T13:41:16.521 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:14.903124+0000 mgr.smithi023.mqmmus (mgr.14164) 247 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:16.521 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:15.145036+0000 mgr.smithi023.mqmmus (mgr.14164) 248 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:16.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:14.903124+0000 mgr.smithi023.mqmmus (mgr.14164) 247 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:16.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:15.145036+0000 mgr.smithi023.mqmmus (mgr.14164) 248 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (3m) 89s ago 5m 20.4M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (5m) 89s ago 5m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (4m) 71s ago 4m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (3m) 89s ago 5m 25.4M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (6m) 89s ago 6m 413M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (4m) 71s ago 4m 369M - 16.2.5 6933c2a0b7dd 228c7a656d7a 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (6m) 89s ago 7m 53.5M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (4m) 71s ago 4m 55.7M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (4m) 89s ago 4m 17.1M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:41:17.906 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (4m) 71s ago 4m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:41:17.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3m) 89s ago 3m 30.7M 3224M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:41:17.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3m) 89s ago 3m 30.6M 3224M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:41:17.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2m) 89s ago 2m 30.2M 3224M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:41:17.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2m) 89s ago 2m 27.9M 3224M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:41:17.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (2m) 71s ago 2m 29.0M 3992M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:41:17.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (115s) 71s ago 114s 30.0M 3992M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:41:17.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (94s) 71s ago 94s 25.6M 3992M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:41:17.907 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (74s) 71s ago 73s 11.5M 3992M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:41:17.907 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (3m) 89s ago 4m 39.8M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:41:18.570 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:16.903434+0000 mgr.smithi023.mqmmus (mgr.14164) 249 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:18.591 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-12T13:41:18.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:16.903434+0000 mgr.smithi023.mqmmus (mgr.14164) 249 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:19.293 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:17.895146+0000 mgr.smithi023.mqmmus (mgr.14164) 250 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:19.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:17.895146+0000 mgr.smithi023.mqmmus (mgr.14164) 250 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:18.903917+0000 mgr.smithi023.mqmmus (mgr.14164) 251 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:20.674 INFO:teuthology.orchestra.run.smithi023.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-12T13:41:20.675 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager ?:9093,9094 1/1 92s ago 6m count:1 2024-02-12T13:41:20.675 INFO:teuthology.orchestra.run.smithi023.stdout:crash 2/2 92s ago 6m * 2024-02-12T13:41:20.675 INFO:teuthology.orchestra.run.smithi023.stdout:grafana ?:3000 1/1 92s ago 6m count:1 2024-02-12T13:41:20.675 INFO:teuthology.orchestra.run.smithi023.stdout:mgr 2/2 92s ago 6m count:2 2024-02-12T13:41:20.675 INFO:teuthology.orchestra.run.smithi023.stdout:mon 2/2 92s ago 5m smithi023:172.21.15.23=smithi023;smithi160:172.21.15.160=smithi160;count:2 2024-02-12T13:41:20.675 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter ?:9100 2/2 92s ago 6m * 2024-02-12T13:41:20.675 INFO:teuthology.orchestra.run.smithi023.stdout:osd 8/8 92s ago - 2024-02-12T13:41:20.675 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus ?:9095 1/1 92s ago 6m count:1 2024-02-12T13:41:20.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:18.903917+0000 mgr.smithi023.mqmmus (mgr.14164) 251 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:21.406 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-12T13:41:22.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:20.667898+0000 mgr.smithi023.mqmmus (mgr.14164) 252 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:22.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:20.904278+0000 mgr.smithi023.mqmmus (mgr.14164) 253 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:22.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:20.667898+0000 mgr.smithi023.mqmmus (mgr.14164) 252 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:22.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:20.904278+0000 mgr.smithi023.mqmmus (mgr.14164) 253 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:23.623 INFO:teuthology.orchestra.run.smithi023.stdout:HOST ADDR LABELS STATUS 2024-02-12T13:41:23.623 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 172.21.15.23 2024-02-12T13:41:23.623 INFO:teuthology.orchestra.run.smithi023.stdout:smithi160 172.21.15.160 2024-02-12T13:41:23.644 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:22.803115+0000 mon.smithi023 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:41:23.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:22.803353+0000 mon.smithi023 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:41:23.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:22.803115+0000 mon.smithi023 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:41:23.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:22.803353+0000 mon.smithi023 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:41:24.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:22.904550+0000 mgr.smithi023.mqmmus (mgr.14164) 254 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:24.471 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-12T13:41:24.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:22.904550+0000 mgr.smithi023.mqmmus (mgr.14164) 254 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:25.598 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:23.619966+0000 mgr.smithi023.mqmmus (mgr.14164) 255 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:23.619966+0000 mgr.smithi023.mqmmus (mgr.14164) 255 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:26.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:26 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:24.904871+0000 mgr.smithi023.mqmmus (mgr.14164) 256 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:26.578 INFO:teuthology.orchestra.run.smithi023.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-12T13:41:26.578 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme0n1 ssd BTLE736103B14P0KGN 4000G Unknown N/A N/A No 2024-02-12T13:41:26.578 INFO:teuthology.orchestra.run.smithi023.stdout:smithi160 /dev/nvme0n1 ssd CVFT623300JY400BGN 400G Unknown N/A N/A No 2024-02-12T13:41:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:26 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:24.904871+0000 mgr.smithi023.mqmmus (mgr.14164) 256 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:27.223 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-12T13:41:27.232 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:41:27.232 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-12T13:41:27.263 INFO:teuthology.orchestra.run.smithi023.stderr:+ systemctl stop nfs-server 2024-02-12T13:41:27.271 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi160.front.sepia.ceph.com 2024-02-12T13:41:27.271 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-12T13:41:27.309 INFO:teuthology.orchestra.run.smithi160.stderr:+ systemctl stop nfs-server 2024-02-12T13:41:27.317 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T13:41:27.325 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:41:27.325 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-12T13:41:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:26.574785+0000 mgr.smithi023.mqmmus (mgr.14164) 257 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:26.905206+0000 mgr.smithi023.mqmmus (mgr.14164) 258 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:26.574785+0000 mgr.smithi023.mqmmus (mgr.14164) 257 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:26.905206+0000 mgr.smithi023.mqmmus (mgr.14164) 258 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:30.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:28.905520+0000 mgr.smithi023.mqmmus (mgr.14164) 259 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:30.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:29.601741+0000 mon.smithi023 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-12T13:41:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:28.905520+0000 mgr.smithi023.mqmmus (mgr.14164) 259 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:29.601741+0000 mon.smithi023 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-12T13:41:31.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:41:31.252+0000 7ff8e102d700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:41:31.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:29.601229+0000 mgr.smithi023.mqmmus (mgr.14164) 260 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:31.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:30.246866+0000 mon.smithi023 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:30.246943+0000 mon.smithi023 (mon.0) 599 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:30.251180+0000 mon.smithi023 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:30.906057+0000 mgr.smithi023.mqmmus (mgr.14164) 261 : cluster [DBG] pgmap v226: 33 pgs: 6 creating+peering, 1 active+clean, 26 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.248796+0000 mon.smithi023 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:31.248964+0000 mon.smithi023 (mon.0) 602 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.252972+0000 mon.smithi023 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:31.253873+0000 mon.smithi023 (mon.0) 604 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:31.253916+0000 mon.smithi023 (mon.0) 605 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:31.263592+0000 mon.smithi023 (mon.0) 606 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.266302+0000 mon.smithi023 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:31.266410+0000 mon.smithi023 (mon.0) 608 : cluster [DBG] fsmap foofs:0 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:31.270010+0000 mgr.smithi023.mqmmus (mgr.14164) 262 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.276363+0000 mon.smithi023 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.277512+0000 mon.smithi023 (mon.0) 610 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:41:31.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.279310+0000 mon.smithi023 (mon.0) 611 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:31.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.280503+0000 mon.smithi023 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:41:31.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.288452+0000 mon.smithi023 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:31.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.296583+0000 mon.smithi023 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:31.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.299649+0000 mon.smithi023 (mon.0) 615 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.simqsf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:41:31.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.303521+0000 mon.smithi023 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.simqsf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-12T13:41:31.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:31.304468+0000 mon.smithi023 (mon.0) 617 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:32.044 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-12T13:41:32.055 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-12T13:41:32.056 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T13:41:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:29.601229+0000 mgr.smithi023.mqmmus (mgr.14164) 260 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:30.246866+0000 mon.smithi023 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-12T13:41:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:30.246943+0000 mon.smithi023 (mon.0) 599 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-12T13:41:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:30.251180+0000 mon.smithi023 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-12T13:41:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:30.906057+0000 mgr.smithi023.mqmmus (mgr.14164) 261 : cluster [DBG] pgmap v226: 33 pgs: 6 creating+peering, 1 active+clean, 26 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.248796+0000 mon.smithi023 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-12T13:41:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:31.248964+0000 mon.smithi023 (mon.0) 602 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-12T13:41:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.252972+0000 mon.smithi023 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:31.253873+0000 mon.smithi023 (mon.0) 604 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:31.253916+0000 mon.smithi023 (mon.0) 605 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:31.263592+0000 mon.smithi023 (mon.0) 606 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.266302+0000 mon.smithi023 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:31.266410+0000 mon.smithi023 (mon.0) 608 : cluster [DBG] fsmap foofs:0 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:31.270010+0000 mgr.smithi023.mqmmus (mgr.14164) 262 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.276363+0000 mon.smithi023 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.277512+0000 mon.smithi023 (mon.0) 610 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.279310+0000 mon.smithi023 (mon.0) 611 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.280503+0000 mon.smithi023 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.288452+0000 mon.smithi023 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.296583+0000 mon.smithi023 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.299649+0000 mon.smithi023 (mon.0) 615 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.simqsf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.303521+0000 mon.smithi023 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.simqsf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-12T13:41:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:31.304468+0000 mon.smithi023 (mon.0) 617 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:31.305283+0000 mgr.smithi023.mqmmus (mgr.14164) 263 : cephadm [INF] Deploying daemon mds.foofs.smithi023.simqsf on smithi023 2024-02-12T13:41:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:32.272196+0000 mon.smithi023 (mon.0) 618 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-12T13:41:33.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:31.305283+0000 mgr.smithi023.mqmmus (mgr.14164) 263 : cephadm [INF] Deploying daemon mds.foofs.smithi023.simqsf on smithi023 2024-02-12T13:41:33.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:32.272196+0000 mon.smithi023 (mon.0) 618 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-12T13:41:34.384 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:32.906453+0000 mgr.smithi023.mqmmus (mgr.14164) 264 : cluster [DBG] pgmap v230: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:34.384 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:33.272518+0000 mon.smithi023 (mon.0) 619 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-12T13:41:34.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:32.906453+0000 mgr.smithi023.mqmmus (mgr.14164) 264 : cluster [DBG] pgmap v230: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:34.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:33.272518+0000 mon.smithi023 (mon.0) 619 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-12T13:41:34.831 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:41:34.832 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T13:35:12.676326Z", "last_refresh": "2024-02-12T13:39:48.015484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T13:35:00.262562Z", "last_refresh": "2024-02-12T13:39:48.015549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T13:35:10.026621Z", "last_refresh": "2024-02-12T13:39:48.015612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T13:41:31.276783Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-12T13:41:31.270037Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T13:34:59.008878Z", "last_refresh": "2024-02-12T13:39:48.015414Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T13:35:48.397172Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T13:35:48.389790Z", "last_refresh": "2024-02-12T13:39:48.015314Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T13:35:11.367827Z", "last_refresh": "2024-02-12T13:39:48.015673Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-12T13:39:48.015793Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T13:35:08.705229Z", "last_refresh": "2024-02-12T13:39:48.015733Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-12T13:41:35.893 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-12T13:41:36.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:34.824705+0000 mgr.smithi023.mqmmus (mgr.14164) 265 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:41:36.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:34.906891+0000 mgr.smithi023.mqmmus (mgr.14164) 266 : cluster [DBG] pgmap v232: 65 pgs: 8 creating+peering, 48 active+clean, 9 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:36.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:35.375696+0000 mon.smithi023 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:36.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:35.376696+0000 mon.smithi023 (mon.0) 621 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.zlpbjm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:41:36.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:35.379614+0000 mon.smithi023 (mon.0) 622 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.zlpbjm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-12T13:41:36.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:35.380215+0000 mon.smithi023 (mon.0) 623 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:36.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:34.824705+0000 mgr.smithi023.mqmmus (mgr.14164) 265 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:41:36.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:34.906891+0000 mgr.smithi023.mqmmus (mgr.14164) 266 : cluster [DBG] pgmap v232: 65 pgs: 8 creating+peering, 48 active+clean, 9 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:36.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:35.375696+0000 mon.smithi023 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:36.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:35.376696+0000 mon.smithi023 (mon.0) 621 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.zlpbjm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:41:36.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:35.379614+0000 mon.smithi023 (mon.0) 622 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.zlpbjm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-12T13:41:36.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:35.380215+0000 mon.smithi023 (mon.0) 623 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:36.894 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T13:41:37.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:35.380716+0000 mgr.smithi023.mqmmus (mgr.14164) 267 : cephadm [INF] Deploying daemon mds.foofs.smithi160.zlpbjm on smithi160 2024-02-12T13:41:37.615 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:35.380716+0000 mgr.smithi023.mqmmus (mgr.14164) 267 : cephadm [INF] Deploying daemon mds.foofs.smithi160.zlpbjm on smithi160 2024-02-12T13:41:38.629 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:36.907390+0000 mgr.smithi023.mqmmus (mgr.14164) 268 : cluster [DBG] pgmap v233: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:38.630 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:37.754252+0000 mon.smithi023 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:38.630 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:37.755320+0000 mon.smithi023 (mon.0) 625 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:41:38.630 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:37.756258+0000 mon.smithi023 (mon.0) 626 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:38.630 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:37.756840+0000 mon.smithi023 (mon.0) 627 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:41:38.630 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:37.825454+0000 mon.smithi023 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:36.907390+0000 mgr.smithi023.mqmmus (mgr.14164) 268 : cluster [DBG] pgmap v233: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:37.754252+0000 mon.smithi023 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:37.755320+0000 mon.smithi023 (mon.0) 625 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:41:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:37.756258+0000 mon.smithi023 (mon.0) 626 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:37.756840+0000 mon.smithi023 (mon.0) 627 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:41:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:37.825454+0000 mon.smithi023 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:39.248 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:41:39.248 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T13:35:12.676326Z", "last_refresh": "2024-02-12T13:39:48.015484Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T13:35:00.262562Z", "last_refresh": "2024-02-12T13:39:48.015549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-12T13:35:10.026621Z", "last_refresh": "2024-02-12T13:39:48.015612Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-12T13:41:31.276783Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-12T13:41:31.270037Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T13:34:59.008878Z", "last_refresh": "2024-02-12T13:39:48.015414Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T13:35:48.397172Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T13:35:48.389790Z", "last_refresh": "2024-02-12T13:39:48.015314Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T13:35:11.367827Z", "last_refresh": "2024-02-12T13:39:48.015673Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-12T13:39:48.015793Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T13:35:08.705229Z", "last_refresh": "2024-02-12T13:39:48.015733Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-12T13:41:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:38.287468+0000 mon.smithi023 (mon.0) 629 : cluster [DBG] mds.? [v2:172.21.15.160:6832/4107824535,v1:172.21.15.160:6833/4107824535] up:boot 2024-02-12T13:41:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:38.287523+0000 mon.smithi023 (mon.0) 630 : cluster [INF] daemon mds.foofs.smithi160.zlpbjm assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-12T13:41:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:38.287585+0000 mon.smithi023 (mon.0) 631 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-12T13:41:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:38.287607+0000 mon.smithi023 (mon.0) 632 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-12T13:41:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:38.287625+0000 mon.smithi023 (mon.0) 633 : cluster [INF] Cluster is now healthy 2024-02-12T13:41:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:38.287884+0000 mon.smithi023 (mon.0) 634 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-12T13:41:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:38.287970+0000 mon.smithi023 (mon.0) 635 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:41:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:38.293017+0000 mon.smithi023 (mon.0) 636 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:creating} 2024-02-12T13:41:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:38.305951+0000 mon.smithi023 (mon.0) 637 : cluster [INF] daemon mds.foofs.smithi160.zlpbjm is now active in filesystem foofs as rank 0 2024-02-12T13:41:39.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:38.287468+0000 mon.smithi023 (mon.0) 629 : cluster [DBG] mds.? [v2:172.21.15.160:6832/4107824535,v1:172.21.15.160:6833/4107824535] up:boot 2024-02-12T13:41:39.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:38.287523+0000 mon.smithi023 (mon.0) 630 : cluster [INF] daemon mds.foofs.smithi160.zlpbjm assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-12T13:41:39.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:38.287585+0000 mon.smithi023 (mon.0) 631 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-12T13:41:39.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:38.287607+0000 mon.smithi023 (mon.0) 632 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-12T13:41:39.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:38.287625+0000 mon.smithi023 (mon.0) 633 : cluster [INF] Cluster is now healthy 2024-02-12T13:41:39.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:38.287884+0000 mon.smithi023 (mon.0) 634 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-12T13:41:39.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:38.287970+0000 mon.smithi023 (mon.0) 635 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:41:39.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:38.293017+0000 mon.smithi023 (mon.0) 636 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:creating} 2024-02-12T13:41:39.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:38.305951+0000 mon.smithi023 (mon.0) 637 : cluster [INF] daemon mds.foofs.smithi160.zlpbjm is now active in filesystem foofs as rank 0 2024-02-12T13:41:40.095 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-12T13:41:40.096 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T13:41:40.109 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:41:40.109 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-12T13:41:40.405 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:38.907741+0000 mgr.smithi023.mqmmus (mgr.14164) 269 : cluster [DBG] pgmap v234: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:40.406 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:39.242295+0000 mgr.smithi023.mqmmus (mgr.14164) 270 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:41:40.406 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:39.295909+0000 mon.smithi023 (mon.0) 638 : cluster [DBG] mds.? [v2:172.21.15.160:6832/4107824535,v1:172.21.15.160:6833/4107824535] up:active 2024-02-12T13:41:40.406 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:39.295957+0000 mon.smithi023 (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.23:6834/2389968010,v1:172.21.15.23:6835/2389968010] up:boot 2024-02-12T13:41:40.406 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:39.296283+0000 mon.smithi023 (mon.0) 640 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:41:40.406 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:39.296374+0000 mon.smithi023 (mon.0) 641 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:41:40.406 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:39.298463+0000 mon.smithi023 (mon.0) 642 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:41:40.406 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:39.851716+0000 mon.smithi023 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:40.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:38.907741+0000 mgr.smithi023.mqmmus (mgr.14164) 269 : cluster [DBG] pgmap v234: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:40.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:39.242295+0000 mgr.smithi023.mqmmus (mgr.14164) 270 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:41:40.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:39.295909+0000 mon.smithi023 (mon.0) 638 : cluster [DBG] mds.? [v2:172.21.15.160:6832/4107824535,v1:172.21.15.160:6833/4107824535] up:active 2024-02-12T13:41:40.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:39.295957+0000 mon.smithi023 (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.23:6834/2389968010,v1:172.21.15.23:6835/2389968010] up:boot 2024-02-12T13:41:40.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:39.296283+0000 mon.smithi023 (mon.0) 640 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:41:40.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:39.296374+0000 mon.smithi023 (mon.0) 641 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:41:40.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:39.298463+0000 mon.smithi023 (mon.0) 642 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:41:40.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:39.851716+0000 mon.smithi023 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:41.628 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:40.908422+0000 mgr.smithi023.mqmmus (mgr.14164) 271 : cluster [DBG] pgmap v235: 65 pgs: 65 active+clean; 1.7 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:41.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:40.908422+0000 mgr.smithi023.mqmmus (mgr.14164) 271 : cluster [DBG] pgmap v235: 65 pgs: 65 active+clean; 1.7 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-12T13:41:43.182 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:42.684778+0000 mon.smithi023 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-12T13:41:43.182 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:43.122186+0000 mon.smithi023 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:43.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:42.684778+0000 mon.smithi023 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-12T13:41:43.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:43.122186+0000 mon.smithi023 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:44.210 INFO:teuthology.orchestra.run.smithi023.stdout:NFS Cluster Created Successfully 2024-02-12T13:41:44.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:42.683542+0000 mgr.smithi023.mqmmus (mgr.14164) 272 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:44.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:42.908945+0000 mgr.smithi023.mqmmus (mgr.14164) 273 : cluster [DBG] pgmap v236: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s wr, 3 op/s 2024-02-12T13:41:44.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:43.171966+0000 mon.smithi023 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-12T13:41:44.515 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:43.172034+0000 mon.smithi023 (mon.0) 647 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-12T13:41:44.516 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:43.173774+0000 mon.smithi023 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-12T13:41:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:42.683542+0000 mgr.smithi023.mqmmus (mgr.14164) 272 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:42.908945+0000 mgr.smithi023.mqmmus (mgr.14164) 273 : cluster [DBG] pgmap v236: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s wr, 3 op/s 2024-02-12T13:41:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:43.171966+0000 mon.smithi023 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-12T13:41:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:43.172034+0000 mon.smithi023 (mon.0) 647 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-12T13:41:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:43.173774+0000 mon.smithi023 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-12T13:41:45.160 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-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-12T13:41:45.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:44.178388+0000 mon.smithi023 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-12T13:41:45.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:44.178535+0000 mon.smithi023 (mon.0) 650 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-12T13:41:45.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:44.197372+0000 mon.smithi023 (mon.0) 651 : cluster [DBG] mds.? [v2:172.21.15.23:6834/2389968010,v1:172.21.15.23:6835/2389968010] up:standby 2024-02-12T13:41:45.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:44.197416+0000 mon.smithi023 (mon.0) 652 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:41:45.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:44.204626+0000 mgr.smithi023.mqmmus (mgr.14164) 274 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-12T13:41:45.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:44.206959+0000 mon.smithi023 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:45.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:45.179989+0000 mon.smithi023 (mon.0) 654 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-12T13:41:45.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:44.178388+0000 mon.smithi023 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-12T13:41:45.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:44.178535+0000 mon.smithi023 (mon.0) 650 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-12T13:41:45.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:44.197372+0000 mon.smithi023 (mon.0) 651 : cluster [DBG] mds.? [v2:172.21.15.23:6834/2389968010,v1:172.21.15.23:6835/2389968010] up:standby 2024-02-12T13:41:45.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:44.197416+0000 mon.smithi023 (mon.0) 652 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:41:45.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:44.204626+0000 mgr.smithi023.mqmmus (mgr.14164) 274 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-12T13:41:45.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:44.206959+0000 mon.smithi023 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:45.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:45.179989+0000 mon.smithi023 (mon.0) 654 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-12T13:41:46.418 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:44.909553+0000 mgr.smithi023.mqmmus (mgr.14164) 275 : cluster [DBG] pgmap v239: 97 pgs: 4 creating+activating, 7 creating+peering, 10 unknown, 76 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 1 op/s 2024-02-12T13:41:46.418 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:45.215730+0000 mon.smithi023 (mon.0) 655 : cluster [DBG] mgrmap e19: smithi023.mqmmus(active, since 6m), standbys: smithi160.somqhq 2024-02-12T13:41:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:44.909553+0000 mgr.smithi023.mqmmus (mgr.14164) 275 : cluster [DBG] pgmap v239: 97 pgs: 4 creating+activating, 7 creating+peering, 10 unknown, 76 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 1 op/s 2024-02-12T13:41:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:45.215730+0000 mon.smithi023 (mon.0) 655 : cluster [DBG] mgrmap e19: smithi023.mqmmus(active, since 6m), standbys: smithi160.somqhq 2024-02-12T13:41:47.530 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:41:47.531 INFO:teuthology.orchestra.run.smithi023.stdout: "bind": "/fake", 2024-02-12T13:41:47.531 INFO:teuthology.orchestra.run.smithi023.stdout: "fs": "foofs", 2024-02-12T13:41:47.531 INFO:teuthology.orchestra.run.smithi023.stdout: "path": "/", 2024-02-12T13:41:47.531 INFO:teuthology.orchestra.run.smithi023.stdout: "cluster": "foo", 2024-02-12T13:41:47.531 INFO:teuthology.orchestra.run.smithi023.stdout: "mode": "RW" 2024-02-12T13:41:47.531 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:41:47.853 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.793422+0000 mon.smithi023 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.801341+0000 mon.smithi023 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.806756+0000 mon.smithi023 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:46.817502+0000 mgr.smithi023.mqmmus (mgr.14164) 276 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi023.zcqvye 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.817785+0000 mon.smithi023 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.zcqvye", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.825358+0000 mon.smithi023 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.zcqvye", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:46.825884+0000 mgr.smithi023.mqmmus (mgr.14164) 277 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.826093+0000 mon.smithi023 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.830717+0000 mon.smithi023 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.831795+0000 mon.smithi023 (mon.0) 663 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.873929+0000 mon.smithi023 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.877074+0000 mon.smithi023 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:46.910252+0000 mgr.smithi023.mqmmus (mgr.14164) 278 : cluster [DBG] pgmap v241: 97 pgs: 4 creating+activating, 7 creating+peering, 86 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 1 op/s 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:46.919229+0000 mgr.smithi023.mqmmus (mgr.14164) 279 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:41:47.854 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:46.919326+0000 mgr.smithi023.mqmmus (mgr.14164) 280 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi023.zcqvye-rgw 2024-02-12T13:41:47.855 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.919671+0000 mon.smithi023 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.zcqvye-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:41:47.855 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.922730+0000 mon.smithi023 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.zcqvye-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:41:47.855 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:46.926878+0000 mon.smithi023 (mon.0) 668 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:47.855 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:46.927652+0000 mgr.smithi023.mqmmus (mgr.14164) 281 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi023.zcqvye on smithi023 2024-02-12T13:41:47.855 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:47.516367+0000 mon.smithi023 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 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-12T13:41:47.855 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:47.523841+0000 mon.smithi023 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 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-12T13:41:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.793422+0000 mon.smithi023 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.801341+0000 mon.smithi023 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.806756+0000 mon.smithi023 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:46.817502+0000 mgr.smithi023.mqmmus (mgr.14164) 276 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi023.zcqvye 2024-02-12T13:41:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.817785+0000 mon.smithi023 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.zcqvye", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.825358+0000 mon.smithi023 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.zcqvye", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:46.825884+0000 mgr.smithi023.mqmmus (mgr.14164) 277 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.826093+0000 mon.smithi023 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.830717+0000 mon.smithi023 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.831795+0000 mon.smithi023 (mon.0) 663 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.873929+0000 mon.smithi023 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.877074+0000 mon.smithi023 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:46.910252+0000 mgr.smithi023.mqmmus (mgr.14164) 278 : cluster [DBG] pgmap v241: 97 pgs: 4 creating+activating, 7 creating+peering, 86 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 1 op/s 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:46.919229+0000 mgr.smithi023.mqmmus (mgr.14164) 279 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:46.919326+0000 mgr.smithi023.mqmmus (mgr.14164) 280 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi023.zcqvye-rgw 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.919671+0000 mon.smithi023 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.zcqvye-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.922730+0000 mon.smithi023 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.zcqvye-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:46.926878+0000 mon.smithi023 (mon.0) 668 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:46.927652+0000 mgr.smithi023.mqmmus (mgr.14164) 281 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi023.zcqvye on smithi023 2024-02-12T13:41:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:47.516367+0000 mon.smithi023 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 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-12T13:41:48.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:47.523841+0000 mon.smithi023 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 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-12T13:41:48.628 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-12T13:41:49.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:47.494990+0000 mgr.smithi023.mqmmus (mgr.14164) 282 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:49.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:47.494990+0000 mgr.smithi023.mqmmus (mgr.14164) 282 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:48.910702+0000 mgr.smithi023.mqmmus (mgr.14164) 283 : cluster [DBG] pgmap v242: 97 pgs: 4 creating+activating, 93 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:41:50.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:48.910702+0000 mgr.smithi023.mqmmus (mgr.14164) 283 : cluster [DBG] pgmap v242: 97 pgs: 4 creating+activating, 93 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:41:51.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:50.351296+0000 mon.smithi023 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:51.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:50.352388+0000 mgr.smithi023.mqmmus (mgr.14164) 284 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.udngza 2024-02-12T13:41:51.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:50.352627+0000 mon.smithi023 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.udngza", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-12T13:41:51.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:50.356428+0000 mon.smithi023 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.udngza", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-12T13:41:51.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:50.356889+0000 mgr.smithi023.mqmmus (mgr.14164) 285 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:41:51.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:50.357113+0000 mon.smithi023 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-12T13:41:51.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:50.359588+0000 mon.smithi023 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-12T13:41:51.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:50.360616+0000 mon.smithi023 (mon.0) 676 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:51.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:50.911573+0000 mgr.smithi023.mqmmus (mgr.14164) 286 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 132 B/s rd, 529 B/s wr, 1 op/s 2024-02-12T13:41:51.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:50.351296+0000 mon.smithi023 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:51.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:50.352388+0000 mgr.smithi023.mqmmus (mgr.14164) 284 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.udngza 2024-02-12T13:41:51.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:50.352627+0000 mon.smithi023 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.udngza", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-12T13:41:51.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:50.356428+0000 mon.smithi023 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.udngza", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-12T13:41:51.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:50.356889+0000 mgr.smithi023.mqmmus (mgr.14164) 285 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:41:51.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:50.357113+0000 mon.smithi023 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-12T13:41:51.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:50.359588+0000 mon.smithi023 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-12T13:41:51.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:50.360616+0000 mon.smithi023 (mon.0) 676 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:51.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:50.911573+0000 mgr.smithi023.mqmmus (mgr.14164) 286 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 132 B/s rd, 529 B/s wr, 1 op/s 2024-02-12T13:41:52.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:51.441507+0000 mgr.smithi023.mqmmus (mgr.14164) 287 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:52.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:51.441507+0000 mgr.smithi023.mqmmus (mgr.14164) 287 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:53.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:52.742346+0000 mgr.smithi023.mqmmus (mgr.14164) 288 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:53.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:52.912144+0000 mgr.smithi023.mqmmus (mgr.14164) 289 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 117 B/s rd, 468 B/s wr, 0 op/s 2024-02-12T13:41:53.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:53.253301+0000 mon.smithi023 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:41:53.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:53.261530+0000 mon.smithi023 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:41:53.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:53.307527+0000 mon.smithi023 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.udngza-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:41:53.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:53.310720+0000 mon.smithi023 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.udngza-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:41:53.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:53.311822+0000 mon.smithi023 (mon.0) 681 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:52.742346+0000 mgr.smithi023.mqmmus (mgr.14164) 288 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:52.912144+0000 mgr.smithi023.mqmmus (mgr.14164) 289 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 117 B/s rd, 468 B/s wr, 0 op/s 2024-02-12T13:41:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:53.253301+0000 mon.smithi023 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:41:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:53.261530+0000 mon.smithi023 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:41:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:53.307527+0000 mon.smithi023 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.udngza-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:41:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:53.310720+0000 mon.smithi023 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi160.udngza-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:41:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:53.311822+0000 mon.smithi023 (mon.0) 681 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:55.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:53.307105+0000 mgr.smithi023.mqmmus (mgr.14164) 290 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:41:55.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:53.307201+0000 mgr.smithi023.mqmmus (mgr.14164) 291 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.udngza-rgw 2024-02-12T13:41:55.545 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:41:53.312533+0000 mgr.smithi023.mqmmus (mgr.14164) 292 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi160.udngza on smithi160 2024-02-12T13:41:55.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:54.032208+0000 mgr.smithi023.mqmmus (mgr.14164) 293 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:53.307105+0000 mgr.smithi023.mqmmus (mgr.14164) 290 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:41:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:53.307201+0000 mgr.smithi023.mqmmus (mgr.14164) 291 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi160.udngza-rgw 2024-02-12T13:41:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:41:53.312533+0000 mgr.smithi023.mqmmus (mgr.14164) 292 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi160.udngza on smithi160 2024-02-12T13:41:55.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:54.032208+0000 mgr.smithi023.mqmmus (mgr.14164) 293 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:56.478 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:54.912872+0000 mgr.smithi023.mqmmus (mgr.14164) 294 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-12T13:41:56.478 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:55.849874+0000 mon.smithi023 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:56.478 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:55.850968+0000 mon.smithi023 (mon.0) 683 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:41:56.478 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:55.851934+0000 mon.smithi023 (mon.0) 684 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:56.478 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:55.852740+0000 mon.smithi023 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:41:56.649 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo 2/2 - 12s count:2 2024-02-12T13:41:56.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:54.912872+0000 mgr.smithi023.mqmmus (mgr.14164) 294 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-12T13:41:56.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:55.849874+0000 mon.smithi023 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:56.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:55.850968+0000 mon.smithi023 (mon.0) 683 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:41:56.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:55.851934+0000 mon.smithi023 (mon.0) 684 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:41:56.662 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:55.852740+0000 mon.smithi023 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:41:57.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:55.335081+0000 mgr.smithi023.mqmmus (mgr.14164) 295 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:57.443 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-12T13:41:57.452 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:41:57.452 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-12T13:41:57.488 INFO:teuthology.orchestra.run.smithi023.stderr:+ mkdir /mnt/foo 2024-02-12T13:41:57.499 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-12T13:41:57.566 INFO:teuthology.orchestra.run.smithi023.stderr:++ hostname 2024-02-12T13:41:57.566 INFO:teuthology.orchestra.run.smithi023.stderr:+ mount -t nfs smithi023:/fake /mnt/foo -o sync 2024-02-12T13:41:57.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:55.335081+0000 mgr.smithi023.mqmmus (mgr.14164) 295 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:58.201 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-12T13:41:58.271 INFO:teuthology.orchestra.run.smithi023.stderr:+ echo test 2024-02-12T13:41:58.280 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-12T13:41:58.347 INFO:teuthology.orchestra.run.smithi023.stderr:+ sync 2024-02-12T13:41:58.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:56.630467+0000 mgr.smithi023.mqmmus (mgr.14164) 296 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:58.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:56.913373+0000 mgr.smithi023.mqmmus (mgr.14164) 297 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-12T13:41:58.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:58.127074+0000 mon.smithi023 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:58.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:56.630467+0000 mgr.smithi023.mqmmus (mgr.14164) 296 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:41:58.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:56.913373+0000 mgr.smithi023.mqmmus (mgr.14164) 297 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-12T13:41:58.667 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:58.127074+0000 mon.smithi023 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:58.668 INFO:teuthology.run_tasks:Running task parallel... 2024-02-12T13:41:58.678 INFO:teuthology.task.parallel:starting parallel... 2024-02-12T13:41:58.679 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-12T13:41:58.679 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-12T13:41:58.680 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:41:58.680 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-12T13:41:58.680 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-12T13:41:58.680 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-12T13:41:58.681 INFO:teuthology.task.exec:Executing custom commands... 2024-02-12T13:41:58.681 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:41:58.681 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-12T13:41:58.779 INFO:teuthology.orchestra.run.smithi023.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-12T13:41:58.779 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:41:58.780 INFO:teuthology.orchestra.run.smithi023.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-12T13:41:58.800 INFO:teuthology.orchestra.run.smithi023.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-12T13:41:58.901 INFO:teuthology.orchestra.run.smithi023.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-12T13:41:58.901 INFO:teuthology.orchestra.run.smithi023.stdout:releasing clients 2024-02-12T13:41:59.901 INFO:teuthology.orchestra.run.smithi023.stdout: 5 303 55.87 MB/sec warmup 1 sec latency 10.509 ms 2024-02-12T13:41:59.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:41:58.648313+0000 mon.smithi023 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:41:59.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:41:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:41:58.913796+0000 mgr.smithi023.mqmmus (mgr.14164) 298 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-02-12T13:42:00.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:41:58.648313+0000 mon.smithi023 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:41:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:41:58.913796+0000 mgr.smithi023.mqmmus (mgr.14164) 298 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-02-12T13:42:00.901 INFO:teuthology.orchestra.run.smithi023.stdout: 5 668 52.82 MB/sec warmup 2 sec latency 13.794 ms 2024-02-12T13:42:01.901 INFO:teuthology.orchestra.run.smithi023.stdout: 5 1852 43.92 MB/sec warmup 3 sec latency 13.091 ms 2024-02-12T13:42:02.170 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:00.914433+0000 mgr.smithi023.mqmmus (mgr.14164) 299 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 23 MiB data, 92 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.0 MiB/s wr, 70 op/s 2024-02-12T13:42:02.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:00.914433+0000 mgr.smithi023.mqmmus (mgr.14164) 299 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 23 MiB data, 92 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.0 MiB/s wr, 70 op/s 2024-02-12T13:42:02.547 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-12T13:42:02.901 INFO:teuthology.orchestra.run.smithi023.stdout: 5 3250 43.64 MB/sec warmup 4 sec latency 11.505 ms 2024-02-12T13:42:03.901 INFO:teuthology.orchestra.run.smithi023.stdout: 5 4303 40.41 MB/sec warmup 5 sec latency 18.948 ms 2024-02-12T13:42:04.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:02.915077+0000 mgr.smithi023.mqmmus (mgr.14164) 300 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 44 MiB data, 127 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3.7 MiB/s wr, 106 op/s 2024-02-12T13:42:04.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:02.915077+0000 mgr.smithi023.mqmmus (mgr.14164) 300 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 44 MiB data, 127 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3.7 MiB/s wr, 106 op/s 2024-02-12T13:42:04.901 INFO:teuthology.orchestra.run.smithi023.stdout: 5 5616 38.08 MB/sec warmup 6 sec latency 16.668 ms 2024-02-12T13:42:05.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 6764 38.28 MB/sec warmup 7 sec latency 17.193 ms 2024-02-12T13:42:06.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:04.915587+0000 mgr.smithi023.mqmmus (mgr.14164) 301 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 124 MiB data, 542 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 12 MiB/s wr, 681 op/s 2024-02-12T13:42:06.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:04.915587+0000 mgr.smithi023.mqmmus (mgr.14164) 301 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 124 MiB data, 542 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 12 MiB/s wr, 681 op/s 2024-02-12T13:42:06.901 INFO:teuthology.orchestra.run.smithi023.stdout: 5 7883 37.27 MB/sec warmup 8 sec latency 19.532 ms 2024-02-12T13:42:06.952 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-12T13:42:07.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:06.354599+0000 mon.smithi023 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:07.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:06.359468+0000 mon.smithi023 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:07.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:06.366993+0000 mon.smithi023 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:07.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:06.369214+0000 mon.smithi023 (mon.0) 691 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:42:07.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:06.370336+0000 mon.smithi023 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:42:07.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:06.371358+0000 mon.smithi023 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:42:07.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:06.375789+0000 mon.smithi023 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:07.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:06.382832+0000 mon.smithi023 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:07.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:06.916095+0000 mgr.smithi023.mqmmus (mgr.14164) 302 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 133 MiB data, 605 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 14 MiB/s wr, 835 op/s 2024-02-12T13:42:07.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:06.354599+0000 mon.smithi023 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:07.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:06.359468+0000 mon.smithi023 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:07.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:06.366993+0000 mon.smithi023 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:07.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:06.369214+0000 mon.smithi023 (mon.0) 691 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:42:07.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:06.370336+0000 mon.smithi023 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:42:07.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:06.371358+0000 mon.smithi023 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:42:07.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:06.375789+0000 mon.smithi023 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:07.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:06.382832+0000 mon.smithi023 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:07.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:06.916095+0000 mgr.smithi023.mqmmus (mgr.14164) 302 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 133 MiB data, 605 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 14 MiB/s wr, 835 op/s 2024-02-12T13:42:07.901 INFO:teuthology.orchestra.run.smithi023.stdout: 5 9108 35.98 MB/sec warmup 9 sec latency 16.098 ms 2024-02-12T13:42:08.901 INFO:teuthology.orchestra.run.smithi023.stdout: 5 10406 36.75 MB/sec warmup 10 sec latency 16.664 ms 2024-02-12T13:42:09.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 11436 35.80 MB/sec warmup 11 sec latency 26.420 ms 2024-02-12T13:42:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:08.916613+0000 mgr.smithi023.mqmmus (mgr.14164) 303 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 139 MiB data, 634 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 16 MiB/s wr, 980 op/s 2024-02-12T13:42:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:09.311099+0000 mon.smithi023 (mon.0) 696 : audit [INF] from='client.? 172.21.15.23:0/2145162920' entity='client.admin' 2024-02-12T13:42:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:09.317329+0000 mon.smithi023 (mon.0) 697 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:42:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:09.319106+0000 mon.smithi023 (mon.0) 698 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:42:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:09.320156+0000 mon.smithi023 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:42:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:09.332185+0000 mon.smithi023 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:09.342520+0000 mon.smithi023 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:08.916613+0000 mgr.smithi023.mqmmus (mgr.14164) 303 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 139 MiB data, 634 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 16 MiB/s wr, 980 op/s 2024-02-12T13:42:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:09.311099+0000 mon.smithi023 (mon.0) 696 : audit [INF] from='client.? 172.21.15.23:0/2145162920' entity='client.admin' 2024-02-12T13:42:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:09.317329+0000 mon.smithi023 (mon.0) 697 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:42:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:09.319106+0000 mon.smithi023 (mon.0) 698 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:42:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:09.320156+0000 mon.smithi023 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:42:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:09.332185+0000 mon.smithi023 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:09.342520+0000 mon.smithi023 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:10.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 12726 35.02 MB/sec warmup 12 sec latency 47.105 ms 2024-02-12T13:42:11.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 13955 35.75 MB/sec warmup 13 sec latency 42.704 ms 2024-02-12T13:42:12.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:10.917262+0000 mgr.smithi023.mqmmus (mgr.14164) 304 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 153 MiB data, 761 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 20 MiB/s wr, 1.44k op/s 2024-02-12T13:42:12.530 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph mgr module enable nfs --force' 2024-02-12T13:42:12.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:10.917262+0000 mgr.smithi023.mqmmus (mgr.14164) 304 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 153 MiB data, 761 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 20 MiB/s wr, 1.44k op/s 2024-02-12T13:42:12.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 14844 34.85 MB/sec warmup 14 sec latency 14.661 ms 2024-02-12T13:42:13.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 15839 34.22 MB/sec warmup 15 sec latency 12.718 ms 2024-02-12T13:42:14.485 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:12.917767+0000 mgr.smithi023.mqmmus (mgr.14164) 305 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 158 MiB data, 811 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 20 MiB/s wr, 1.50k op/s 2024-02-12T13:42:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:12.917767+0000 mgr.smithi023.mqmmus (mgr.14164) 305 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 158 MiB data, 811 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 20 MiB/s wr, 1.50k op/s 2024-02-12T13:42:14.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 17180 34.39 MB/sec warmup 16 sec latency 14.637 ms 2024-02-12T13:42:15.241 INFO:teuthology.orchestra.run.smithi023.stderr:module 'nfs' is already enabled 2024-02-12T13:42:15.627 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:15.081765+0000 mon.smithi023 (mon.0) 702 : audit [INF] from='client.? 172.21.15.23:0/529827969' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-12T13:42:15.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:15.081765+0000 mon.smithi023 (mon.0) 702 : audit [INF] from='client.? 172.21.15.23:0/529827969' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-12T13:42:15.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 18370 34.33 MB/sec warmup 17 sec latency 11.200 ms 2024-02-12T13:42:16.079 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-12T13:42:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:14.918250+0000 mgr.smithi023.mqmmus (mgr.14164) 306 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 167 MiB data, 890 MiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 22 MiB/s wr, 1.85k op/s 2024-02-12T13:42:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:15.230757+0000 mon.smithi023 (mon.0) 703 : audit [INF] from='client.? 172.21.15.23:0/529827969' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-12T13:42:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:15.230859+0000 mon.smithi023 (mon.0) 704 : cluster [DBG] mgrmap e20: smithi023.mqmmus(active, since 6m), standbys: smithi160.somqhq 2024-02-12T13:42:16.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:14.918250+0000 mgr.smithi023.mqmmus (mgr.14164) 306 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 167 MiB data, 890 MiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 22 MiB/s wr, 1.85k op/s 2024-02-12T13:42:16.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:15.230757+0000 mon.smithi023 (mon.0) 703 : audit [INF] from='client.? 172.21.15.23:0/529827969' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-12T13:42:16.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:15.230859+0000 mon.smithi023 (mon.0) 704 : cluster [DBG] mgrmap e20: smithi023.mqmmus(active, since 6m), standbys: smithi160.somqhq 2024-02-12T13:42:16.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 19437 33.84 MB/sec warmup 18 sec latency 15.509 ms 2024-02-12T13:42:17.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 20637 33.51 MB/sec warmup 19 sec latency 16.600 ms 2024-02-12T13:42:18.232 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:16.918781+0000 mgr.smithi023.mqmmus (mgr.14164) 307 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 169 MiB data, 932 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 16 MiB/s wr, 1.43k op/s 2024-02-12T13:42:18.559 INFO:teuthology.orchestra.run.smithi023.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd 2024-02-12T13:42:18.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:16.918781+0000 mgr.smithi023.mqmmus (mgr.14164) 307 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 169 MiB data, 932 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 16 MiB/s wr, 1.43k op/s 2024-02-12T13:42:18.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 21641 33.87 MB/sec warmup 20 sec latency 20.694 ms 2024-02-12T13:42:19.260 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-12T13:42:19.260 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:42:19.260 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- 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-12T13:42:19.561 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:18.550921+0000 mgr.smithi023.mqmmus (mgr.14164) 308 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:19.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:42:18.551803+0000 mgr.smithi023.mqmmus (mgr.14164) 309 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd 2024-02-12T13:42:19.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:18.555723+0000 mon.smithi023 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:19.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:18.556259+0000 mon.smithi023 (mon.0) 706 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:42:19.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:18.557659+0000 mon.smithi023 (mon.0) 707 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:42:19.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:18.558633+0000 mon.smithi023 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:42:19.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:18.918261+0000 mon.smithi023 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:19.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:18.919227+0000 mgr.smithi023.mqmmus (mgr.14164) 310 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 167 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-02-12T13:42:19.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:18.926586+0000 mon.smithi023 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:19.562 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:42:18.928034+0000 mgr.smithi023.mqmmus (mgr.14164) 311 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd 2024-02-12T13:42:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:18.550921+0000 mgr.smithi023.mqmmus (mgr.14164) 308 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:42:18.551803+0000 mgr.smithi023.mqmmus (mgr.14164) 309 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd 2024-02-12T13:42:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:18.555723+0000 mon.smithi023 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:18.556259+0000 mon.smithi023 (mon.0) 706 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:42:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:18.557659+0000 mon.smithi023 (mon.0) 707 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:42:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:18.558633+0000 mon.smithi023 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:42:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:18.918261+0000 mon.smithi023 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:18.919227+0000 mgr.smithi023.mqmmus (mgr.14164) 310 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 167 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-02-12T13:42:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:18.926586+0000 mon.smithi023 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:42:18.928034+0000 mgr.smithi023.mqmmus (mgr.14164) 311 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd 2024-02-12T13:42:19.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 22525 32.94 MB/sec warmup 21 sec latency 16.049 ms 2024-02-12T13:42:20.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 23389 32.17 MB/sec warmup 22 sec latency 38.823 ms 2024-02-12T13:42:21.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 24167 31.83 MB/sec warmup 23 sec latency 22.117 ms 2024-02-12T13:42:21.933 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:42:22.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:21 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:20.919850+0000 mgr.smithi023.mqmmus (mgr.14164) 312 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 186 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 18 MiB/s wr, 1.71k op/s 2024-02-12T13:42:22.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:21 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:20.919850+0000 mgr.smithi023.mqmmus (mgr.14164) 312 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 186 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 18 MiB/s wr, 1.71k op/s 2024-02-12T13:42:22.897 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (4m) 16s ago 6m 19.7M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (6m) 16s ago 6m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (5m) 24s ago 5m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (4m) 16s ago 6m 31.9M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (48s) 16s ago 47s 11.6M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (45s) 24s ago 45s 12.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (7m) 16s ago 7m 422M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (5m) 24s ago 5m 370M - 16.2.5 6933c2a0b7dd 228c7a656d7a 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (8m) 16s ago 8m 46.2M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (5m) 24s ago 5m 37.9M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.zcqvye smithi023 *:2049 running (33s) 16s ago 32s 53.7M - 3.5 6933c2a0b7dd b1cf04be3eaf 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi160.udngza smithi160 *:2049 running (27s) 24s ago 27s 51.1M - 3.5 6933c2a0b7dd 19edeb3e928e 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (5m) 16s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:42:22.898 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (5m) 24s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:42:22.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4m) 16s ago 4m 36.1M 3224M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:42:22.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4m) 16s ago 4m 37.8M 3224M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:42:22.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4m) 16s ago 4m 38.5M 3224M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:42:22.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3m) 16s ago 3m 38.2M 3224M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:42:22.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (3m) 24s ago 3m 36.3M 3992M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:42:22.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (3m) 24s ago 2m 37.0M 3992M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:42:22.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (2m) 24s ago 2m 36.8M 3992M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:42:22.899 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (2m) 24s ago 2m 37.6M 3992M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:42:22.899 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (4m) 16s ago 5m 40.1M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:42:22.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 25050 32.10 MB/sec warmup 24 sec latency 22.694 ms 2024-02-12T13:42:23.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:21.907064+0000 mgr.smithi023.mqmmus (mgr.14164) 313 : audit [DBG] from='client.24377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:23.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.670044+0000 mon.smithi023 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-02-12T13:42:23.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.670375+0000 mon.smithi023 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-12T13:42:23.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.670639+0000 mon.smithi023 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-12T13:42:23.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.670903+0000 mon.smithi023 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-12T13:42:23.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.820399+0000 mon.smithi023 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:42:23.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.820728+0000 mon.smithi023 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:42:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:21.907064+0000 mgr.smithi023.mqmmus (mgr.14164) 313 : audit [DBG] from='client.24377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.670044+0000 mon.smithi023 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-02-12T13:42:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.670375+0000 mon.smithi023 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-12T13:42:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.670639+0000 mon.smithi023 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-12T13:42:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.670903+0000 mon.smithi023 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-12T13:42:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.820399+0000 mon.smithi023 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:42:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.820728+0000 mon.smithi023 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:42:23.512 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:42:23.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:42:23.514 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:42:23.514 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:42:23.902 INFO:teuthology.orchestra.run.smithi023.stdout: 5 25669 31.05 MB/sec warmup 25 sec latency 27.556 ms 2024-02-12T13:42:24.015 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:42:24.015 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd", 2024-02-12T13:42:24.015 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:42:24.015 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2024-02-12T13:42:24.015 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "", 2024-02-12T13:42:24.016 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd image" 2024-02-12T13:42:24.016 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:42:24.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.410771+0000 mgr.smithi023.mqmmus (mgr.14164) 314 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:24.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.876537+0000 mgr.smithi023.mqmmus (mgr.14164) 315 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:24.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:22.920288+0000 mgr.smithi023.mqmmus (mgr.14164) 316 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 185 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2024-02-12T13:42:24.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.982829+0000 mon.smithi023 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]': finished 2024-02-12T13:42:24.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.982921+0000 mon.smithi023 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-02-12T13:42:24.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.983008+0000 mon.smithi023 (mon.0) 719 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2024-02-12T13:42:24.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:22.983074+0000 mon.smithi023 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-02-12T13:42:24.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:22.983143+0000 mon.smithi023 (mon.0) 721 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-12T13:42:24.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:23.509021+0000 mon.smithi023 (mon.0) 722 : audit [DBG] from='client.? 172.21.15.23:0/842937317' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:42:24.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.410771+0000 mgr.smithi023.mqmmus (mgr.14164) 314 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:24.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.876537+0000 mgr.smithi023.mqmmus (mgr.14164) 315 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:24.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:22.920288+0000 mgr.smithi023.mqmmus (mgr.14164) 316 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 185 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2024-02-12T13:42:24.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.982829+0000 mon.smithi023 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]': finished 2024-02-12T13:42:24.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.982921+0000 mon.smithi023 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-02-12T13:42:24.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.983008+0000 mon.smithi023 (mon.0) 719 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2024-02-12T13:42:24.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:22.983074+0000 mon.smithi023 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-02-12T13:42:24.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:22.983143+0000 mon.smithi023 (mon.0) 721 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-12T13:42:24.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:23.509021+0000 mon.smithi023 (mon.0) 722 : audit [DBG] from='client.? 172.21.15.23:0/842937317' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:42:24.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 26442 30.77 MB/sec warmup 26 sec latency 23.408 ms 2024-02-12T13:42:25.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:23.984380+0000 mon.smithi023 (mon.0) 723 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-12T13:42:25.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:24.009495+0000 mgr.smithi023.mqmmus (mgr.14164) 317 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:25.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:23.984380+0000 mon.smithi023 (mon.0) 723 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-12T13:42:25.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:24.009495+0000 mgr.smithi023.mqmmus (mgr.14164) 317 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:25.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 27449 30.22 MB/sec warmup 27 sec latency 22.982 ms 2024-02-12T13:42:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:26 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:24.920862+0000 mgr.smithi023.mqmmus (mgr.14164) 318 : cluster [DBG] pgmap v262: 97 pgs: 1 peering, 96 active+clean; 194 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 16 MiB/s wr, 1.50k op/s 2024-02-12T13:42:26.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:26 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:24.920862+0000 mgr.smithi023.mqmmus (mgr.14164) 318 : cluster [DBG] pgmap v262: 97 pgs: 1 peering, 96 active+clean; 194 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 16 MiB/s wr, 1.50k op/s 2024-02-12T13:42:26.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 28613 30.93 MB/sec warmup 28 sec latency 15.187 ms 2024-02-12T13:42:27.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 29413 30.23 MB/sec warmup 29 sec latency 22.270 ms 2024-02-12T13:42:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:26.921382+0000 mgr.smithi023.mqmmus (mgr.14164) 319 : cluster [DBG] pgmap v263: 97 pgs: 1 peering, 96 active+clean; 194 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 16 MiB/s wr, 1.52k op/s 2024-02-12T13:42:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:26.921382+0000 mgr.smithi023.mqmmus (mgr.14164) 319 : cluster [DBG] pgmap v263: 97 pgs: 1 peering, 96 active+clean; 194 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 16 MiB/s wr, 1.52k op/s 2024-02-12T13:42:28.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 30588 30.04 MB/sec warmup 30 sec latency 16.002 ms 2024-02-12T13:42:29.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 31560 30.22 MB/sec warmup 31 sec latency 16.924 ms 2024-02-12T13:42:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:28.921829+0000 mgr.smithi023.mqmmus (mgr.14164) 320 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 196 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 757 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:28.921829+0000 mgr.smithi023.mqmmus (mgr.14164) 320 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 196 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 757 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:30.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 32487 30.18 MB/sec warmup 32 sec latency 18.333 ms 2024-02-12T13:42:31.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 33529 29.95 MB/sec warmup 33 sec latency 18.589 ms 2024-02-12T13:42:32.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:30.922445+0000 mgr.smithi023.mqmmus (mgr.14164) 321 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 215 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 14 MiB/s wr, 1.42k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:32.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:30.922445+0000 mgr.smithi023.mqmmus (mgr.14164) 321 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 215 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 14 MiB/s wr, 1.42k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:32.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 34808 29.98 MB/sec warmup 34 sec latency 17.899 ms 2024-02-12T13:42:33.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 35951 30.30 MB/sec warmup 35 sec latency 23.866 ms 2024-02-12T13:42:34.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:32.922867+0000 mgr.smithi023.mqmmus (mgr.14164) 322 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 217 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.19k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:34.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:32.922867+0000 mgr.smithi023.mqmmus (mgr.14164) 322 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 217 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.19k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:34.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 36814 29.93 MB/sec warmup 36 sec latency 14.041 ms 2024-02-12T13:42:35.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 37746 29.56 MB/sec warmup 37 sec latency 21.774 ms 2024-02-12T13:42:36.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:34.923368+0000 mgr.smithi023.mqmmus (mgr.14164) 323 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 232 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 16 MiB/s wr, 1.61k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:36.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:34.923368+0000 mgr.smithi023.mqmmus (mgr.14164) 323 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 232 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 16 MiB/s wr, 1.61k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:36.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 38701 29.76 MB/sec warmup 38 sec latency 26.548 ms 2024-02-12T13:42:37.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 39496 29.65 MB/sec warmup 39 sec latency 13.896 ms 2024-02-12T13:42:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:36.923860+0000 mgr.smithi023.mqmmus (mgr.14164) 324 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 227 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.20k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:38.133347+0000 mon.smithi023 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:38.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:36.923860+0000 mgr.smithi023.mqmmus (mgr.14164) 324 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 227 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.20k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:38.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:38.133347+0000 mon.smithi023 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:42:38.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 40362 29.33 MB/sec warmup 40 sec latency 17.053 ms 2024-02-12T13:42:39.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 41507 29.16 MB/sec warmup 41 sec latency 24.016 ms 2024-02-12T13:42:40.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:38.924320+0000 mgr.smithi023.mqmmus (mgr.14164) 325 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 227 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.17k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:40.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:38.924320+0000 mgr.smithi023.mqmmus (mgr.14164) 325 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 227 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.17k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-02-12T13:42:40.903 INFO:teuthology.orchestra.run.smithi023.stdout: 5 42492 29.41 MB/sec warmup 42 sec latency 17.863 ms 2024-02-12T13:42:41.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 43282 29.15 MB/sec warmup 43 sec latency 27.294 ms 2024-02-12T13:42:42.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:40.924950+0000 mgr.smithi023.mqmmus (mgr.14164) 326 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 244 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.63k op/s 2024-02-12T13:42:42.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:40.924950+0000 mgr.smithi023.mqmmus (mgr.14164) 326 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 244 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.63k op/s 2024-02-12T13:42:42.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 44368 29.08 MB/sec warmup 44 sec latency 26.650 ms 2024-02-12T13:42:43.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 45660 29.29 MB/sec warmup 45 sec latency 16.611 ms 2024-02-12T13:42:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:42.925396+0000 mgr.smithi023.mqmmus (mgr.14164) 327 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-02-12T13:42:44.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:42.925396+0000 mgr.smithi023.mqmmus (mgr.14164) 327 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-02-12T13:42:44.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 46544 29.29 MB/sec warmup 46 sec latency 15.279 ms 2024-02-12T13:42:45.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 47393 28.96 MB/sec warmup 47 sec latency 16.516 ms 2024-02-12T13:42:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:44.925970+0000 mgr.smithi023.mqmmus (mgr.14164) 328 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 16 MiB/s wr, 1.53k op/s 2024-02-12T13:42:46.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:44.925970+0000 mgr.smithi023.mqmmus (mgr.14164) 328 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 16 MiB/s wr, 1.53k op/s 2024-02-12T13:42:46.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 48647 28.93 MB/sec warmup 48 sec latency 22.223 ms 2024-02-12T13:42:47.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 49905 29.37 MB/sec warmup 49 sec latency 26.205 ms 2024-02-12T13:42:48.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:46.926468+0000 mgr.smithi023.mqmmus (mgr.14164) 329 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 268 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.24k op/s 2024-02-12T13:42:48.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:46.926468+0000 mgr.smithi023.mqmmus (mgr.14164) 329 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 268 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.24k op/s 2024-02-12T13:42:48.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 50796 29.06 MB/sec warmup 50 sec latency 14.973 ms 2024-02-12T13:42:49.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 52017 28.94 MB/sec warmup 51 sec latency 21.750 ms 2024-02-12T13:42:50.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:48.926897+0000 mgr.smithi023.mqmmus (mgr.14164) 330 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 265 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2024-02-12T13:42:50.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:48.926897+0000 mgr.smithi023.mqmmus (mgr.14164) 330 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 265 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2024-02-12T13:42:50.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 52882 29.10 MB/sec warmup 52 sec latency 25.793 ms 2024-02-12T13:42:51.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 53716 29.04 MB/sec warmup 53 sec latency 17.354 ms 2024-02-12T13:42:52.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:50.927385+0000 mgr.smithi023.mqmmus (mgr.14164) 331 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 280 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 16 MiB/s wr, 1.59k op/s 2024-02-12T13:42:52.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:50.927385+0000 mgr.smithi023.mqmmus (mgr.14164) 331 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 280 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 16 MiB/s wr, 1.59k op/s 2024-02-12T13:42:52.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 54603 28.81 MB/sec warmup 54 sec latency 17.730 ms 2024-02-12T13:42:53.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 55519 28.57 MB/sec warmup 55 sec latency 35.297 ms 2024-02-12T13:42:54.486 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:42:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:52.927778+0000 mgr.smithi023.mqmmus (mgr.14164) 332 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-12T13:42:54.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:52.927778+0000 mgr.smithi023.mqmmus (mgr.14164) 332 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-12T13:42:54.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 56195 28.56 MB/sec warmup 56 sec latency 19.823 ms 2024-02-12T13:42:55.479 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (5m) 49s ago 7m 19.7M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (6m) 49s ago 6m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (6m) 56s ago 6m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (5m) 49s ago 6m 31.9M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (80s) 49s ago 80s 11.6M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (78s) 56s ago 77s 12.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (8m) 49s ago 8m 422M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (6m) 56s ago 6m 370M - 16.2.5 6933c2a0b7dd 228c7a656d7a 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (8m) 49s ago 8m 46.2M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (5m) 56s ago 5m 37.9M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.zcqvye smithi023 *:2049 running (66s) 49s ago 65s 53.7M - 3.5 6933c2a0b7dd b1cf04be3eaf 2024-02-12T13:42:55.480 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi160.udngza smithi160 *:2049 running (60s) 56s ago 59s 51.1M - 3.5 6933c2a0b7dd 19edeb3e928e 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (6m) 49s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (5m) 56s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5m) 49s ago 5m 36.1M 3224M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4m) 49s ago 4m 37.8M 3224M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4m) 49s ago 4m 38.5M 3224M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4m) 49s ago 4m 38.2M 3224M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (3m) 56s ago 3m 36.3M 3992M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (3m) 56s ago 3m 37.0M 3992M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (3m) 56s ago 3m 36.8M 3992M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (2m) 56s ago 2m 37.6M 3992M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:42:55.481 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (5m) 49s ago 6m 40.1M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:42:55.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 56878 28.57 MB/sec warmup 57 sec latency 24.712 ms 2024-02-12T13:42:56.078 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:42:56.078 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:42:56.079 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:42:56.080 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:42:56.536 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:42:56.536 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd", 2024-02-12T13:42:56.536 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:42:56.536 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2024-02-12T13:42:56.537 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "", 2024-02-12T13:42:56.537 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:c76783341f6dcd7c9515f5c407c7402ee30c3dfd image" 2024-02-12T13:42:56.537 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:42:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:54.466406+0000 mgr.smithi023.mqmmus (mgr.14164) 333 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:54.928302+0000 mgr.smithi023.mqmmus (mgr.14164) 334 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 287 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 16 MiB/s wr, 1.56k op/s 2024-02-12T13:42:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:54.981103+0000 mgr.smithi023.mqmmus (mgr.14164) 335 : audit [DBG] from='client.24399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:56.074357+0000 mon.smithi160 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.23:0/3541918619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:42:56.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:54.466406+0000 mgr.smithi023.mqmmus (mgr.14164) 333 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:56.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:54.928302+0000 mgr.smithi023.mqmmus (mgr.14164) 334 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 287 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 16 MiB/s wr, 1.56k op/s 2024-02-12T13:42:56.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:54.981103+0000 mgr.smithi023.mqmmus (mgr.14164) 335 : audit [DBG] from='client.24399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:56.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:56.074357+0000 mon.smithi160 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.23:0/3541918619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:42:56.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 57444 28.21 MB/sec warmup 58 sec latency 32.765 ms 2024-02-12T13:42:57.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:55.459392+0000 mgr.smithi023.mqmmus (mgr.14164) 336 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:57.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:55.459392+0000 mgr.smithi023.mqmmus (mgr.14164) 336 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:57.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 58071 27.98 MB/sec warmup 59 sec latency 33.542 ms 2024-02-12T13:42:58.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:42:56.531491+0000 mgr.smithi023.mqmmus (mgr.14164) 337 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:58.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:42:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:56.928771+0000 mgr.smithi023.mqmmus (mgr.14164) 338 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 288 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.27k op/s 2024-02-12T13:42:58.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:42:56.531491+0000 mgr.smithi023.mqmmus (mgr.14164) 337 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:42:58.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:42:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:56.928771+0000 mgr.smithi023.mqmmus (mgr.14164) 338 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 288 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.27k op/s 2024-02-12T13:42:58.904 INFO:teuthology.orchestra.run.smithi023.stdout: 5 58921 27.76 MB/sec warmup 60 sec latency 17.122 ms 2024-02-12T13:42:59.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 59513 27.60 MB/sec warmup 61 sec latency 21.841 ms 2024-02-12T13:43:00.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:42:58.929187+0000 mgr.smithi023.mqmmus (mgr.14164) 339 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 290 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-12T13:43:00.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:42:58.929187+0000 mgr.smithi023.mqmmus (mgr.14164) 339 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 290 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-12T13:43:00.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 60500 27.83 MB/sec warmup 62 sec latency 18.072 ms 2024-02-12T13:43:01.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 61234 27.53 MB/sec warmup 63 sec latency 22.428 ms 2024-02-12T13:43:02.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:00.929713+0000 mgr.smithi023.mqmmus (mgr.14164) 340 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 294 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2024-02-12T13:43:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:00.929713+0000 mgr.smithi023.mqmmus (mgr.14164) 340 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 294 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2024-02-12T13:43:02.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 61959 27.44 MB/sec warmup 64 sec latency 27.350 ms 2024-02-12T13:43:03.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 62965 27.32 MB/sec warmup 65 sec latency 63.211 ms 2024-02-12T13:43:04.309 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:02.930151+0000 mgr.smithi023.mqmmus (mgr.14164) 341 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 914 op/s 2024-02-12T13:43:04.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:02.930151+0000 mgr.smithi023.mqmmus (mgr.14164) 341 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 914 op/s 2024-02-12T13:43:04.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 63905 27.48 MB/sec warmup 66 sec latency 17.568 ms 2024-02-12T13:43:05.615 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:04.930648+0000 mgr.smithi023.mqmmus (mgr.14164) 342 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-02-12T13:43:05.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:04.930648+0000 mgr.smithi023.mqmmus (mgr.14164) 342 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-02-12T13:43:05.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 64640 27.29 MB/sec warmup 67 sec latency 45.129 ms 2024-02-12T13:43:06.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 65359 27.10 MB/sec warmup 68 sec latency 56.645 ms 2024-02-12T13:43:07.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 66268 27.00 MB/sec warmup 69 sec latency 33.071 ms 2024-02-12T13:43:08.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:06.931034+0000 mgr.smithi023.mqmmus (mgr.14164) 343 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.9 MiB/s wr, 896 op/s 2024-02-12T13:43:08.418 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:06.931034+0000 mgr.smithi023.mqmmus (mgr.14164) 343 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.9 MiB/s wr, 896 op/s 2024-02-12T13:43:08.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 67116 27.10 MB/sec warmup 70 sec latency 23.984 ms 2024-02-12T13:43:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:08.437109+0000 mon.smithi023 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:43:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:43:08.437857+0000 mgr.smithi023.mqmmus (mgr.14164) 344 : cephadm [INF] Upgrade: Target is version 17.2.7-512-gc7678334 (unknown) 2024-02-12T13:43:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:43:08.437956+0000 mgr.smithi023.mqmmus (mgr.14164) 345 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe, digests ['quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe'] 2024-02-12T13:43:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:08.439164+0000 mon.smithi023 (mon.0) 726 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:43:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:43:08.440428+0000 mgr.smithi023.mqmmus (mgr.14164) 346 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi023.mqmmus) 2024-02-12T13:43:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:43:08.709271+0000 mgr.smithi023.mqmmus (mgr.14164) 347 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe on smithi160 2024-02-12T13:43:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:08.931485+0000 mgr.smithi023.mqmmus (mgr.14164) 348 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 311 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 866 op/s 2024-02-12T13:43:09.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 67802 27.05 MB/sec warmup 71 sec latency 18.598 ms 2024-02-12T13:43:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:08.437109+0000 mon.smithi023 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:43:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:43:08.437857+0000 mgr.smithi023.mqmmus (mgr.14164) 344 : cephadm [INF] Upgrade: Target is version 17.2.7-512-gc7678334 (unknown) 2024-02-12T13:43:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:43:08.437956+0000 mgr.smithi023.mqmmus (mgr.14164) 345 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe, digests ['quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe'] 2024-02-12T13:43:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:08.439164+0000 mon.smithi023 (mon.0) 726 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:43:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:43:08.440428+0000 mgr.smithi023.mqmmus (mgr.14164) 346 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi023.mqmmus) 2024-02-12T13:43:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:43:08.709271+0000 mgr.smithi023.mqmmus (mgr.14164) 347 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe on smithi160 2024-02-12T13:43:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:08.931485+0000 mgr.smithi023.mqmmus (mgr.14164) 348 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 311 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 866 op/s 2024-02-12T13:43:10.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 68357 26.79 MB/sec warmup 72 sec latency 26.814 ms 2024-02-12T13:43:11.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 69139 26.70 MB/sec warmup 73 sec latency 21.665 ms 2024-02-12T13:43:12.318 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:10.931981+0000 mgr.smithi023.mqmmus (mgr.14164) 349 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 12 MiB/s wr, 1.03k op/s 2024-02-12T13:43:12.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:10.931981+0000 mgr.smithi023.mqmmus (mgr.14164) 349 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 12 MiB/s wr, 1.03k op/s 2024-02-12T13:43:12.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 69989 26.53 MB/sec warmup 74 sec latency 75.193 ms 2024-02-12T13:43:13.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 70869 26.67 MB/sec warmup 75 sec latency 18.699 ms 2024-02-12T13:43:14.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:12.932392+0000 mgr.smithi023.mqmmus (mgr.14164) 350 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 883 op/s 2024-02-12T13:43:14.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:12.932392+0000 mgr.smithi023.mqmmus (mgr.14164) 350 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 883 op/s 2024-02-12T13:43:14.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 71430 26.54 MB/sec warmup 76 sec latency 23.395 ms 2024-02-12T13:43:15.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 71876 26.28 MB/sec warmup 77 sec latency 32.364 ms 2024-02-12T13:43:16.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:14.932892+0000 mgr.smithi023.mqmmus (mgr.14164) 351 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-12T13:43:16.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:14.932892+0000 mgr.smithi023.mqmmus (mgr.14164) 351 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-12T13:43:16.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 72259 26.03 MB/sec warmup 78 sec latency 35.593 ms 2024-02-12T13:43:17.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 73090 25.95 MB/sec warmup 79 sec latency 32.314 ms 2024-02-12T13:43:18.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:16.933286+0000 mgr.smithi023.mqmmus (mgr.14164) 352 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-02-12T13:43:18.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:16.933286+0000 mgr.smithi023.mqmmus (mgr.14164) 352 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-02-12T13:43:18.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 73727 25.82 MB/sec warmup 80 sec latency 19.582 ms 2024-02-12T13:43:19.905 INFO:teuthology.orchestra.run.smithi023.stdout: 5 74754 26.02 MB/sec warmup 81 sec latency 21.604 ms 2024-02-12T13:43:20.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:18.933718+0000 mgr.smithi023.mqmmus (mgr.14164) 353 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 333 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.9 MiB/s wr, 953 op/s 2024-02-12T13:43:20.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:18.933718+0000 mgr.smithi023.mqmmus (mgr.14164) 353 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 333 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.9 MiB/s wr, 953 op/s 2024-02-12T13:43:20.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 75457 25.85 MB/sec warmup 82 sec latency 41.400 ms 2024-02-12T13:43:21.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 76222 25.79 MB/sec warmup 83 sec latency 26.044 ms 2024-02-12T13:43:22.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:20.934504+0000 mgr.smithi023.mqmmus (mgr.14164) 354 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.23k op/s 2024-02-12T13:43:22.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:20.934504+0000 mgr.smithi023.mqmmus (mgr.14164) 354 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.23k op/s 2024-02-12T13:43:22.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 76973 25.61 MB/sec warmup 84 sec latency 25.924 ms 2024-02-12T13:43:23.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:22.822345+0000 mon.smithi023 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:43:23.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:22.823453+0000 mon.smithi023 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:43:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:22.822345+0000 mon.smithi023 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:43:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:22.823453+0000 mon.smithi023 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:43:23.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 77487 25.56 MB/sec warmup 85 sec latency 23.627 ms 2024-02-12T13:43:24.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:22.934886+0000 mgr.smithi023.mqmmus (mgr.14164) 355 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 989 op/s 2024-02-12T13:43:24.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:22.934886+0000 mgr.smithi023.mqmmus (mgr.14164) 355 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 338 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 989 op/s 2024-02-12T13:43:24.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 78053 25.50 MB/sec warmup 86 sec latency 23.425 ms 2024-02-12T13:43:25.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 78483 25.38 MB/sec warmup 87 sec latency 31.363 ms 2024-02-12T13:43:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:26 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:24.935372+0000 mgr.smithi023.mqmmus (mgr.14164) 356 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 331 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.21k op/s 2024-02-12T13:43:26.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:26 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:24.935372+0000 mgr.smithi023.mqmmus (mgr.14164) 356 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 331 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.21k op/s 2024-02-12T13:43:26.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 79075 25.18 MB/sec warmup 88 sec latency 31.600 ms 2024-02-12T13:43:27.045 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:43:27.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 79807 25.13 MB/sec warmup 89 sec latency 31.506 ms 2024-02-12T13:43:27.974 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:43:27.974 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (5m) 81s ago 7m 19.7M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:43:27.974 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (7m) 81s ago 7m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:43:27.974 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (6m) 89s ago 6m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:43:27.974 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (5m) 81s ago 7m 31.9M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:43:27.974 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (113s) 81s ago 112s 11.6M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:43:27.974 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (110s) 89s ago 110s 12.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (8m) 81s ago 8m 422M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (6m) 89s ago 6m 370M - 16.2.5 6933c2a0b7dd 228c7a656d7a 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (9m) 81s ago 9m 46.2M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (6m) 89s ago 6m 37.9M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.zcqvye smithi023 *:2049 running (98s) 81s ago 97s 53.7M - 3.5 6933c2a0b7dd b1cf04be3eaf 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi160.udngza smithi160 *:2049 running (92s) 89s ago 92s 51.1M - 3.5 6933c2a0b7dd 19edeb3e928e 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (7m) 81s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (6m) 89s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5m) 81s ago 5m 36.1M 3224M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5m) 81s ago 5m 37.8M 3224M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5m) 81s ago 5m 38.5M 3224M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4m) 81s ago 4m 38.2M 3224M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (4m) 89s ago 4m 36.3M 3992M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (4m) 89s ago 4m 37.0M 3992M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (3m) 89s ago 3m 36.8M 3992M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:43:27.975 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (3m) 89s ago 3m 37.6M 3992M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:43:27.976 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (5m) 81s ago 6m 40.1M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:43:28.497 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:43:28.498 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:43:28.498 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:43:28.498 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:43:28.498 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:43:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:26.935855+0000 mgr.smithi023.mqmmus (mgr.14164) 357 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 328 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 982 op/s 2024-02-12T13:43:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:27.020430+0000 mgr.smithi023.mqmmus (mgr.14164) 358 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:43:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:26.935855+0000 mgr.smithi023.mqmmus (mgr.14164) 357 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 328 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 982 op/s 2024-02-12T13:43:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:27.020430+0000 mgr.smithi023.mqmmus (mgr.14164) 358 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:43:28.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 80554 24.99 MB/sec warmup 90 sec latency 22.243 ms 2024-02-12T13:43:28.939 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:43:28.939 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:43:28.939 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:43:28.939 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2024-02-12T13:43:28.939 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-12T13:43:28.939 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe image on host smithi160" 2024-02-12T13:43:28.940 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:43:29.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:27.501970+0000 mgr.smithi023.mqmmus (mgr.14164) 359 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:43:29.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:27.956730+0000 mgr.smithi023.mqmmus (mgr.14164) 360 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:43:29.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:28.493736+0000 mon.smithi023 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.23:0/382188965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:43:29.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:27.501970+0000 mgr.smithi023.mqmmus (mgr.14164) 359 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:43:29.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:27.956730+0000 mgr.smithi023.mqmmus (mgr.14164) 360 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:43:29.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:28.493736+0000 mon.smithi023 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.23:0/382188965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:43:29.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 81149 24.99 MB/sec warmup 91 sec latency 20.646 ms 2024-02-12T13:43:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:28.936079+0000 mgr.smithi023.mqmmus (mgr.14164) 361 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:43:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:28.936840+0000 mgr.smithi023.mqmmus (mgr.14164) 362 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 755 op/s 2024-02-12T13:43:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:28.936079+0000 mgr.smithi023.mqmmus (mgr.14164) 361 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:43:30.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:28.936840+0000 mgr.smithi023.mqmmus (mgr.14164) 362 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 755 op/s 2024-02-12T13:43:30.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 81928 25.03 MB/sec warmup 92 sec latency 20.360 ms 2024-02-12T13:43:31.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 82597 24.85 MB/sec warmup 93 sec latency 23.194 ms 2024-02-12T13:43:32.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:30.937436+0000 mgr.smithi023.mqmmus (mgr.14164) 363 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 328 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.08k op/s 2024-02-12T13:43:32.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:30.937436+0000 mgr.smithi023.mqmmus (mgr.14164) 363 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 328 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.08k op/s 2024-02-12T13:43:32.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 83336 24.80 MB/sec warmup 94 sec latency 34.095 ms 2024-02-12T13:43:33.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 84215 24.70 MB/sec warmup 95 sec latency 73.107 ms 2024-02-12T13:43:34.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:32.937880+0000 mgr.smithi023.mqmmus (mgr.14164) 364 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 324 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 764 op/s 2024-02-12T13:43:34.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:32.937880+0000 mgr.smithi023.mqmmus (mgr.14164) 364 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 324 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 764 op/s 2024-02-12T13:43:34.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 85024 24.78 MB/sec warmup 96 sec latency 24.866 ms 2024-02-12T13:43:35.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 85450 24.70 MB/sec warmup 97 sec latency 126.232 ms 2024-02-12T13:43:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:34.938485+0000 mgr.smithi023.mqmmus (mgr.14164) 365 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.01k op/s 2024-02-12T13:43:36.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:34.938485+0000 mgr.smithi023.mqmmus (mgr.14164) 365 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.01k op/s 2024-02-12T13:43:36.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 85699 24.50 MB/sec warmup 98 sec latency 34.829 ms 2024-02-12T13:43:37.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 86237 24.32 MB/sec warmup 99 sec latency 29.880 ms 2024-02-12T13:43:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:36.938864+0000 mgr.smithi023.mqmmus (mgr.14164) 366 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 902 op/s 2024-02-12T13:43:38.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:36.938864+0000 mgr.smithi023.mqmmus (mgr.14164) 366 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 902 op/s 2024-02-12T13:43:38.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 86917 24.28 MB/sec warmup 100 sec latency 32.261 ms 2024-02-12T13:43:39.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 87759 24.18 MB/sec warmup 101 sec latency 21.291 ms 2024-02-12T13:43:40.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:38.939287+0000 mgr.smithi023.mqmmus (mgr.14164) 367 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 847 op/s 2024-02-12T13:43:40.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:38.939287+0000 mgr.smithi023.mqmmus (mgr.14164) 367 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 847 op/s 2024-02-12T13:43:40.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 88429 24.22 MB/sec warmup 102 sec latency 31.126 ms 2024-02-12T13:43:41.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 89167 24.23 MB/sec warmup 103 sec latency 21.791 ms 2024-02-12T13:43:42.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:40.939890+0000 mgr.smithi023.mqmmus (mgr.14164) 368 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-02-12T13:43:42.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:40.939890+0000 mgr.smithi023.mqmmus (mgr.14164) 368 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-02-12T13:43:42.906 INFO:teuthology.orchestra.run.smithi023.stdout: 5 89877 24.09 MB/sec warmup 104 sec latency 28.348 ms 2024-02-12T13:43:43.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 90754 24.05 MB/sec warmup 105 sec latency 13.246 ms 2024-02-12T13:43:44.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:42.940363+0000 mgr.smithi023.mqmmus (mgr.14164) 369 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 743 op/s 2024-02-12T13:43:44.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:42.940363+0000 mgr.smithi023.mqmmus (mgr.14164) 369 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 743 op/s 2024-02-12T13:43:44.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 91650 24.07 MB/sec warmup 106 sec latency 22.002 ms 2024-02-12T13:43:45.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 92527 24.18 MB/sec warmup 107 sec latency 19.865 ms 2024-02-12T13:43:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:44.940831+0000 mgr.smithi023.mqmmus (mgr.14164) 370 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-02-12T13:43:46.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:44.940831+0000 mgr.smithi023.mqmmus (mgr.14164) 370 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-02-12T13:43:46.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 93284 24.06 MB/sec warmup 108 sec latency 17.125 ms 2024-02-12T13:43:47.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 93923 24.00 MB/sec warmup 109 sec latency 24.573 ms 2024-02-12T13:43:48.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:46.941321+0000 mgr.smithi023.mqmmus (mgr.14164) 371 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.1 MiB/s wr, 870 op/s 2024-02-12T13:43:48.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:46.941321+0000 mgr.smithi023.mqmmus (mgr.14164) 371 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.1 MiB/s wr, 870 op/s 2024-02-12T13:43:48.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 94713 23.90 MB/sec warmup 110 sec latency 30.547 ms 2024-02-12T13:43:49.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 95187 23.85 MB/sec warmup 111 sec latency 33.974 ms 2024-02-12T13:43:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:48.941764+0000 mgr.smithi023.mqmmus (mgr.14164) 372 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 826 op/s 2024-02-12T13:43:50.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:48.941764+0000 mgr.smithi023.mqmmus (mgr.14164) 372 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 826 op/s 2024-02-12T13:43:50.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 95634 23.79 MB/sec warmup 112 sec latency 28.895 ms 2024-02-12T13:43:51.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 96035 23.73 MB/sec warmup 113 sec latency 62.246 ms 2024-02-12T13:43:52.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:50.942455+0000 mgr.smithi023.mqmmus (mgr.14164) 373 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.10k op/s 2024-02-12T13:43:52.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:50.942455+0000 mgr.smithi023.mqmmus (mgr.14164) 373 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.10k op/s 2024-02-12T13:43:52.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 96521 23.59 MB/sec warmup 114 sec latency 45.227 ms 2024-02-12T13:43:53.907 INFO:teuthology.orchestra.run.smithi023.stdout: 5 97209 23.48 MB/sec warmup 115 sec latency 33.804 ms 2024-02-12T13:43:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:52.944031+0000 mgr.smithi023.mqmmus (mgr.14164) 374 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 881 op/s 2024-02-12T13:43:54.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:52.944031+0000 mgr.smithi023.mqmmus (mgr.14164) 374 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 881 op/s 2024-02-12T13:43:54.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 98131 23.47 MB/sec warmup 116 sec latency 29.484 ms 2024-02-12T13:43:55.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 98988 23.56 MB/sec warmup 117 sec latency 22.471 ms 2024-02-12T13:43:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:54.944624+0000 mgr.smithi023.mqmmus (mgr.14164) 375 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.10k op/s 2024-02-12T13:43:56.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:54.944624+0000 mgr.smithi023.mqmmus (mgr.14164) 375 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.10k op/s 2024-02-12T13:43:56.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 99765 23.57 MB/sec warmup 118 sec latency 29.413 ms 2024-02-12T13:43:57.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 100250 23.43 MB/sec warmup 119 sec latency 56.328 ms 2024-02-12T13:43:58.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:43:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:56.945066+0000 mgr.smithi023.mqmmus (mgr.14164) 376 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 893 op/s 2024-02-12T13:43:58.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:43:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:56.945066+0000 mgr.smithi023.mqmmus (mgr.14164) 376 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 893 op/s 2024-02-12T13:43:59.327 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:43:59.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 101283 15.62 MB/sec execute 1 sec latency 39.881 ms 2024-02-12T13:44:00.069 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:44:00.069 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (6m) 113s ago 8m 19.7M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:44:00.069 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (8m) 113s ago 8m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:44:00.069 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (7m) 2m ago 7m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:44:00.069 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (6m) 113s ago 7m 31.9M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:44:00.069 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (2m) 113s ago 2m 11.6M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:44:00.069 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (2m) 2m ago 2m 12.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:44:00.069 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (9m) 113s ago 9m 422M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:44:00.069 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (7m) 2m ago 7m 370M - 16.2.5 6933c2a0b7dd 228c7a656d7a 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (9m) 113s ago 9m 46.2M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (7m) 2m ago 7m 37.9M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.zcqvye smithi023 *:2049 running (2m) 113s ago 2m 53.7M - 3.5 6933c2a0b7dd b1cf04be3eaf 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi160.udngza smithi160 *:2049 running (2m) 2m ago 2m 51.1M - 3.5 6933c2a0b7dd 19edeb3e928e 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (7m) 113s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (6m) 2m ago 6m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6m) 113s ago 6m 36.1M 3224M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6m) 113s ago 6m 37.8M 3224M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5m) 113s ago 5m 38.5M 3224M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5m) 113s ago 5m 38.2M 3224M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (4m) 2m ago 4m 36.3M 3992M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (4m) 2m ago 4m 37.0M 3992M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:44:00.070 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (4m) 2m ago 4m 36.8M 3992M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:44:00.071 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (3m) 2m ago 3m 37.6M 3992M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:44:00.071 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (6m) 113s ago 7m 40.1M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:44:00.517 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:44:00.517 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:44:00.517 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:44:00.517 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:44:00.517 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:44:00.517 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:44:00.517 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:44:00.517 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:44:00.518 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:44:00.518 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:44:00.518 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:44:00.518 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:44:00.518 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:44:00.518 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:44:00.518 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-12T13:44:00.518 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:44:00.518 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:44:00.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:43:58.945476+0000 mgr.smithi023.mqmmus (mgr.14164) 377 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.5 MiB/s wr, 804 op/s 2024-02-12T13:44:00.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:59.308849+0000 mgr.smithi023.mqmmus (mgr.14164) 378 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:00.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:43:58.945476+0000 mgr.smithi023.mqmmus (mgr.14164) 377 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.5 MiB/s wr, 804 op/s 2024-02-12T13:44:00.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:59.308849+0000 mgr.smithi023.mqmmus (mgr.14164) 378 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:00.878 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:44:00.878 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:44:00.878 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:44:00.878 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2024-02-12T13:44:00.878 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-12T13:44:00.878 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe image on host smithi160" 2024-02-12T13:44:00.878 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:44:00.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 101914 13.89 MB/sec execute 2 sec latency 30.463 ms 2024-02-12T13:44:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:43:59.683963+0000 mgr.smithi023.mqmmus (mgr.14164) 379 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:00.052015+0000 mgr.smithi023.mqmmus (mgr.14164) 380 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:00.513736+0000 mon.smithi160 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.23:0/3335666919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:44:01.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:43:59.683963+0000 mgr.smithi023.mqmmus (mgr.14164) 379 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:01.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:00.052015+0000 mgr.smithi023.mqmmus (mgr.14164) 380 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:00.513736+0000 mon.smithi160 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.23:0/3335666919' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:44:01.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 102481 18.23 MB/sec execute 3 sec latency 26.197 ms 2024-02-12T13:44:02.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:00.874846+0000 mgr.smithi023.mqmmus (mgr.14164) 381 : audit [DBG] from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:02.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:00.945940+0000 mgr.smithi023.mqmmus (mgr.14164) 382 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 319 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-02-12T13:44:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:00.874846+0000 mgr.smithi023.mqmmus (mgr.14164) 381 : audit [DBG] from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:00.945940+0000 mgr.smithi023.mqmmus (mgr.14164) 382 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 319 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-02-12T13:44:02.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 103173 19.61 MB/sec execute 4 sec latency 32.615 ms 2024-02-12T13:44:03.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 103589 16.86 MB/sec execute 5 sec latency 37.889 ms 2024-02-12T13:44:04.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:02.946242+0000 mgr.smithi023.mqmmus (mgr.14164) 383 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 8.1 MiB/s wr, 747 op/s 2024-02-12T13:44:04.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:02.946242+0000 mgr.smithi023.mqmmus (mgr.14164) 383 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 8.1 MiB/s wr, 747 op/s 2024-02-12T13:44:04.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 104089 15.40 MB/sec execute 6 sec latency 48.540 ms 2024-02-12T13:44:05.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:04.946766+0000 mgr.smithi023.mqmmus (mgr.14164) 384 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 970 op/s 2024-02-12T13:44:05.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:04.946766+0000 mgr.smithi023.mqmmus (mgr.14164) 384 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 970 op/s 2024-02-12T13:44:05.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 104634 15.67 MB/sec execute 7 sec latency 33.822 ms 2024-02-12T13:44:06.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 105309 14.98 MB/sec execute 8 sec latency 27.925 ms 2024-02-12T13:44:07.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 105812 15.39 MB/sec execute 9 sec latency 31.936 ms 2024-02-12T13:44:08.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:06.947210+0000 mgr.smithi023.mqmmus (mgr.14164) 385 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 324 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 831 op/s 2024-02-12T13:44:08.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:06.947210+0000 mgr.smithi023.mqmmus (mgr.14164) 385 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 324 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 831 op/s 2024-02-12T13:44:08.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 106400 16.18 MB/sec execute 10 sec latency 67.930 ms 2024-02-12T13:44:09.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 106798 16.06 MB/sec execute 11 sec latency 35.434 ms 2024-02-12T13:44:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:08.947599+0000 mgr.smithi023.mqmmus (mgr.14164) 386 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 325 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 844 op/s 2024-02-12T13:44:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:08.947599+0000 mgr.smithi023.mqmmus (mgr.14164) 386 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 325 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 844 op/s 2024-02-12T13:44:10.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 107082 14.97 MB/sec execute 12 sec latency 44.173 ms 2024-02-12T13:44:11.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 107453 14.25 MB/sec execute 13 sec latency 44.732 ms 2024-02-12T13:44:12.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:10.948179+0000 mgr.smithi023.mqmmus (mgr.14164) 387 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 325 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 980 op/s 2024-02-12T13:44:12.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:10.948179+0000 mgr.smithi023.mqmmus (mgr.14164) 387 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 325 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 980 op/s 2024-02-12T13:44:12.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 108153 14.66 MB/sec execute 14 sec latency 25.799 ms 2024-02-12T13:44:13.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 108908 14.44 MB/sec execute 15 sec latency 25.695 ms 2024-02-12T13:44:14.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:14 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:12.948573+0000 mgr.smithi023.mqmmus (mgr.14164) 388 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 326 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 7.3 MiB/s wr, 682 op/s 2024-02-12T13:44:14.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:14 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:12.948573+0000 mgr.smithi023.mqmmus (mgr.14164) 388 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 326 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 7.3 MiB/s wr, 682 op/s 2024-02-12T13:44:14.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 109259 14.37 MB/sec execute 16 sec latency 34.652 ms 2024-02-12T13:44:15.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 109690 14.63 MB/sec execute 17 sec latency 30.871 ms 2024-02-12T13:44:16.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:14.949057+0000 mgr.smithi023.mqmmus (mgr.14164) 389 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 324 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.0 MiB/s wr, 924 op/s 2024-02-12T13:44:16.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:14.949057+0000 mgr.smithi023.mqmmus (mgr.14164) 389 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 324 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.0 MiB/s wr, 924 op/s 2024-02-12T13:44:16.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 110189 14.90 MB/sec execute 18 sec latency 31.502 ms 2024-02-12T13:44:17.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 110590 14.48 MB/sec execute 19 sec latency 44.248 ms 2024-02-12T13:44:18.573 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:18 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:16.949575+0000 mgr.smithi023.mqmmus (mgr.14164) 390 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 7.3 MiB/s wr, 720 op/s 2024-02-12T13:44:18.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:16.949575+0000 mgr.smithi023.mqmmus (mgr.14164) 390 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 7.3 MiB/s wr, 720 op/s 2024-02-12T13:44:18.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 111076 14.08 MB/sec execute 20 sec latency 39.845 ms 2024-02-12T13:44:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:18.592129+0000 mgr.smithi023.mqmmus (mgr.14164) 391 : cephadm [INF] Upgrade: Updating mgr.smithi160.somqhq 2024-02-12T13:44:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:18.597232+0000 mon.smithi023 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:44:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:18.598695+0000 mon.smithi023 (mon.0) 731 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.somqhq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:44:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:18.599636+0000 mon.smithi023 (mon.0) 732 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:44:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:18.601083+0000 mon.smithi023 (mon.0) 733 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:44:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:18.601666+0000 mgr.smithi023.mqmmus (mgr.14164) 392 : cephadm [INF] Deploying daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:44:19.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:18.950035+0000 mgr.smithi023.mqmmus (mgr.14164) 393 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.4 MiB/s wr, 629 op/s 2024-02-12T13:44:19.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 111619 14.17 MB/sec execute 21 sec latency 27.397 ms 2024-02-12T13:44:19.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:18.592129+0000 mgr.smithi023.mqmmus (mgr.14164) 391 : cephadm [INF] Upgrade: Updating mgr.smithi160.somqhq 2024-02-12T13:44:19.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:18.597232+0000 mon.smithi023 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:44:19.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:18.598695+0000 mon.smithi023 (mon.0) 731 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.somqhq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:44:19.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:18.599636+0000 mon.smithi023 (mon.0) 732 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:44:19.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:18.601083+0000 mon.smithi023 (mon.0) 733 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:44:19.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:18.601666+0000 mgr.smithi023.mqmmus (mgr.14164) 392 : cephadm [INF] Deploying daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:44:19.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:18.950035+0000 mgr.smithi023.mqmmus (mgr.14164) 393 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.4 MiB/s wr, 629 op/s 2024-02-12T13:44:20.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 112215 13.95 MB/sec execute 22 sec latency 39.926 ms 2024-02-12T13:44:21.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 112644 13.82 MB/sec execute 23 sec latency 25.067 ms 2024-02-12T13:44:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:20.950640+0000 mgr.smithi023.mqmmus (mgr.14164) 394 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.2 MiB/s wr, 813 op/s 2024-02-12T13:44:22.321 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:22 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:20.950640+0000 mgr.smithi023.mqmmus (mgr.14164) 394 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.2 MiB/s wr, 813 op/s 2024-02-12T13:44:22.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 113094 14.19 MB/sec execute 24 sec latency 38.939 ms 2024-02-12T13:44:23.362 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:22.088018+0000 mon.smithi023 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:44:23.363 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:22.088975+0000 mon.smithi023 (mon.0) 735 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:44:23.363 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:22.090257+0000 mon.smithi023 (mon.0) 736 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:44:23.363 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:22.090969+0000 mon.smithi023 (mon.0) 737 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:44:23.363 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:22.823746+0000 mon.smithi023 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:44:23.363 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:22.824940+0000 mon.smithi023 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:44:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:22.088018+0000 mon.smithi023 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:44:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:22.088975+0000 mon.smithi023 (mon.0) 735 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:44:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:22.090257+0000 mon.smithi023 (mon.0) 736 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:44:23.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:22.090969+0000 mon.smithi023 (mon.0) 737 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:44:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:22.823746+0000 mon.smithi023 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:44:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:22.824940+0000 mon.smithi023 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:44:23.908 INFO:teuthology.orchestra.run.smithi023.stdout: 5 113636 14.39 MB/sec execute 25 sec latency 29.920 ms 2024-02-12T13:44:24.097 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:22.951138+0000 mgr.smithi023.mqmmus (mgr.14164) 395 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 321 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 671 op/s 2024-02-12T13:44:24.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:22.951138+0000 mgr.smithi023.mqmmus (mgr.14164) 395 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 321 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 671 op/s 2024-02-12T13:44:24.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 114290 14.28 MB/sec execute 26 sec latency 29.239 ms 2024-02-12T13:44:25.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 115035 14.32 MB/sec execute 27 sec latency 38.773 ms 2024-02-12T13:44:26.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:26 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:24.951652+0000 mgr.smithi023.mqmmus (mgr.14164) 396 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 327 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.1 MiB/s wr, 793 op/s 2024-02-12T13:44:26.550 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:26 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:26.145559+0000 mon.smithi023 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:44:26.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:26 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:24.951652+0000 mgr.smithi023.mqmmus (mgr.14164) 396 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 327 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.1 MiB/s wr, 793 op/s 2024-02-12T13:44:26.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:26 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:26.145559+0000 mon.smithi023 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:44:26.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 116113 14.66 MB/sec execute 28 sec latency 11.815 ms 2024-02-12T13:44:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:26.545213+0000 mon.smithi023 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:44:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:26.554346+0000 mon.smithi023 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:44:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:26.557461+0000 mon.smithi023 (mon.0) 743 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:44:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:26.558837+0000 mgr.smithi023.mqmmus (mgr.14164) 397 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi023.mqmmus) 2024-02-12T13:44:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:26.561886+0000 mgr.smithi023.mqmmus (mgr.14164) 398 : cephadm [INF] Failing over to other MGR 2024-02-12T13:44:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:26.562299+0000 mon.smithi023 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr fail", "who": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:44:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:26.567380+0000 mon.smithi023 (mon.0) 745 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-12T13:44:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:26.952048+0000 mgr.smithi023.mqmmus (mgr.14164) 399 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 331 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 7.7 MiB/s wr, 732 op/s 2024-02-12T13:44:27.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:27.179859+0000 mon.smithi023 (mon.0) 746 : cluster [DBG] Standby manager daemon smithi023.mqmmus started 2024-02-12T13:44:27.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 116872 15.26 MB/sec execute 29 sec latency 29.363 ms 2024-02-12T13:44:27.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:26.545213+0000 mon.smithi023 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:44:27.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:26.554346+0000 mon.smithi023 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' 2024-02-12T13:44:27.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:26.557461+0000 mon.smithi023 (mon.0) 743 : audit [DBG] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:44:27.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:26.558837+0000 mgr.smithi023.mqmmus (mgr.14164) 397 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi023.mqmmus) 2024-02-12T13:44:27.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:26.561886+0000 mgr.smithi023.mqmmus (mgr.14164) 398 : cephadm [INF] Failing over to other MGR 2024-02-12T13:44:27.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:26.562299+0000 mon.smithi023 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr fail", "who": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:44:27.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:26.567380+0000 mon.smithi023 (mon.0) 745 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-12T13:44:27.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:26.952048+0000 mgr.smithi023.mqmmus (mgr.14164) 399 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 331 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 7.7 MiB/s wr, 732 op/s 2024-02-12T13:44:27.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:27.179859+0000 mon.smithi023 (mon.0) 746 : cluster [DBG] Standby manager daemon smithi023.mqmmus started 2024-02-12T13:44:28.828 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:27.560533+0000 mon.smithi023 (mon.0) 747 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "mgr fail", "who": "smithi023.mqmmus"}]': finished 2024-02-12T13:44:28.828 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:28 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:27.560599+0000 mon.smithi023 (mon.0) 748 : cluster [DBG] mgrmap e21: smithi160.somqhq(active, starting, since 0.997455s), standbys: smithi023.mqmmus 2024-02-12T13:44:28.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 117352 15.36 MB/sec execute 30 sec latency 42.566 ms 2024-02-12T13:44:28.936 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:27.560533+0000 mon.smithi023 (mon.0) 747 : audit [INF] from='mgr.14164 172.21.15.23:0/66756326' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "mgr fail", "who": "smithi023.mqmmus"}]': finished 2024-02-12T13:44:28.937 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:28 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:27.560599+0000 mon.smithi023 (mon.0) 748 : cluster [DBG] mgrmap e21: smithi160.somqhq(active, starting, since 0.997455s), standbys: smithi023.mqmmus 2024-02-12T13:44:29.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 117548 14.99 MB/sec execute 31 sec latency 38.930 ms 2024-02-12T13:44:30.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:30.805172+0000 mon.smithi023 (mon.0) 749 : cluster [INF] Active manager daemon smithi160.somqhq restarted 2024-02-12T13:44:30.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:30.805752+0000 mon.smithi023 (mon.0) 750 : cluster [INF] Activating manager daemon smithi160.somqhq 2024-02-12T13:44:30.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.806783+0000 mon.smithi160 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/crt"}]: dispatch 2024-02-12T13:44:30.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:30.810014+0000 mon.smithi023 (mon.0) 751 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-12T13:44:30.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.811107+0000 mon.smithi160 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:44:30.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.814806+0000 mon.smithi160 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/key"}]: dispatch 2024-02-12T13:44:30.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.815341+0000 mon.smithi160 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:44:30.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 117802 14.59 MB/sec execute 32 sec latency 79.617 ms 2024-02-12T13:44:31.126 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:30.805172+0000 mon.smithi023 (mon.0) 749 : cluster [INF] Active manager daemon smithi160.somqhq restarted 2024-02-12T13:44:31.126 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:30.805752+0000 mon.smithi023 (mon.0) 750 : cluster [INF] Activating manager daemon smithi160.somqhq 2024-02-12T13:44:31.126 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.806783+0000 mon.smithi160 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/crt"}]: dispatch 2024-02-12T13:44:31.126 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:30.810014+0000 mon.smithi023 (mon.0) 751 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-12T13:44:31.126 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.811107+0000 mon.smithi160 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:44:31.126 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.814806+0000 mon.smithi160 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/key"}]: dispatch 2024-02-12T13:44:31.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:30 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.815341+0000 mon.smithi160 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:44:31.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 118027 14.28 MB/sec execute 33 sec latency 52.920 ms 2024-02-12T13:44:31.914 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:44:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:30.863162+0000 mon.smithi023 (mon.0) 752 : cluster [DBG] mgrmap e22: smithi160.somqhq(active, starting, since 0.0575639s), standbys: smithi023.mqmmus 2024-02-12T13:44:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.869156+0000 mon.smithi023 (mon.0) 753 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:44:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.869348+0000 mon.smithi023 (mon.0) 754 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:44:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.869542+0000 mon.smithi023 (mon.0) 755 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:44:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.869816+0000 mon.smithi023 (mon.0) 756 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:44:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.871193+0000 mon.smithi023 (mon.0) 757 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mgr metadata", "who": "smithi160.somqhq", "id": "smithi160.somqhq"}]: dispatch 2024-02-12T13:44:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.871429+0000 mon.smithi023 (mon.0) 758 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:44:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.872252+0000 mon.smithi023 (mon.0) 759 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:44:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.872570+0000 mon.smithi023 (mon.0) 760 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:44:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.872820+0000 mon.smithi023 (mon.0) 761 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:44:32.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.873077+0000 mon.smithi023 (mon.0) 762 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:44:32.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.873299+0000 mon.smithi023 (mon.0) 763 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:44:32.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.873562+0000 mon.smithi023 (mon.0) 764 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:44:32.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.873769+0000 mon.smithi023 (mon.0) 765 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:44:32.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.873992+0000 mon.smithi023 (mon.0) 766 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:44:32.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.875172+0000 mon.smithi023 (mon.0) 767 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:44:32.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.875412+0000 mon.smithi023 (mon.0) 768 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:44:32.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:30.875827+0000 mon.smithi023 (mon.0) 769 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:44:32.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:30.980160+0000 mon.smithi023 (mon.0) 770 : cluster [INF] Manager daemon smithi160.somqhq is now available 2024-02-12T13:44:32.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:31.006225+0000 mon.smithi023 (mon.0) 771 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:32.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:31.018075+0000 mon.smithi023 (mon.0) 772 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:44:32.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:31.022392+0000 mon.smithi023 (mon.0) 773 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:44:32.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:31.050634+0000 mon.smithi023 (mon.0) 774 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:32.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:31.053209+0000 mon.smithi023 (mon.0) 775 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:44:32.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:31.099855+0000 mon.smithi023 (mon.0) 776 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.somqhq/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:44:32.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:31.102442+0000 mon.smithi023 (mon.0) 777 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:32.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:31.115534+0000 mon.smithi023 (mon.0) 778 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.somqhq/trash_purge_schedule"}]: dispatch 2024-02-12T13:44:32.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:30.863162+0000 mon.smithi023 (mon.0) 752 : cluster [DBG] mgrmap e22: smithi160.somqhq(active, starting, since 0.0575639s), standbys: smithi023.mqmmus 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.869156+0000 mon.smithi023 (mon.0) 753 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.869348+0000 mon.smithi023 (mon.0) 754 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.869542+0000 mon.smithi023 (mon.0) 755 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.869816+0000 mon.smithi023 (mon.0) 756 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.871193+0000 mon.smithi023 (mon.0) 757 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mgr metadata", "who": "smithi160.somqhq", "id": "smithi160.somqhq"}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.871429+0000 mon.smithi023 (mon.0) 758 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.872252+0000 mon.smithi023 (mon.0) 759 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.872570+0000 mon.smithi023 (mon.0) 760 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.872820+0000 mon.smithi023 (mon.0) 761 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.873077+0000 mon.smithi023 (mon.0) 762 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.873299+0000 mon.smithi023 (mon.0) 763 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.873562+0000 mon.smithi023 (mon.0) 764 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:44:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.873769+0000 mon.smithi023 (mon.0) 765 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:44:32.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.873992+0000 mon.smithi023 (mon.0) 766 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:44:32.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.875172+0000 mon.smithi023 (mon.0) 767 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:44:32.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.875412+0000 mon.smithi023 (mon.0) 768 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:44:32.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:30.875827+0000 mon.smithi023 (mon.0) 769 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:44:32.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:30.980160+0000 mon.smithi023 (mon.0) 770 : cluster [INF] Manager daemon smithi160.somqhq is now available 2024-02-12T13:44:32.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:31.006225+0000 mon.smithi023 (mon.0) 771 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:32.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:31.018075+0000 mon.smithi023 (mon.0) 772 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:44:32.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:31.022392+0000 mon.smithi023 (mon.0) 773 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:44:32.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:31.050634+0000 mon.smithi023 (mon.0) 774 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:32.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:31.053209+0000 mon.smithi023 (mon.0) 775 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:44:32.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:31.099855+0000 mon.smithi023 (mon.0) 776 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.somqhq/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:44:32.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:31.102442+0000 mon.smithi023 (mon.0) 777 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:32.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:31.115534+0000 mon.smithi023 (mon.0) 778 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.somqhq/trash_purge_schedule"}]: dispatch 2024-02-12T13:44:32.804 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:44:32.804 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (6m) 2m ago 8m 19.7M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:44:32.804 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (8m) 2m ago 8m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:44:32.804 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (7m) 6s ago 7m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:44:32.804 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (6m) 2m ago 8m 31.9M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:44:32.804 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (2m) 2m ago 2m 11.6M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (2m) 6s ago 2m 35.7M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (10m) 2m ago 10m 422M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (11s) 6s ago 7m 41.9M - 17.2.7-512-gc7678334 e402dfa191e5 e645c79969f6 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (10m) 2m ago 10m 46.2M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (7m) 6s ago 7m 38.7M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.0.smithi023.zcqvye smithi023 *:2049 running (2m) 2m ago 2m 53.7M - 3.5 6933c2a0b7dd b1cf04be3eaf 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.0.smithi160.udngza smithi160 *:2049 running (2m) 6s ago 2m 75.9M - 3.5 6933c2a0b7dd 19edeb3e928e 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (8m) 2m ago 8m 17.1M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (7m) 6s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7m) 2m ago 7m 36.1M 3224M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6m) 2m ago 6m 37.8M 3224M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6m) 2m ago 6m 38.5M 3224M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5m) 2m ago 5m 38.2M 3224M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (5m) 6s ago 5m 397M 3992M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (5m) 6s ago 5m 421M 3992M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:44:32.805 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (4m) 6s ago 4m 358M 3992M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:44:32.806 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (4m) 6s ago 4m 530M 3992M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:44:32.806 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (6m) 2m ago 7m 40.1M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:44:32.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 118280 13.99 MB/sec execute 34 sec latency 51.845 ms 2024-02-12T13:44:33.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:31.009233+0000 mgr.smithi160.somqhq (mgr.24445) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-12T13:44:33.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:31.535035+0000 mgr.smithi160.somqhq (mgr.24445) 2 : cephadm [INF] Deploying cephadm binary to smithi023 2024-02-12T13:44:33.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:31.631867+0000 mgr.smithi160.somqhq (mgr.24445) 3 : cephadm [INF] Deploying cephadm binary to smithi160 2024-02-12T13:44:33.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:31.878575+0000 mon.smithi023 (mon.0) 779 : cluster [DBG] mgrmap e23: smithi160.somqhq(active, since 1.07298s), standbys: smithi023.mqmmus 2024-02-12T13:44:33.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:31.891342+0000 mgr.smithi160.somqhq (mgr.24445) 4 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:33.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:31.902927+0000 mgr.smithi160.somqhq (mgr.24445) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 324 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:44:33.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:31.009233+0000 mgr.smithi160.somqhq (mgr.24445) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-12T13:44:33.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:31.535035+0000 mgr.smithi160.somqhq (mgr.24445) 2 : cephadm [INF] Deploying cephadm binary to smithi023 2024-02-12T13:44:33.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:31.631867+0000 mgr.smithi160.somqhq (mgr.24445) 3 : cephadm [INF] Deploying cephadm binary to smithi160 2024-02-12T13:44:33.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:31.878575+0000 mon.smithi023 (mon.0) 779 : cluster [DBG] mgrmap e23: smithi160.somqhq(active, since 1.07298s), standbys: smithi023.mqmmus 2024-02-12T13:44:33.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:31.891342+0000 mgr.smithi160.somqhq (mgr.24445) 4 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:33.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:31.902927+0000 mgr.smithi160.somqhq (mgr.24445) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 324 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:44:33.327 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:44:33.327 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:44:33.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:44:33.327 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:44:33.327 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:44:33.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:44:33.327 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:44:33.328 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:44:33.752 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:44:33.752 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:44:33.752 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:44:33.752 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:44:33.752 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2024-02-12T13:44:33.752 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:44:33.752 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2024-02-12T13:44:33.752 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:44:33.752 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:44:33.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 118678 13.96 MB/sec execute 35 sec latency 46.859 ms 2024-02-12T13:44:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:32.319717+0000 mgr.smithi160.somqhq (mgr.24445) 6 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:34.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:32.784646+0000 mgr.smithi160.somqhq (mgr.24445) 7 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:34.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:32.854907+0000 mgr.smithi160.somqhq (mgr.24445) 8 : cephadm [INF] [12/Feb/2024:13:44:32] ENGINE Bus STARTING 2024-02-12T13:44:34.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:32.875228+0000 mgr.smithi160.somqhq (mgr.24445) 9 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 324 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:44:34.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:32.893830+0000 mon.smithi023 (mon.0) 780 : cluster [DBG] mgrmap e24: smithi160.somqhq(active, since 2s), standbys: smithi023.mqmmus 2024-02-12T13:44:34.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:32.978025+0000 mon.smithi023 (mon.0) 781 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:34.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:33.044286+0000 mon.smithi023 (mon.0) 782 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-02-12T13:44:34.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:33.321795+0000 mon.smithi160 (mon.1) 24 : audit [DBG] from='client.? 172.21.15.23:0/1259146832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:44:34.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:32.319717+0000 mgr.smithi160.somqhq (mgr.24445) 6 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:34.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:32.784646+0000 mgr.smithi160.somqhq (mgr.24445) 7 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:34.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:32.854907+0000 mgr.smithi160.somqhq (mgr.24445) 8 : cephadm [INF] [12/Feb/2024:13:44:32] ENGINE Bus STARTING 2024-02-12T13:44:34.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:32.875228+0000 mgr.smithi160.somqhq (mgr.24445) 9 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 324 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:44:34.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:32.893830+0000 mon.smithi023 (mon.0) 780 : cluster [DBG] mgrmap e24: smithi160.somqhq(active, since 2s), standbys: smithi023.mqmmus 2024-02-12T13:44:34.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:32.978025+0000 mon.smithi023 (mon.0) 781 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:34.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:33.044286+0000 mon.smithi023 (mon.0) 782 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-02-12T13:44:34.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:33.321795+0000 mon.smithi160 (mon.1) 24 : audit [DBG] from='client.? 172.21.15.23:0/1259146832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:44:34.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 119088 13.72 MB/sec execute 36 sec latency 62.672 ms 2024-02-12T13:44:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:32.971842+0000 mgr.smithi160.somqhq (mgr.24445) 10 : cephadm [INF] [12/Feb/2024:13:44:32] ENGINE Serving on https://172.21.15.160:7150 2024-02-12T13:44:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:32.971925+0000 mgr.smithi160.somqhq (mgr.24445) 11 : cephadm [INF] [12/Feb/2024:13:44:32] ENGINE Bus STARTED 2024-02-12T13:44:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:33.748394+0000 mgr.smithi160.somqhq (mgr.24445) 12 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:33.980403+0000 mon.smithi023 (mon.0) 783 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-02-12T13:44:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:33.980474+0000 mon.smithi023 (mon.0) 784 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-12T13:44:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:33.983132+0000 mon.smithi023 (mon.0) 785 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:44:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:34.028826+0000 mon.smithi023 (mon.0) 786 : cluster [DBG] Standby manager daemon smithi023.mqmmus restarted 2024-02-12T13:44:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:34.028909+0000 mon.smithi023 (mon.0) 787 : cluster [DBG] Standby manager daemon smithi023.mqmmus started 2024-02-12T13:44:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:34.030608+0000 mon.smithi023 (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.23:0/1530770847' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.mqmmus/crt"}]: dispatch 2024-02-12T13:44:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:34.032883+0000 mon.smithi023 (mon.0) 789 : audit [DBG] from='mgr.? 172.21.15.23:0/1530770847' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:44:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:34.035599+0000 mon.smithi023 (mon.0) 790 : audit [DBG] from='mgr.? 172.21.15.23:0/1530770847' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.mqmmus/key"}]: dispatch 2024-02-12T13:44:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:34.036168+0000 mon.smithi023 (mon.0) 791 : audit [DBG] from='mgr.? 172.21.15.23:0/1530770847' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:44:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:32.971842+0000 mgr.smithi160.somqhq (mgr.24445) 10 : cephadm [INF] [12/Feb/2024:13:44:32] ENGINE Serving on https://172.21.15.160:7150 2024-02-12T13:44:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:32.971925+0000 mgr.smithi160.somqhq (mgr.24445) 11 : cephadm [INF] [12/Feb/2024:13:44:32] ENGINE Bus STARTED 2024-02-12T13:44:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:33.748394+0000 mgr.smithi160.somqhq (mgr.24445) 12 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:44:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:33.980403+0000 mon.smithi023 (mon.0) 783 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-02-12T13:44:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:33.980474+0000 mon.smithi023 (mon.0) 784 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-12T13:44:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:33.983132+0000 mon.smithi023 (mon.0) 785 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-12T13:44:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:34.028826+0000 mon.smithi023 (mon.0) 786 : cluster [DBG] Standby manager daemon smithi023.mqmmus restarted 2024-02-12T13:44:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:34.028909+0000 mon.smithi023 (mon.0) 787 : cluster [DBG] Standby manager daemon smithi023.mqmmus started 2024-02-12T13:44:35.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:34.030608+0000 mon.smithi023 (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.23:0/1530770847' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.mqmmus/crt"}]: dispatch 2024-02-12T13:44:35.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:34.032883+0000 mon.smithi023 (mon.0) 789 : audit [DBG] from='mgr.? 172.21.15.23:0/1530770847' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:44:35.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:34.035599+0000 mon.smithi023 (mon.0) 790 : audit [DBG] from='mgr.? 172.21.15.23:0/1530770847' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.mqmmus/key"}]: dispatch 2024-02-12T13:44:35.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:34 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:34.036168+0000 mon.smithi023 (mon.0) 791 : audit [DBG] from='mgr.? 172.21.15.23:0/1530770847' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:44:35.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 119588 13.63 MB/sec execute 37 sec latency 101.865 ms 2024-02-12T13:44:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:34.875540+0000 mgr.smithi160.somqhq (mgr.24445) 13 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 324 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:44:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:34.983060+0000 mon.smithi023 (mon.0) 792 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-12T13:44:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:34.983131+0000 mon.smithi023 (mon.0) 793 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-12T13:44:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:34.992348+0000 mon.smithi023 (mon.0) 794 : cluster [DBG] mgrmap e25: smithi160.somqhq(active, since 4s), standbys: smithi023.mqmmus 2024-02-12T13:44:36.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:34.875540+0000 mgr.smithi160.somqhq (mgr.24445) 13 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 324 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:44:36.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:34.983060+0000 mon.smithi023 (mon.0) 792 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-12T13:44:36.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:34.983131+0000 mon.smithi023 (mon.0) 793 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-12T13:44:36.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:34.992348+0000 mon.smithi023 (mon.0) 794 : cluster [DBG] mgrmap e25: smithi160.somqhq(active, since 4s), standbys: smithi023.mqmmus 2024-02-12T13:44:36.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 119978 13.76 MB/sec execute 38 sec latency 64.815 ms 2024-02-12T13:44:37.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:36.301527+0000 mon.smithi023 (mon.0) 795 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:37.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:36.875823+0000 mgr.smithi160.somqhq (mgr.24445) 14 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 324 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:44:37.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:36.301527+0000 mon.smithi023 (mon.0) 795 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:37.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:36.875823+0000 mgr.smithi160.somqhq (mgr.24445) 14 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 324 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:44:37.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 120363 13.75 MB/sec execute 39 sec latency 42.890 ms 2024-02-12T13:44:38.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:37.315358+0000 mon.smithi023 (mon.0) 796 : cluster [DBG] mgrmap e26: smithi160.somqhq(active, since 6s), standbys: smithi023.mqmmus 2024-02-12T13:44:38.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:37.315358+0000 mon.smithi023 (mon.0) 796 : cluster [DBG] mgrmap e26: smithi160.somqhq(active, since 6s), standbys: smithi023.mqmmus 2024-02-12T13:44:38.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 120770 13.78 MB/sec execute 40 sec latency 46.998 ms 2024-02-12T13:44:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:38.876299+0000 mgr.smithi160.somqhq (mgr.24445) 15 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 332 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 3.8 MiB/s wr, 419 op/s 2024-02-12T13:44:39.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:38.876299+0000 mgr.smithi160.somqhq (mgr.24445) 15 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 332 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 3.8 MiB/s wr, 419 op/s 2024-02-12T13:44:39.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 121054 13.65 MB/sec execute 41 sec latency 65.667 ms 2024-02-12T13:44:40.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 121414 13.40 MB/sec execute 42 sec latency 38.153 ms 2024-02-12T13:44:41.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:40.211296+0000 mon.smithi023 (mon.0) 797 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:41.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:40.876674+0000 mgr.smithi160.somqhq (mgr.24445) 16 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 332 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 3.3 MiB/s wr, 365 op/s 2024-02-12T13:44:41.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:40.211296+0000 mon.smithi023 (mon.0) 797 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:41.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:40.876674+0000 mgr.smithi160.somqhq (mgr.24445) 16 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 332 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 3.3 MiB/s wr, 365 op/s 2024-02-12T13:44:41.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 121746 13.24 MB/sec execute 43 sec latency 101.237 ms 2024-02-12T13:44:42.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 121932 13.03 MB/sec execute 44 sec latency 763.646 ms 2024-02-12T13:44:43.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:42.006229+0000 mon.smithi023 (mon.0) 798 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:43.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:42.014895+0000 mon.smithi023 (mon.0) 799 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:43.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:42.138468+0000 mon.smithi023 (mon.0) 800 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-12T13:44:43.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:42.006229+0000 mon.smithi023 (mon.0) 798 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:43.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:42.014895+0000 mon.smithi023 (mon.0) 799 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:43.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:42.138468+0000 mon.smithi023 (mon.0) 800 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-12T13:44:43.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 122324 13.01 MB/sec execute 45 sec latency 910.187 ms 2024-02-12T13:44:44.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:42.877264+0000 mgr.smithi160.somqhq (mgr.24445) 17 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 326 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 6.4 MiB/s wr, 648 op/s 2024-02-12T13:44:44.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:43.052161+0000 mon.smithi023 (mon.0) 801 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-12T13:44:44.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:43.053057+0000 mon.smithi023 (mon.0) 802 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:44:44.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:43.053236+0000 mon.smithi023 (mon.0) 803 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:44:44.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:43.061197+0000 mon.smithi023 (mon.0) 804 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:44.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:43.065754+0000 mon.smithi160 (mon.1) 25 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-12T13:44:44.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:43.067979+0000 mon.smithi023 (mon.0) 805 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:44.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:43.068256+0000 mon.smithi023 (mon.0) 806 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:44:44.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:43.068442+0000 mon.smithi023 (mon.0) 807 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:44:44.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:43.639492+0000 mon.smithi160 (mon.1) 26 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-12T13:44:44.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:42.877264+0000 mgr.smithi160.somqhq (mgr.24445) 17 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 326 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 6.4 MiB/s wr, 648 op/s 2024-02-12T13:44:44.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:43.052161+0000 mon.smithi023 (mon.0) 801 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-12T13:44:44.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:43.053057+0000 mon.smithi023 (mon.0) 802 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:44:44.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:43.053236+0000 mon.smithi023 (mon.0) 803 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:44:44.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:43.061197+0000 mon.smithi023 (mon.0) 804 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:44.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:43.065754+0000 mon.smithi160 (mon.1) 25 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-12T13:44:44.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:43.067979+0000 mon.smithi023 (mon.0) 805 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:44.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:43.068256+0000 mon.smithi023 (mon.0) 806 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:44:44.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:43.068442+0000 mon.smithi023 (mon.0) 807 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:44:44.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:43.639492+0000 mon.smithi160 (mon.1) 26 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-12T13:44:44.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 123438 13.31 MB/sec execute 46 sec latency 16.272 ms 2024-02-12T13:44:45.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:44.877618+0000 mgr.smithi160.somqhq (mgr.24445) 18 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 326 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 5.7 MiB/s wr, 577 op/s 2024-02-12T13:44:45.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:44.877618+0000 mgr.smithi160.somqhq (mgr.24445) 18 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 326 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 5.7 MiB/s wr, 577 op/s 2024-02-12T13:44:45.910 INFO:teuthology.orchestra.run.smithi023.stdout: 5 124314 13.76 MB/sec execute 47 sec latency 23.913 ms 2024-02-12T13:44:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:46.053222+0000 mon.smithi023 (mon.0) 808 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:44:46.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:46.053222+0000 mon.smithi023 (mon.0) 808 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:44:46.910 INFO:teuthology.orchestra.run.smithi023.stdout: 5 124747 13.69 MB/sec execute 48 sec latency 36.150 ms 2024-02-12T13:44:47.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:46.877975+0000 mgr.smithi160.somqhq (mgr.24445) 19 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 326 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 4.8 MiB/s wr, 485 op/s 2024-02-12T13:44:47.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:47.198640+0000 mon.smithi023 (mon.0) 809 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:47.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:47.204454+0000 mon.smithi023 (mon.0) 810 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:47.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:47.205825+0000 mon.smithi023 (mon.0) 811 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:47.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:47.206611+0000 mon.smithi023 (mon.0) 812 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:47.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:47.207203+0000 mon.smithi023 (mon.0) 813 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:47.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:47.207783+0000 mon.smithi023 (mon.0) 814 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:47.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:47.212001+0000 mon.smithi023 (mon.0) 815 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:47.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:46.877975+0000 mgr.smithi160.somqhq (mgr.24445) 19 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 326 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 4.8 MiB/s wr, 485 op/s 2024-02-12T13:44:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:47.198640+0000 mon.smithi023 (mon.0) 809 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:47.204454+0000 mon.smithi023 (mon.0) 810 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:47.205825+0000 mon.smithi023 (mon.0) 811 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:47.206611+0000 mon.smithi023 (mon.0) 812 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:47.207203+0000 mon.smithi023 (mon.0) 813 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:47.207783+0000 mon.smithi023 (mon.0) 814 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:47.212001+0000 mon.smithi023 (mon.0) 815 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:47.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 125117 13.52 MB/sec execute 49 sec latency 76.956 ms 2024-02-12T13:44:48.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:47.208202+0000 mgr.smithi160.somqhq (mgr.24445) 20 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 1944M 2024-02-12T13:44:48.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:47.520676+0000 mon.smithi023 (mon.0) 816 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:48.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:47.531609+0000 mon.smithi023 (mon.0) 817 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:48.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:48.482094+0000 mon.smithi023 (mon.0) 818 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:48.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:48.486853+0000 mon.smithi023 (mon.0) 819 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:48.909 INFO:teuthology.orchestra.run.smithi023.stdout: 5 125453 13.35 MB/sec execute 50 sec latency 37.202 ms 2024-02-12T13:44:48.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:47.208202+0000 mgr.smithi160.somqhq (mgr.24445) 20 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 1944M 2024-02-12T13:44:48.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:47.520676+0000 mon.smithi023 (mon.0) 816 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:48.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:47.531609+0000 mon.smithi023 (mon.0) 817 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:48.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:48.482094+0000 mon.smithi023 (mon.0) 818 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:48.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:48.486853+0000 mon.smithi023 (mon.0) 819 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:49.528 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:48.878656+0000 mgr.smithi160.somqhq (mgr.24445) 21 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 8.6 MiB/s wr, 829 op/s 2024-02-12T13:44:49.910 INFO:teuthology.orchestra.run.smithi023.stdout: 5 126091 13.51 MB/sec execute 51 sec latency 30.499 ms 2024-02-12T13:44:49.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:48.878656+0000 mgr.smithi160.somqhq (mgr.24445) 21 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 8.6 MiB/s wr, 829 op/s 2024-02-12T13:44:50.910 INFO:teuthology.orchestra.run.smithi023.stdout: 5 127224 13.81 MB/sec execute 52 sec latency 17.882 ms 2024-02-12T13:44:51.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 128081 14.14 MB/sec execute 53 sec latency 30.551 ms 2024-02-12T13:44:52.075 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:50.879058+0000 mgr.smithi160.somqhq (mgr.24445) 22 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 586 op/s 2024-02-12T13:44:52.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:50.879058+0000 mgr.smithi160.somqhq (mgr.24445) 22 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 586 op/s 2024-02-12T13:44:52.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 128562 14.02 MB/sec execute 54 sec latency 50.418 ms 2024-02-12T13:44:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:52.571204+0000 mon.smithi023 (mon.0) 820 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:52.575228+0000 mon.smithi023 (mon.0) 821 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:52.576302+0000 mon.smithi023 (mon.0) 822 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:52.577080+0000 mon.smithi023 (mon.0) 823 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:52.577810+0000 mon.smithi023 (mon.0) 824 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:52.578419+0000 mon.smithi023 (mon.0) 825 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:52.578845+0000 mgr.smithi160.somqhq (mgr.24445) 23 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 2712M 2024-02-12T13:44:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:52.583780+0000 mon.smithi023 (mon.0) 826 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:52.584917+0000 mon.smithi023 (mon.0) 827 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:44:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:52.585797+0000 mon.smithi023 (mon.0) 828 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:44:53.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:52.586877+0000 mgr.smithi160.somqhq (mgr.24445) 24 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:44:53.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:52.587034+0000 mgr.smithi160.somqhq (mgr.24445) 25 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:44:53.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:52.852944+0000 mgr.smithi160.somqhq (mgr.24445) 26 : cephadm [INF] Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:44:53.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:52.879764+0000 mgr.smithi160.somqhq (mgr.24445) 27 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 971 op/s 2024-02-12T13:44:53.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:52.901528+0000 mgr.smithi160.somqhq (mgr.24445) 28 : cephadm [INF] Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:44:53.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 128881 13.83 MB/sec execute 55 sec latency 54.573 ms 2024-02-12T13:44:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:52.571204+0000 mon.smithi023 (mon.0) 820 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:52.575228+0000 mon.smithi023 (mon.0) 821 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:52.576302+0000 mon.smithi023 (mon.0) 822 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:52.577080+0000 mon.smithi023 (mon.0) 823 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:52.577810+0000 mon.smithi023 (mon.0) 824 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:52.578419+0000 mon.smithi023 (mon.0) 825 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:52.578845+0000 mgr.smithi160.somqhq (mgr.24445) 23 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 2712M 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:52.583780+0000 mon.smithi023 (mon.0) 826 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:52.584917+0000 mon.smithi023 (mon.0) 827 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:52.585797+0000 mon.smithi023 (mon.0) 828 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:52.586877+0000 mgr.smithi160.somqhq (mgr.24445) 24 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:52.587034+0000 mgr.smithi160.somqhq (mgr.24445) 25 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:52.852944+0000 mgr.smithi160.somqhq (mgr.24445) 26 : cephadm [INF] Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:52.879764+0000 mgr.smithi160.somqhq (mgr.24445) 27 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 971 op/s 2024-02-12T13:44:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:52.901528+0000 mgr.smithi160.somqhq (mgr.24445) 28 : cephadm [INF] Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:44:54.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 129093 13.66 MB/sec execute 56 sec latency 405.412 ms 2024-02-12T13:44:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:53.118922+0000 mgr.smithi160.somqhq (mgr.24445) 29 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:44:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:53.217349+0000 mgr.smithi160.somqhq (mgr.24445) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:44:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:53.386096+0000 mgr.smithi160.somqhq (mgr.24445) 31 : cephadm [INF] Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:44:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:53.533550+0000 mgr.smithi160.somqhq (mgr.24445) 32 : cephadm [INF] Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:44:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:53.718036+0000 mon.smithi023 (mon.0) 829 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:53.731821+0000 mon.smithi023 (mon.0) 830 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:53.909405+0000 mon.smithi023 (mon.0) 831 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:55.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:53.918669+0000 mon.smithi023 (mon.0) 832 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:55.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:53.923520+0000 mon.smithi023 (mon.0) 833 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:55.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:53.947427+0000 mon.smithi023 (mon.0) 834 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-12T13:44:55.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:53.118922+0000 mgr.smithi160.somqhq (mgr.24445) 29 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:44:55.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:53.217349+0000 mgr.smithi160.somqhq (mgr.24445) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:44:55.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:53.386096+0000 mgr.smithi160.somqhq (mgr.24445) 31 : cephadm [INF] Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:44:55.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:53.533550+0000 mgr.smithi160.somqhq (mgr.24445) 32 : cephadm [INF] Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:44:55.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:53.718036+0000 mon.smithi023 (mon.0) 829 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:55.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:53.731821+0000 mon.smithi023 (mon.0) 830 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:55.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:53.909405+0000 mon.smithi023 (mon.0) 831 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:55.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:53.918669+0000 mon.smithi023 (mon.0) 832 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:55.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:53.923520+0000 mon.smithi023 (mon.0) 833 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:55.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:53.947427+0000 mon.smithi023 (mon.0) 834 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-12T13:44:55.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 129924 13.81 MB/sec execute 57 sec latency 29.062 ms 2024-02-12T13:44:56.393 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:54.880133+0000 mgr.smithi160.somqhq (mgr.24445) 33 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 7.8 MiB/s wr, 734 op/s 2024-02-12T13:44:56.393 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:54.925396+0000 mon.smithi023 (mon.0) 835 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-12T13:44:56.393 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:54.925442+0000 mon.smithi023 (mon.0) 836 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-12T13:44:56.393 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:54.926394+0000 mon.smithi023 (mon.0) 837 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-12T13:44:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:54.880133+0000 mgr.smithi160.somqhq (mgr.24445) 33 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 7.8 MiB/s wr, 734 op/s 2024-02-12T13:44:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:54.925396+0000 mon.smithi023 (mon.0) 835 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-12T13:44:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:54.925442+0000 mon.smithi023 (mon.0) 836 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-12T13:44:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:54.926394+0000 mon.smithi023 (mon.0) 837 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-12T13:44:56.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130436 13.79 MB/sec execute 58 sec latency 338.813 ms 2024-02-12T13:44:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:55.927801+0000 mon.smithi023 (mon.0) 838 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-12T13:44:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:55.928049+0000 mon.smithi023 (mon.0) 839 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-12T13:44:57.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:55.929830+0000 mgr.smithi160.somqhq (mgr.24445) 34 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-12T13:44:57.305 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:55.927801+0000 mon.smithi023 (mon.0) 838 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-12T13:44:57.305 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:55.928049+0000 mon.smithi023 (mon.0) 839 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-12T13:44:57.305 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:55.929830+0000 mgr.smithi160.somqhq (mgr.24445) 34 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-12T13:44:57.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130436 13.55 MB/sec execute 59 sec latency 1339.189 ms 2024-02-12T13:44:58.237 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:55.977451+0000 mgr.smithi160.somqhq (mgr.24445) 35 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-12T13:44:58.237 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:55.977592+0000 mgr.smithi160.somqhq (mgr.24445) 36 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi023.zcqvye', 'nfs.foo.1.0.smithi160.udngza'] 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:55.977680+0000 mgr.smithi160.somqhq (mgr.24445) 37 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi023.zcqvye nfs.foo.1.0.smithi160.udngza 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:55.978040+0000 mgr.smithi160.somqhq (mgr.24445) 38 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi023.zcqvye from smithi023 -- ports [2049] 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:55.978375+0000 mgr.smithi160.somqhq (mgr.24445) 39 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi160.udngza from smithi160 -- ports [2049] 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:56.880488+0000 mgr.smithi160.somqhq (mgr.24445) 40 : cluster [DBG] pgmap v20: 129 pgs: 32 unknown, 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.9 MiB/s wr, 578 op/s 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:56.946419+0000 mon.smithi023 (mon.0) 840 : cluster [DBG] mgrmap e27: smithi160.somqhq(active, since 26s), standbys: smithi023.mqmmus 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:56.946560+0000 mon.smithi023 (mon.0) 841 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.497636+0000 mon.smithi023 (mon.0) 842 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi160.udngza"}]: dispatch 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.498559+0000 mon.smithi023 (mon.0) 843 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi023.zcqvye"}]: dispatch 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.501030+0000 mon.smithi023 (mon.0) 844 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi160.udngza"}]': finished 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.502336+0000 mon.smithi023 (mon.0) 845 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi160.udngza-rgw"}]: dispatch 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.505371+0000 mon.smithi023 (mon.0) 846 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi023.zcqvye"}]': finished 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.506603+0000 mon.smithi023 (mon.0) 847 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi023.zcqvye-rgw"}]: dispatch 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.509825+0000 mon.smithi023 (mon.0) 848 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi160.udngza-rgw"}]': finished 2024-02-12T13:44:58.238 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.514636+0000 mon.smithi023 (mon.0) 849 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi023.zcqvye-rgw"}]': finished 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.517499+0000 mon.smithi023 (mon.0) 850 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.517957+0000 mon.smithi023 (mon.0) 851 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.540932+0000 mon.smithi023 (mon.0) 852 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.544194+0000 mon.smithi023 (mon.0) 853 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.551627+0000 mon.smithi023 (mon.0) 854 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.555661+0000 mon.smithi023 (mon.0) 855 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.565400+0000 mon.smithi023 (mon.0) 856 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.574161+0000 mon.smithi023 (mon.0) 857 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.575209+0000 mon.smithi023 (mon.0) 858 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi023.zcqvye"}]: dispatch 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.578263+0000 mon.smithi023 (mon.0) 859 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.578807+0000 mon.smithi023 (mon.0) 860 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi160.udngza"}]: dispatch 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.581798+0000 mon.smithi023 (mon.0) 861 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.582440+0000 mon.smithi023 (mon.0) 862 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:44:58.239 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.584910+0000 mon.smithi023 (mon.0) 863 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-12T13:44:58.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.585568+0000 mon.smithi023 (mon.0) 864 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:44:58.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.588028+0000 mon.smithi023 (mon.0) 865 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:44:58.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.588939+0000 mon.smithi023 (mon.0) 866 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:44:58.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.635569+0000 mon.smithi023 (mon.0) 867 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:44:58.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.638672+0000 mon.smithi023 (mon.0) 868 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:44:58.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.686061+0000 mon.smithi023 (mon.0) 869 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:44:58.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.688832+0000 mon.smithi023 (mon.0) 870 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:44:58.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.694803+0000 mon.smithi023 (mon.0) 871 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:55.977451+0000 mgr.smithi160.somqhq (mgr.24445) 35 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:55.977592+0000 mgr.smithi160.somqhq (mgr.24445) 36 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi023.zcqvye', 'nfs.foo.1.0.smithi160.udngza'] 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:55.977680+0000 mgr.smithi160.somqhq (mgr.24445) 37 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi023.zcqvye nfs.foo.1.0.smithi160.udngza 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:55.978040+0000 mgr.smithi160.somqhq (mgr.24445) 38 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi023.zcqvye from smithi023 -- ports [2049] 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:55.978375+0000 mgr.smithi160.somqhq (mgr.24445) 39 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi160.udngza from smithi160 -- ports [2049] 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:56.880488+0000 mgr.smithi160.somqhq (mgr.24445) 40 : cluster [DBG] pgmap v20: 129 pgs: 32 unknown, 97 active+clean; 340 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.9 MiB/s wr, 578 op/s 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:56.946419+0000 mon.smithi023 (mon.0) 840 : cluster [DBG] mgrmap e27: smithi160.somqhq(active, since 26s), standbys: smithi023.mqmmus 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:56.946560+0000 mon.smithi023 (mon.0) 841 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.497636+0000 mon.smithi023 (mon.0) 842 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi160.udngza"}]: dispatch 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.498559+0000 mon.smithi023 (mon.0) 843 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi023.zcqvye"}]: dispatch 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.501030+0000 mon.smithi023 (mon.0) 844 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi160.udngza"}]': finished 2024-02-12T13:44:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.502336+0000 mon.smithi023 (mon.0) 845 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi160.udngza-rgw"}]: dispatch 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.505371+0000 mon.smithi023 (mon.0) 846 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi023.zcqvye"}]': finished 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.506603+0000 mon.smithi023 (mon.0) 847 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi023.zcqvye-rgw"}]: dispatch 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.509825+0000 mon.smithi023 (mon.0) 848 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi160.udngza-rgw"}]': finished 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.514636+0000 mon.smithi023 (mon.0) 849 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi023.zcqvye-rgw"}]': finished 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.517499+0000 mon.smithi023 (mon.0) 850 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.517957+0000 mon.smithi023 (mon.0) 851 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.540932+0000 mon.smithi023 (mon.0) 852 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.544194+0000 mon.smithi023 (mon.0) 853 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.551627+0000 mon.smithi023 (mon.0) 854 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.555661+0000 mon.smithi023 (mon.0) 855 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.565400+0000 mon.smithi023 (mon.0) 856 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.574161+0000 mon.smithi023 (mon.0) 857 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.575209+0000 mon.smithi023 (mon.0) 858 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi023.zcqvye"}]: dispatch 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.578263+0000 mon.smithi023 (mon.0) 859 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.578807+0000 mon.smithi023 (mon.0) 860 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi160.udngza"}]: dispatch 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.581798+0000 mon.smithi023 (mon.0) 861 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.582440+0000 mon.smithi023 (mon.0) 862 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.584910+0000 mon.smithi023 (mon.0) 863 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.585568+0000 mon.smithi023 (mon.0) 864 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.588028+0000 mon.smithi023 (mon.0) 865 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.588939+0000 mon.smithi023 (mon.0) 866 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.635569+0000 mon.smithi023 (mon.0) 867 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.638672+0000 mon.smithi023 (mon.0) 868 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.686061+0000 mon.smithi023 (mon.0) 869 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.688832+0000 mon.smithi023 (mon.0) 870 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:44:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.694803+0000 mon.smithi023 (mon.0) 871 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:44:58.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130436 13.33 MB/sec execute 60 sec latency 2339.274 ms 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.497179+0000 mgr.smithi160.somqhq (mgr.24445) 41 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi160.udngza 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.497422+0000 mgr.smithi160.somqhq (mgr.24445) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi023.zcqvye 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.502059+0000 mgr.smithi160.somqhq (mgr.24445) 43 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi160.udngza-rgw 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.506326+0000 mgr.smithi160.somqhq (mgr.24445) 44 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi023.zcqvye-rgw 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:44:57.518456+0000 mgr.smithi160.somqhq (mgr.24445) 45 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.548287+0000 mgr.smithi160.somqhq (mgr.24445) 46 : cephadm [INF] Done migrating nfs.foo 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.548343+0000 mgr.smithi160.somqhq (mgr.24445) 47 : cephadm [INF] Done migrating all NFS services 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.574437+0000 mgr.smithi160.somqhq (mgr.24445) 48 : cephadm [INF] Fencing old nfs.foo.0.0.smithi023.zcqvye 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.578507+0000 mgr.smithi160.somqhq (mgr.24445) 49 : cephadm [INF] Fencing old nfs.foo.1.0.smithi160.udngza 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.582073+0000 mgr.smithi160.somqhq (mgr.24445) 50 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi023.stgjpq 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.585254+0000 mgr.smithi160.somqhq (mgr.24445) 51 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:44:59.148 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.685306+0000 mgr.smithi160.somqhq (mgr.24445) 52 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:44:59.149 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.685391+0000 mgr.smithi160.somqhq (mgr.24445) 53 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi023.stgjpq-rgw 2024-02-12T13:44:59.149 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.689276+0000 mgr.smithi160.somqhq (mgr.24445) 54 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi023.stgjpq's ganesha conf is defaulting to empty 2024-02-12T13:44:59.149 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:44:57.696628+0000 mgr.smithi160.somqhq (mgr.24445) 55 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi023.stgjpq on smithi023 2024-02-12T13:44:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.497179+0000 mgr.smithi160.somqhq (mgr.24445) 41 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi160.udngza 2024-02-12T13:44:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.497422+0000 mgr.smithi160.somqhq (mgr.24445) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi023.zcqvye 2024-02-12T13:44:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.502059+0000 mgr.smithi160.somqhq (mgr.24445) 43 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi160.udngza-rgw 2024-02-12T13:44:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.506326+0000 mgr.smithi160.somqhq (mgr.24445) 44 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi023.zcqvye-rgw 2024-02-12T13:44:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:44:57.518456+0000 mgr.smithi160.somqhq (mgr.24445) 45 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-12T13:44:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.548287+0000 mgr.smithi160.somqhq (mgr.24445) 46 : cephadm [INF] Done migrating nfs.foo 2024-02-12T13:44:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.548343+0000 mgr.smithi160.somqhq (mgr.24445) 47 : cephadm [INF] Done migrating all NFS services 2024-02-12T13:44:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.574437+0000 mgr.smithi160.somqhq (mgr.24445) 48 : cephadm [INF] Fencing old nfs.foo.0.0.smithi023.zcqvye 2024-02-12T13:44:59.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.578507+0000 mgr.smithi160.somqhq (mgr.24445) 49 : cephadm [INF] Fencing old nfs.foo.1.0.smithi160.udngza 2024-02-12T13:44:59.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.582073+0000 mgr.smithi160.somqhq (mgr.24445) 50 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi023.stgjpq 2024-02-12T13:44:59.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.585254+0000 mgr.smithi160.somqhq (mgr.24445) 51 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:44:59.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.685306+0000 mgr.smithi160.somqhq (mgr.24445) 52 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:44:59.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.685391+0000 mgr.smithi160.somqhq (mgr.24445) 53 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi023.stgjpq-rgw 2024-02-12T13:44:59.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.689276+0000 mgr.smithi160.somqhq (mgr.24445) 54 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi023.stgjpq's ganesha conf is defaulting to empty 2024-02-12T13:44:59.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:44:57.696628+0000 mgr.smithi160.somqhq (mgr.24445) 55 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi023.stgjpq on smithi023 2024-02-12T13:44:59.912 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130436 13.11 MB/sec execute 61 sec latency 3339.319 ms 2024-02-12T13:45:00.074 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:58.880909+0000 mgr.smithi160.somqhq (mgr.24445) 56 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 331 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 571 op/s 2024-02-12T13:45:00.074 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:44:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:44:58.956759+0000 mon.smithi023 (mon.0) 872 : cluster [DBG] mgrmap e28: smithi160.somqhq(active, since 28s), standbys: smithi023.mqmmus 2024-02-12T13:45:00.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:58.880909+0000 mgr.smithi160.somqhq (mgr.24445) 56 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 331 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 571 op/s 2024-02-12T13:45:00.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:44:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:44:58.956759+0000 mon.smithi023 (mon.0) 872 : cluster [DBG] mgrmap e28: smithi160.somqhq(active, since 28s), standbys: smithi023.mqmmus 2024-02-12T13:45:00.911 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130436 12.90 MB/sec execute 62 sec latency 4339.422 ms 2024-02-12T13:45:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:00.236765+0000 mon.smithi023 (mon.0) 873 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:00.243036+0000 mon.smithi023 (mon.0) 874 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:00.269199+0000 mon.smithi023 (mon.0) 875 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:45:00.269561+0000 mgr.smithi160.somqhq (mgr.24445) 57 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi160.jxfhmk 2024-02-12T13:45:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:00.269929+0000 mon.smithi023 (mon.0) 876 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:45:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:00.272736+0000 mon.smithi023 (mon.0) 877 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-12T13:45:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:45:00.273194+0000 mgr.smithi160.somqhq (mgr.24445) 58 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:45:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:00.273567+0000 mon.smithi023 (mon.0) 878 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:45:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:00.278517+0000 mon.smithi023 (mon.0) 879 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:45:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:00.279648+0000 mon.smithi023 (mon.0) 880 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:45:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:00.881351+0000 mgr.smithi160.somqhq (mgr.24445) 59 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 331 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 571 op/s 2024-02-12T13:45:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:01.054206+0000 mon.smithi023 (mon.0) 881 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:45:01.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:00.236765+0000 mon.smithi023 (mon.0) 873 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:01.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:00.243036+0000 mon.smithi023 (mon.0) 874 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:01.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:00.269199+0000 mon.smithi023 (mon.0) 875 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:45:00.269561+0000 mgr.smithi160.somqhq (mgr.24445) 57 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi160.jxfhmk 2024-02-12T13:45:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:00.269929+0000 mon.smithi023 (mon.0) 876 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:45:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:00.272736+0000 mon.smithi023 (mon.0) 877 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-12T13:45:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:45:00.273194+0000 mgr.smithi160.somqhq (mgr.24445) 58 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:45:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:00.273567+0000 mon.smithi023 (mon.0) 878 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:45:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:00.278517+0000 mon.smithi023 (mon.0) 879 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 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-12T13:45:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:00.279648+0000 mon.smithi023 (mon.0) 880 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:45:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:00.881351+0000 mgr.smithi160.somqhq (mgr.24445) 59 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 331 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 571 op/s 2024-02-12T13:45:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:01.054206+0000 mon.smithi023 (mon.0) 881 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:45:01.912 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130436 12.69 MB/sec execute 63 sec latency 5339.525 ms 2024-02-12T13:45:02.912 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130436 12.49 MB/sec execute 64 sec latency 6339.619 ms 2024-02-12T13:45:03.912 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130436 12.30 MB/sec execute 65 sec latency 7339.670 ms 2024-02-12T13:45:04.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:02.882109+0000 mgr.smithi160.somqhq (mgr.24445) 60 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.0 MiB/s wr, 437 op/s 2024-02-12T13:45:04.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:03.120357+0000 mon.smithi023 (mon.0) 882 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:45:04.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:03.126346+0000 mon.smithi023 (mon.0) 883 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:45:04.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:03.134154+0000 mds.foofs.smithi160.zlpbjm (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14554 (172.21.15.23:0/301284774) 2024-02-12T13:45:04.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:03.134423+0000 mon.smithi160 (mon.1) 27 : audit [INF] from='mds.? [v2:172.21.15.160:6832/4107824535,v1:172.21.15.160:6833/4107824535]' entity='mds.foofs.smithi160.zlpbjm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.23:0/301284774"}]: dispatch 2024-02-12T13:45:04.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:03.134966+0000 mon.smithi023 (mon.0) 884 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.zlpbjm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.23:0/301284774"}]: dispatch 2024-02-12T13:45:04.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:03.137935+0000 mds.foofs.smithi160.zlpbjm (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14748 172.21.15.23:0/2666339132) 2024-02-12T13:45:04.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:03.183009+0000 mon.smithi023 (mon.0) 885 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:45:04.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:03.187314+0000 mon.smithi023 (mon.0) 886 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:45:04.008 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:03.188752+0000 mon.smithi023 (mon.0) 887 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:45:04.111 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:45:04.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:02.882109+0000 mgr.smithi160.somqhq (mgr.24445) 60 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.0 MiB/s wr, 437 op/s 2024-02-12T13:45:04.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:03.120357+0000 mon.smithi023 (mon.0) 882 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:45:04.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:03.126346+0000 mon.smithi023 (mon.0) 883 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:45:04.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:03.134154+0000 mds.foofs.smithi160.zlpbjm (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14554 (172.21.15.23:0/301284774) 2024-02-12T13:45:04.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:03.134423+0000 mon.smithi160 (mon.1) 27 : audit [INF] from='mds.? [v2:172.21.15.160:6832/4107824535,v1:172.21.15.160:6833/4107824535]' entity='mds.foofs.smithi160.zlpbjm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.23:0/301284774"}]: dispatch 2024-02-12T13:45:04.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:03.134966+0000 mon.smithi023 (mon.0) 884 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.zlpbjm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.23:0/301284774"}]: dispatch 2024-02-12T13:45:04.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:03.137935+0000 mds.foofs.smithi160.zlpbjm (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14748 172.21.15.23:0/2666339132) 2024-02-12T13:45:04.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:03.183009+0000 mon.smithi023 (mon.0) 885 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:45:04.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:03.187314+0000 mon.smithi023 (mon.0) 886 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-12T13:45:04.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:03.188752+0000 mon.smithi023 (mon.0) 887 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:45:04.850 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:45:04.850 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (7m) 22s ago 9m 19.7M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:45:04.850 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (9m) 22s ago 9m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:45:04.850 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (8m) 17s ago 8m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:45:04.850 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (7m) 22s ago 8m 32.0M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:45:04.850 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (3m) 22s ago 3m 12.7M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:45:04.850 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (3m) 17s ago 3m 36.7M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (10m) 22s ago 10m 306M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (43s) 17s ago 8m 455M - 17.2.7-512-gc7678334 e402dfa191e5 e645c79969f6 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (10m) 22s ago 10m 52.2M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (8m) 17s ago 8m 41.0M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 starting - - - - 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (8m) 22s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (7m) 17s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7m) 22s ago 7m 450M 1944M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7m) 22s ago 7m 342M 1944M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6m) 22s ago 6m 275M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6m) 22s ago 6m 423M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (6m) 17s ago 6m 411M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (5m) 17s ago 5m 448M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (5m) 17s ago 5m 380M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:45:04.851 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (5m) 17s ago 5m 547M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:45:04.852 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (7m) 22s ago 8m 51.5M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:45:04.912 INFO:teuthology.orchestra.run.smithi023.stdout: 5 130436 12.11 MB/sec execute 66 sec latency 8339.707 ms 2024-02-12T13:45:05.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:45:03.182215+0000 mgr.smithi160.somqhq (mgr.24445) 61 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:45:05.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:45:03.182308+0000 mgr.smithi160.somqhq (mgr.24445) 62 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi160.jxfhmk-rgw 2024-02-12T13:45:05.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:45:03.188054+0000 mgr.smithi160.somqhq (mgr.24445) 63 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi160.jxfhmk's ganesha conf is defaulting to empty 2024-02-12T13:45:05.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:45:03.189835+0000 mgr.smithi160.somqhq (mgr.24445) 64 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi160.jxfhmk on smithi160 2024-02-12T13:45:05.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:04.131632+0000 mon.smithi023 (mon.0) 888 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.zlpbjm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.23:0/301284774"}]': finished 2024-02-12T13:45:05.196 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:04.131714+0000 mon.smithi023 (mon.0) 889 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-12T13:45:05.230 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:45:05.231 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:45:05.231 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:45:05.231 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:45:05.231 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:45:05.231 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:45:05.231 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:45:05.232 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:45:05.232 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:45:05.232 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:45:05.232 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:45:05.232 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:45:05.232 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:45:05.233 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:45:05.233 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:45:05.233 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:45:05.233 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:45:05.233 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:45:05.233 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:45:05.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:45:03.182215+0000 mgr.smithi160.somqhq (mgr.24445) 61 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-12T13:45:05.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:45:03.182308+0000 mgr.smithi160.somqhq (mgr.24445) 62 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi160.jxfhmk-rgw 2024-02-12T13:45:05.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:45:03.188054+0000 mgr.smithi160.somqhq (mgr.24445) 63 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi160.jxfhmk's ganesha conf is defaulting to empty 2024-02-12T13:45:05.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:45:03.189835+0000 mgr.smithi160.somqhq (mgr.24445) 64 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi160.jxfhmk on smithi160 2024-02-12T13:45:05.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:04.131632+0000 mon.smithi023 (mon.0) 888 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.zlpbjm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.23:0/301284774"}]': finished 2024-02-12T13:45:05.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:04.131714+0000 mon.smithi023 (mon.0) 889 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-12T13:45:05.554 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:45:05.554 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:45:05.554 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:45:05.554 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:45:05.554 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2024-02-12T13:45:05.554 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/22 daemons upgraded", 2024-02-12T13:45:05.554 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2024-02-12T13:45:05.554 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:45:05.555 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:45:05.813 INFO:teuthology.orchestra.run.smithi023.stdout:[130178] open ./clients/client2/~dmtmp/EXCEL/RESULTS3.PRN failed for handle 12086 (Stale file handle) 2024-02-12T13:45:05.813 INFO:teuthology.orchestra.run.smithi023.stdout:(130179) ERROR: handle 12086 was not found 2024-02-12T13:45:05.814 INFO:teuthology.orchestra.run.smithi023.stdout:[131477] open ./clients/client1/~dmtmp/PM/PMC162.TMP failed for handle 12263 (Stale file handle) 2024-02-12T13:45:05.814 INFO:teuthology.orchestra.run.smithi023.stdout:(131478) ERROR: handle 12263 was not found 2024-02-12T13:45:05.814 INFO:teuthology.orchestra.run.smithi023.stdout:[130301] open ./clients/client4/~dmtmp/EXCEL/E0BD0000 failed for handle 12100 (Stale file handle) 2024-02-12T13:45:05.814 INFO:teuthology.orchestra.run.smithi023.stdout:(130302) ERROR: handle 12100 was not found 2024-02-12T13:45:05.814 INFO:teuthology.orchestra.run.smithi023.stdout:Child failed with status 1 2024-02-12T13:45:05.814 INFO:teuthology.orchestra.run.smithi023.stdout:[130030] open ./clients/client0/~dmtmp/EXCEL/PCMAGCD.XLS failed for handle 12057 (Stale file handle) 2024-02-12T13:45:05.815 INFO:teuthology.orchestra.run.smithi023.stdout:(130031) ERROR: handle 12057 was not found 2024-02-12T13:45:05.815 INFO:teuthology.orchestra.run.smithi023.stdout:[130196] open ./clients/client3/~dmtmp/EXCEL/62AD0000 failed for handle 12090 (Stale file handle) 2024-02-12T13:45:05.817 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-12T13:45:05.878 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-12T13:45:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:04.094068+0000 mgr.smithi160.somqhq (mgr.24445) 65 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:04.502009+0000 mgr.smithi160.somqhq (mgr.24445) 66 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:04.837378+0000 mgr.smithi160.somqhq (mgr.24445) 67 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:04.882598+0000 mgr.smithi160.somqhq (mgr.24445) 68 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.0 MiB/s wr, 435 op/s 2024-02-12T13:45:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:05.227048+0000 mon.smithi023 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.23:0/2266805219' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:45:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:05.913923+0000 mon.smithi023 (mon.0) 891 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:06.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:05.919430+0000 mon.smithi023 (mon.0) 892 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:04.094068+0000 mgr.smithi160.somqhq (mgr.24445) 65 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:04.502009+0000 mgr.smithi160.somqhq (mgr.24445) 66 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:04.837378+0000 mgr.smithi160.somqhq (mgr.24445) 67 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:04.882598+0000 mgr.smithi160.somqhq (mgr.24445) 68 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.0 MiB/s wr, 435 op/s 2024-02-12T13:45:06.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:05.227048+0000 mon.smithi023 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.23:0/2266805219' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:45:06.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:05.913923+0000 mon.smithi023 (mon.0) 891 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:06.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:05.919430+0000 mon.smithi023 (mon.0) 892 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:07.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:05.550412+0000 mgr.smithi160.somqhq (mgr.24445) 69 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:07.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:05.969289+0000 mon.smithi023 (mon.0) 893 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:07.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:05.979123+0000 mon.smithi023 (mon.0) 894 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:07.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:06.059222+0000 mon.smithi023 (mon.0) 895 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:07.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:06.108184+0000 mon.smithi023 (mon.0) 896 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:45:07.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:05.550412+0000 mgr.smithi160.somqhq (mgr.24445) 69 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:07.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:05.969289+0000 mon.smithi023 (mon.0) 893 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:07.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:05.979123+0000 mon.smithi023 (mon.0) 894 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:07.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:06.059222+0000 mon.smithi023 (mon.0) 895 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:07.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:06.108184+0000 mon.smithi023 (mon.0) 896 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:45:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:06.882919+0000 mgr.smithi160.somqhq (mgr.24445) 70 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 42 KiB/s wr, 5 op/s 2024-02-12T13:45:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:06.882919+0000 mgr.smithi160.somqhq (mgr.24445) 70 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 42 KiB/s wr, 5 op/s 2024-02-12T13:45:08.966 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:45:09.152 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:08.814524+0000 mon.smithi160 (mon.1) 28 : audit [INF] from='mds.? [v2:172.21.15.160:6832/4107824535,v1:172.21.15.160:6833/4107824535]' entity='mds.foofs.smithi160.zlpbjm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/2759955724"}]: dispatch 2024-02-12T13:45:09.152 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:08.815046+0000 mon.smithi023 (mon.0) 897 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.zlpbjm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/2759955724"}]: dispatch 2024-02-12T13:45:09.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:08.814524+0000 mon.smithi160 (mon.1) 28 : audit [INF] from='mds.? [v2:172.21.15.160:6832/4107824535,v1:172.21.15.160:6833/4107824535]' entity='mds.foofs.smithi160.zlpbjm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/2759955724"}]: dispatch 2024-02-12T13:45:09.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:08.815046+0000 mon.smithi023 (mon.0) 897 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.zlpbjm' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/2759955724"}]: dispatch 2024-02-12T13:45:10.056 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:08.814298+0000 mds.foofs.smithi160.zlpbjm (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24351 (172.21.15.160:0/2759955724) 2024-02-12T13:45:10.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:08.816682+0000 mds.foofs.smithi160.zlpbjm (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24547 172.21.15.160:0/3968774496) 2024-02-12T13:45:10.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:08.883535+0000 mgr.smithi160.somqhq (mgr.24445) 71 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 70 KiB/s wr, 27 op/s 2024-02-12T13:45:10.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:08.954883+0000 mon.smithi023 (mon.0) 898 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.zlpbjm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/2759955724"}]': finished 2024-02-12T13:45:10.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:08.954966+0000 mon.smithi023 (mon.0) 899 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-12T13:45:10.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:08.814298+0000 mds.foofs.smithi160.zlpbjm (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24351 (172.21.15.160:0/2759955724) 2024-02-12T13:45:10.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:08.816682+0000 mds.foofs.smithi160.zlpbjm (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24547 172.21.15.160:0/3968774496) 2024-02-12T13:45:10.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:08.883535+0000 mgr.smithi160.somqhq (mgr.24445) 71 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 70 KiB/s wr, 27 op/s 2024-02-12T13:45:10.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:08.954883+0000 mon.smithi023 (mon.0) 898 : audit [INF] from='mds.? ' entity='mds.foofs.smithi160.zlpbjm' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.160:0/2759955724"}]': finished 2024-02-12T13:45:10.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:08.954966+0000 mon.smithi023 (mon.0) 899 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-12T13:45:11.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:10.587336+0000 mon.smithi023 (mon.0) 900 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:11.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:10.596123+0000 mon.smithi023 (mon.0) 901 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:11.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:10.883877+0000 mgr.smithi160.somqhq (mgr.24445) 72 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 36 KiB/s wr, 27 op/s 2024-02-12T13:45:11.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:10.587336+0000 mon.smithi023 (mon.0) 900 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:11.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:10.596123+0000 mon.smithi023 (mon.0) 901 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:11.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:10.883877+0000 mgr.smithi160.somqhq (mgr.24445) 72 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 36 KiB/s wr, 27 op/s 2024-02-12T13:45:13.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:12.443980+0000 mon.smithi023 (mon.0) 902 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:13.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:12.448773+0000 mon.smithi023 (mon.0) 903 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:13.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:12.449876+0000 mon.smithi023 (mon.0) 904 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:45:13.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:12.450816+0000 mon.smithi023 (mon.0) 905 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:45:13.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:12.455219+0000 mon.smithi023 (mon.0) 906 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:13.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:12.461635+0000 mon.smithi023 (mon.0) 907 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:13.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:45:12.590986+0000 mgr.smithi160.somqhq (mgr.24445) 73 : cephadm [INF] Reconfiguring prometheus.smithi023 (dependencies changed)... 2024-02-12T13:45:13.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:45:12.600125+0000 mgr.smithi160.somqhq (mgr.24445) 74 : cephadm [INF] Reconfiguring daemon prometheus.smithi023 on smithi023 2024-02-12T13:45:13.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:12.884786+0000 mgr.smithi160.somqhq (mgr.24445) 75 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 41 KiB/s wr, 26 op/s 2024-02-12T13:45:13.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:12.443980+0000 mon.smithi023 (mon.0) 902 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:13.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:12.448773+0000 mon.smithi023 (mon.0) 903 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:13.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:12.449876+0000 mon.smithi023 (mon.0) 904 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:45:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:12.450816+0000 mon.smithi023 (mon.0) 905 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:45:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:12.455219+0000 mon.smithi023 (mon.0) 906 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:12.461635+0000 mon.smithi023 (mon.0) 907 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:45:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:45:12.590986+0000 mgr.smithi160.somqhq (mgr.24445) 73 : cephadm [INF] Reconfiguring prometheus.smithi023 (dependencies changed)... 2024-02-12T13:45:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:45:12.600125+0000 mgr.smithi160.somqhq (mgr.24445) 74 : cephadm [INF] Reconfiguring daemon prometheus.smithi023 on smithi023 2024-02-12T13:45:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:12.884786+0000 mgr.smithi160.somqhq (mgr.24445) 75 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 41 KiB/s wr, 26 op/s 2024-02-12T13:45:14.005 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:45:15.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:14.885204+0000 mgr.smithi160.somqhq (mgr.24445) 76 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 36 KiB/s wr, 22 op/s 2024-02-12T13:45:15.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:14.885204+0000 mgr.smithi160.somqhq (mgr.24445) 76 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 36 KiB/s wr, 22 op/s 2024-02-12T13:45:16.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:16.054471+0000 mon.smithi023 (mon.0) 908 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:45:16.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:16.054471+0000 mon.smithi023 (mon.0) 908 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:45:17.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:16.885857+0000 mgr.smithi160.somqhq (mgr.24445) 77 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 36 KiB/s wr, 22 op/s 2024-02-12T13:45:17.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:16.885857+0000 mgr.smithi160.somqhq (mgr.24445) 77 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 36 KiB/s wr, 22 op/s 2024-02-12T13:45:19.045 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:45:20.397 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:18.886507+0000 mgr.smithi160.somqhq (mgr.24445) 78 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 8.6 KiB/s wr, 1 op/s 2024-02-12T13:45:20.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:18.886507+0000 mgr.smithi160.somqhq (mgr.24445) 78 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 8.6 KiB/s wr, 1 op/s 2024-02-12T13:45:22.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:21 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:20.886900+0000 mgr.smithi160.somqhq (mgr.24445) 79 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 7.2 KiB/s wr, 1 op/s 2024-02-12T13:45:22.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:21 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:20.886900+0000 mgr.smithi160.somqhq (mgr.24445) 79 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 7.2 KiB/s wr, 1 op/s 2024-02-12T13:45:24.094 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:45:24.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:22.887705+0000 mgr.smithi160.somqhq (mgr.24445) 80 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 7.2 KiB/s wr, 1 op/s 2024-02-12T13:45:24.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:22.887705+0000 mgr.smithi160.somqhq (mgr.24445) 80 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 7.2 KiB/s wr, 1 op/s 2024-02-12T13:45:25.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:24.888289+0000 mgr.smithi160.somqhq (mgr.24445) 81 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 0 op/s 2024-02-12T13:45:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:24.888289+0000 mgr.smithi160.somqhq (mgr.24445) 81 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 0 op/s 2024-02-12T13:45:28.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:26.888874+0000 mgr.smithi160.somqhq (mgr.24445) 82 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 0 op/s 2024-02-12T13:45:28.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:26.888874+0000 mgr.smithi160.somqhq (mgr.24445) 82 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 0 op/s 2024-02-12T13:45:29.135 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:45:30.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:28.889854+0000 mgr.smithi160.somqhq (mgr.24445) 83 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.8 KiB/s wr, 1 op/s 2024-02-12T13:45:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:28.889854+0000 mgr.smithi160.somqhq (mgr.24445) 83 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.8 KiB/s wr, 1 op/s 2024-02-12T13:45:32.318 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:30.890241+0000 mgr.smithi160.somqhq (mgr.24445) 84 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:45:32.319 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:31.054697+0000 mon.smithi023 (mon.0) 909 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:45:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:30.890241+0000 mgr.smithi160.somqhq (mgr.24445) 84 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:45:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:31.054697+0000 mon.smithi023 (mon.0) 909 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:45:34.176 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:45:34.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:32.891091+0000 mgr.smithi160.somqhq (mgr.24445) 85 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:45:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:32.891091+0000 mgr.smithi160.somqhq (mgr.24445) 85 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:45:35.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:34.891700+0000 mgr.smithi160.somqhq (mgr.24445) 86 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:45:35.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:34.891700+0000 mgr.smithi160.somqhq (mgr.24445) 86 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:45:35.903 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:45:36.536 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:45:36.536 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (8m) 24s ago 9m 19.7M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:45:36.536 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (9m) 24s ago 9m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:45:36.536 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (8m) 25s ago 8m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:45:36.536 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (7m) 24s ago 9m 31.8M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:45:36.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (4m) 24s ago 4m 13.0M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:45:36.536 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (3m) 25s ago 3m 37.0M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (11m) 24s ago 11m 367M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (75s) 25s ago 8m 477M - 17.2.7-512-gc7678334 e402dfa191e5 e645c79969f6 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (11m) 24s ago 11m 54.1M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (8m) 25s ago 8m 45.9M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (36s) 24s ago 36s 47.2M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (31s) 25s ago 30s 19.8M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (9m) 24s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (8m) 25s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8m) 24s ago 8m 473M 1944M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7m) 24s ago 7m 417M 1944M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7m) 24s ago 7m 281M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6m) 24s ago 6m 449M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (6m) 25s ago 6m 454M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:45:36.537 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (6m) 25s ago 6m 486M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:45:36.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (5m) 25s ago 5m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:45:36.538 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (5m) 25s ago 5m 586M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:45:36.538 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (7m) 24s ago 8m 55.8M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:45:36.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:35.886236+0000 mgr.smithi160.somqhq (mgr.24445) 87 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:36.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:35.886236+0000 mgr.smithi160.somqhq (mgr.24445) 87 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:36.916 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:45:36.916 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:45:36.916 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:45:36.916 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:45:36.916 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:45:36.916 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:45:36.916 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:45:36.916 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:45:36.917 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:45:37.237 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:45:37.237 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:45:37.237 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:45:37.237 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:45:37.237 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2024-02-12T13:45:37.237 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:45:37.237 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2024-02-12T13:45:37.238 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:45:37.238 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:45:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:36.207914+0000 mgr.smithi160.somqhq (mgr.24445) 88 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:36.522435+0000 mgr.smithi160.somqhq (mgr.24445) 89 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:37.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:36.892233+0000 mgr.smithi160.somqhq (mgr.24445) 90 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:45:37.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:36.912829+0000 mon.smithi023 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.23:0/2821748243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:45:37.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:36.207914+0000 mgr.smithi160.somqhq (mgr.24445) 88 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:37.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:36.522435+0000 mgr.smithi160.somqhq (mgr.24445) 89 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:37.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:36.892233+0000 mgr.smithi160.somqhq (mgr.24445) 90 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:45:37.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:36.912829+0000 mon.smithi023 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.23:0/2821748243' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:45:38.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:37.233410+0000 mgr.smithi160.somqhq (mgr.24445) 91 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:38.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:37.233410+0000 mgr.smithi160.somqhq (mgr.24445) 91 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:45:39.220 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:45:39.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:38.892992+0000 mgr.smithi160.somqhq (mgr.24445) 92 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:45:39.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:38.892992+0000 mgr.smithi160.somqhq (mgr.24445) 92 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:45:42.319 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:40.893476+0000 mgr.smithi160.somqhq (mgr.24445) 93 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:42.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:40.893476+0000 mgr.smithi160.somqhq (mgr.24445) 93 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:44.264 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:45:44.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:42.894198+0000 mgr.smithi160.somqhq (mgr.24445) 94 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:45:44.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:42.894198+0000 mgr.smithi160.somqhq (mgr.24445) 94 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:45:45.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:44.894669+0000 mgr.smithi160.somqhq (mgr.24445) 95 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:45.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:44.894669+0000 mgr.smithi160.somqhq (mgr.24445) 95 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:46.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:45:46.055097+0000 mon.smithi023 (mon.0) 911 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:45:46.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:45:46.055097+0000 mon.smithi023 (mon.0) 911 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:45:47.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:46.895105+0000 mgr.smithi160.somqhq (mgr.24445) 96 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:47.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:46.895105+0000 mgr.smithi160.somqhq (mgr.24445) 96 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:49.299 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:45:50.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:48.895966+0000 mgr.smithi160.somqhq (mgr.24445) 97 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:45:50.477 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:48.895966+0000 mgr.smithi160.somqhq (mgr.24445) 97 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:45:52.319 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:50.896420+0000 mgr.smithi160.somqhq (mgr.24445) 98 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:52.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:50.896420+0000 mgr.smithi160.somqhq (mgr.24445) 98 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:54.340 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:45:54.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:52.897269+0000 mgr.smithi160.somqhq (mgr.24445) 99 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:45:54.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:52.897269+0000 mgr.smithi160.somqhq (mgr.24445) 99 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:45:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:54.897809+0000 mgr.smithi160.somqhq (mgr.24445) 100 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:54.897809+0000 mgr.smithi160.somqhq (mgr.24445) 100 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:58.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:56.898318+0000 mgr.smithi160.somqhq (mgr.24445) 101 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:58.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:56.898318+0000 mgr.smithi160.somqhq (mgr.24445) 101 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:45:59.374 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:00.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:45:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:45:58.899203+0000 mgr.smithi160.somqhq (mgr.24445) 102 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:00.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:45:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:45:58.899203+0000 mgr.smithi160.somqhq (mgr.24445) 102 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:02.320 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:00.899742+0000 mgr.smithi160.somqhq (mgr.24445) 103 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:02.320 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:01.055510+0000 mon.smithi023 (mon.0) 912 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:46:02.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:00.899742+0000 mgr.smithi160.somqhq (mgr.24445) 103 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:02.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:01.055510+0000 mon.smithi023 (mon.0) 912 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:46:03.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:01.975706+0000 mon.smithi023 (mon.0) 913 : cluster [DBG] mgrmap e29: smithi160.somqhq(active, since 91s), standbys: smithi023.mqmmus 2024-02-12T13:46:03.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:02.900494+0000 mgr.smithi160.somqhq (mgr.24445) 104 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:46:03.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:01.975706+0000 mon.smithi023 (mon.0) 913 : cluster [DBG] mgrmap e29: smithi160.somqhq(active, since 91s), standbys: smithi023.mqmmus 2024-02-12T13:46:03.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:02.900494+0000 mgr.smithi160.somqhq (mgr.24445) 104 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:46:04.413 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:05.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:04.901022+0000 mgr.smithi160.somqhq (mgr.24445) 105 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:46:05.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:04.901022+0000 mgr.smithi160.somqhq (mgr.24445) 105 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:46:07.582 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:46:08.214 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:46:08.214 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (8m) 55s ago 10m 19.7M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:46:08.214 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (10m) 55s ago 10m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:46:08.214 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (9m) 57s ago 9m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:46:08.214 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (8m) 55s ago 9m 31.8M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:46:08.214 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (4m) 55s ago 4m 13.0M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (4m) 57s ago 4m 37.0M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (11m) 55s ago 11m 367M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (106s) 57s ago 9m 477M - 17.2.7-512-gc7678334 e402dfa191e5 e645c79969f6 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (11m) 55s ago 11m 54.1M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (9m) 57s ago 9m 45.9M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (68s) 55s ago 68s 47.2M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (62s) 57s ago 62s 19.8M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (9m) 55s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (8m) 57s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8m) 55s ago 8m 473M 1944M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8m) 55s ago 8m 417M 1944M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7m) 55s ago 7m 281M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:46:08.215 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7m) 55s ago 7m 449M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:46:08.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (7m) 57s ago 7m 454M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:46:08.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (6m) 57s ago 6m 486M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:46:08.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (6m) 57s ago 6m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:46:08.216 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (6m) 57s ago 6m 586M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:46:08.216 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (8m) 55s ago 9m 55.8M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:46:08.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:06.901629+0000 mgr.smithi160.somqhq (mgr.24445) 106 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:46:08.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:06.901629+0000 mgr.smithi160.somqhq (mgr.24445) 106 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:46:08.592 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:46:08.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:46:08.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:46:08.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:46:08.592 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:46:08.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:46:08.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:46:08.592 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:46:08.592 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:46:08.592 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:46:08.593 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:46:08.593 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:46:08.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:46:08.593 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:46:08.593 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:46:08.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:46:08.593 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:46:08.593 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:46:08.593 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:46:08.916 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:46:08.916 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:46:08.916 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:46:08.916 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:46:08.916 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2024-02-12T13:46:08.916 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:46:08.916 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2024-02-12T13:46:08.916 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:46:08.916 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:46:09.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:07.566149+0000 mgr.smithi160.somqhq (mgr.24445) 107 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:09.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:07.887664+0000 mgr.smithi160.somqhq (mgr.24445) 108 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:09.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:08.588510+0000 mon.smithi023 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.23:0/1373395008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:46:09.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:07.566149+0000 mgr.smithi160.somqhq (mgr.24445) 107 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:09.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:07.887664+0000 mgr.smithi160.somqhq (mgr.24445) 108 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:09.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:08.588510+0000 mon.smithi023 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.23:0/1373395008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:46:09.452 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:10.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:08.200166+0000 mgr.smithi160.somqhq (mgr.24445) 109 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:10.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:08.902280+0000 mgr.smithi160.somqhq (mgr.24445) 110 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:46:10.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:08.911969+0000 mgr.smithi160.somqhq (mgr.24445) 111 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:08.200166+0000 mgr.smithi160.somqhq (mgr.24445) 109 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:08.902280+0000 mgr.smithi160.somqhq (mgr.24445) 110 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-12T13:46:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:08.911969+0000 mgr.smithi160.somqhq (mgr.24445) 111 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:12.320 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:10.902754+0000 mgr.smithi160.somqhq (mgr.24445) 112 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:46:12.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:10.902754+0000 mgr.smithi160.somqhq (mgr.24445) 112 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-12T13:46:13.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:12.903469+0000 mgr.smithi160.somqhq (mgr.24445) 113 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:46:13.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:12.903469+0000 mgr.smithi160.somqhq (mgr.24445) 113 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:46:14.506 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:15.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:14.904032+0000 mgr.smithi160.somqhq (mgr.24445) 114 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:15.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:14.904032+0000 mgr.smithi160.somqhq (mgr.24445) 114 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:16.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:16.056128+0000 mon.smithi023 (mon.0) 915 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:46:16.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:16.056128+0000 mon.smithi023 (mon.0) 915 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:46:17.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:16.904546+0000 mgr.smithi160.somqhq (mgr.24445) 115 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:17.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:16.904546+0000 mgr.smithi160.somqhq (mgr.24445) 115 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:19.546 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:20.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:18.905239+0000 mgr.smithi160.somqhq (mgr.24445) 116 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:20.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:18.905239+0000 mgr.smithi160.somqhq (mgr.24445) 116 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:22.320 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:21 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:20.905813+0000 mgr.smithi160.somqhq (mgr.24445) 117 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:22.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:21 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:20.905813+0000 mgr.smithi160.somqhq (mgr.24445) 117 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:24.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:22.906514+0000 mgr.smithi160.somqhq (mgr.24445) 118 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:24.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:22.906514+0000 mgr.smithi160.somqhq (mgr.24445) 118 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:24.595 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:25.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:24.907057+0000 mgr.smithi160.somqhq (mgr.24445) 119 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:24.907057+0000 mgr.smithi160.somqhq (mgr.24445) 119 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:28.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:26.907631+0000 mgr.smithi160.somqhq (mgr.24445) 120 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:28.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:26.907631+0000 mgr.smithi160.somqhq (mgr.24445) 120 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:29.642 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:30.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:28.908406+0000 mgr.smithi160.somqhq (mgr.24445) 121 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:30.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:28.908406+0000 mgr.smithi160.somqhq (mgr.24445) 121 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:30.909016+0000 mgr.smithi160.somqhq (mgr.24445) 122 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:31.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:30.909016+0000 mgr.smithi160.somqhq (mgr.24445) 122 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:32.321 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:31.058984+0000 mon.smithi023 (mon.0) 916 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:46:32.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:31.058984+0000 mon.smithi023 (mon.0) 916 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:46:33.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:32.909815+0000 mgr.smithi160.somqhq (mgr.24445) 123 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:33.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:32.909815+0000 mgr.smithi160.somqhq (mgr.24445) 123 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:34.679 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:35.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:34.910373+0000 mgr.smithi160.somqhq (mgr.24445) 124 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:35.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:34.910373+0000 mgr.smithi160.somqhq (mgr.24445) 124 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:38.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:36.911143+0000 mgr.smithi160.somqhq (mgr.24445) 125 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:38.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:36.911143+0000 mgr.smithi160.somqhq (mgr.24445) 125 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:39.262 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:46:39.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:38.911751+0000 mgr.smithi160.somqhq (mgr.24445) 126 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:39.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:38.911751+0000 mgr.smithi160.somqhq (mgr.24445) 126 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:39.716 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:39.894 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:46:39.894 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (9m) 87s ago 10m 19.7M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:46:39.894 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (10m) 87s ago 10m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (9m) 89s ago 9m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (8m) 87s ago 10m 31.8M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (5m) 87s ago 5m 13.0M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (5m) 89s ago 5m 37.0M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (12m) 87s ago 12m 367M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (2m) 89s ago 9m 477M - 17.2.7-512-gc7678334 e402dfa191e5 e645c79969f6 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (12m) 87s ago 12m 54.1M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (9m) 89s ago 9m 45.9M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (100s) 87s ago 99s 47.2M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (94s) 89s ago 94s 19.8M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (10m) 87s ago 10m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (9m) 89s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9m) 87s ago 9m 473M 1944M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8m) 87s ago 8m 417M 1944M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8m) 87s ago 8m 281M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:46:39.895 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7m) 87s ago 7m 449M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:46:39.896 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (7m) 89s ago 7m 454M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:46:39.896 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (7m) 89s ago 7m 486M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:46:39.896 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (6m) 89s ago 6m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:46:39.896 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (6m) 89s ago 6m 586M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:46:39.896 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (8m) 87s ago 9m 55.8M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:46:40.275 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:46:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:46:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:46:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:46:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:46:40.277 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:46:40.277 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:46:40.599 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:46:40.599 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:46:40.599 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:46:40.599 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:46:40.599 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2024-02-12T13:46:40.600 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:46:40.600 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2024-02-12T13:46:40.600 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:46:40.600 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:46:40.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:39.245567+0000 mgr.smithi160.somqhq (mgr.24445) 127 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:40.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:39.566961+0000 mgr.smithi160.somqhq (mgr.24445) 128 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:40.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:39.880629+0000 mgr.smithi160.somqhq (mgr.24445) 129 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:40.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:40 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:40.272518+0000 mon.smithi023 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.23:0/1571088868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:46:40.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:39.245567+0000 mgr.smithi160.somqhq (mgr.24445) 127 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:40.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:39.566961+0000 mgr.smithi160.somqhq (mgr.24445) 128 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:40.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:39.880629+0000 mgr.smithi160.somqhq (mgr.24445) 129 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:40.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:40.272518+0000 mon.smithi023 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.23:0/1571088868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:46:41.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:40.595759+0000 mgr.smithi160.somqhq (mgr.24445) 130 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:41.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:40.912271+0000 mgr.smithi160.somqhq (mgr.24445) 131 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:41.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:40.595759+0000 mgr.smithi160.somqhq (mgr.24445) 130 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:46:41.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:40.912271+0000 mgr.smithi160.somqhq (mgr.24445) 131 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:44.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:42.913074+0000 mgr.smithi160.somqhq (mgr.24445) 132 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:44.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:42.913074+0000 mgr.smithi160.somqhq (mgr.24445) 132 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:44.764 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:45.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:44.913517+0000 mgr.smithi160.somqhq (mgr.24445) 133 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:45.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:44.913517+0000 mgr.smithi160.somqhq (mgr.24445) 133 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:46.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:46:46.059446+0000 mon.smithi023 (mon.0) 918 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:46:46.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:46:46.059446+0000 mon.smithi023 (mon.0) 918 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:46:47.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:46.914373+0000 mgr.smithi160.somqhq (mgr.24445) 134 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:47.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:46.914373+0000 mgr.smithi160.somqhq (mgr.24445) 134 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:49.801 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:50.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:48.914841+0000 mgr.smithi160.somqhq (mgr.24445) 135 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:50.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:48.914841+0000 mgr.smithi160.somqhq (mgr.24445) 135 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:50.915227+0000 mgr.smithi160.somqhq (mgr.24445) 136 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:51.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:50.915227+0000 mgr.smithi160.somqhq (mgr.24445) 136 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:54.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:52.915984+0000 mgr.smithi160.somqhq (mgr.24445) 137 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:54.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:53 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:52.915984+0000 mgr.smithi160.somqhq (mgr.24445) 137 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:54.836 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:46:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:54.916480+0000 mgr.smithi160.somqhq (mgr.24445) 138 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:54.916480+0000 mgr.smithi160.somqhq (mgr.24445) 138 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:46:58.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:56.917098+0000 mgr.smithi160.somqhq (mgr.24445) 139 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:58.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:56.917098+0000 mgr.smithi160.somqhq (mgr.24445) 139 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:46:59.872 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:00.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:46:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:46:58.917724+0000 mgr.smithi160.somqhq (mgr.24445) 140 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:00.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:46:59 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:46:58.917724+0000 mgr.smithi160.somqhq (mgr.24445) 140 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:01.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:00.918361+0000 mgr.smithi160.somqhq (mgr.24445) 141 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:01.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:00.918361+0000 mgr.smithi160.somqhq (mgr.24445) 141 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:02.321 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:01 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:01.059852+0000 mon.smithi023 (mon.0) 919 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:47:02.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:01.059852+0000 mon.smithi023 (mon.0) 919 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:47:03.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:02.919122+0000 mgr.smithi160.somqhq (mgr.24445) 142 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:03.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:02.919122+0000 mgr.smithi160.somqhq (mgr.24445) 142 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:04.911 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:05.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:04.919591+0000 mgr.smithi160.somqhq (mgr.24445) 143 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:05.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:04.919591+0000 mgr.smithi160.somqhq (mgr.24445) 143 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:08.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:06.920282+0000 mgr.smithi160.somqhq (mgr.24445) 144 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:08.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:06.920282+0000 mgr.smithi160.somqhq (mgr.24445) 144 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:09.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:08.920828+0000 mgr.smithi160.somqhq (mgr.24445) 145 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:09.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:08.920828+0000 mgr.smithi160.somqhq (mgr.24445) 145 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:09.956 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:10.946 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:47:11.578 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:47:11.578 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (9m) 119s ago 11m 19.7M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (11m) 119s ago 11m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (10m) 2m ago 10m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (9m) 119s ago 10m 31.8M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (5m) 119s ago 5m 13.0M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (5m) 2m ago 5m 37.0M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:9283 running (12m) 119s ago 12m 367M - 16.2.5 6933c2a0b7dd bb73b02dd18d 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (2m) 2m ago 10m 477M - 17.2.7-512-gc7678334 e402dfa191e5 e645c79969f6 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (12m) 119s ago 12m 54.1M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (10m) 2m ago 10m 45.9M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (2m) 119s ago 2m 47.2M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (2m) 2m ago 2m 19.8M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (10m) 119s ago 10m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (10m) 2m ago 9m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:47:11.579 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9m) 119s ago 9m 473M 1944M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:47:11.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9m) 119s ago 9m 417M 1944M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:47:11.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8m) 119s ago 8m 281M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:47:11.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8m) 119s ago 8m 449M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:47:11.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (8m) 2m ago 8m 454M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:47:11.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (7m) 2m ago 7m 486M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:47:11.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (7m) 2m ago 7m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:47:11.580 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (7m) 2m ago 7m 586M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:47:11.580 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (9m) 119s ago 10m 55.8M - 2.18.1 de242295e225 2e30b32c7348 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:47:11.956 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:47:11.957 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:47:11.957 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:47:11.957 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:47:11.957 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:47:11.957 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-02-12T13:47:11.957 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:47:11.957 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:47:11.957 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:47:12.277 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:47:12.277 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:47:12.277 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:47:12.277 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:47:12.277 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2024-02-12T13:47:12.277 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2024-02-12T13:47:12.277 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2024-02-12T13:47:12.277 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:47:12.277 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:47:12.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:10.921300+0000 mgr.smithi160.somqhq (mgr.24445) 146 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:12.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:10.930181+0000 mgr.smithi160.somqhq (mgr.24445) 147 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:12.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:11.952474+0000 mon.smithi023 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.23:0/1330257916' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:47:12.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:10.921300+0000 mgr.smithi160.somqhq (mgr.24445) 146 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:12.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:10.930181+0000 mgr.smithi160.somqhq (mgr.24445) 147 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:12.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:11.952474+0000 mon.smithi023 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.23:0/1330257916' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:47:13.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:11.253305+0000 mgr.smithi160.somqhq (mgr.24445) 148 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:13.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:12 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:11.564256+0000 mgr.smithi160.somqhq (mgr.24445) 149 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:13.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:11.253305+0000 mgr.smithi160.somqhq (mgr.24445) 148 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:13.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:11.564256+0000 mgr.smithi160.somqhq (mgr.24445) 149 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:14.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:12.273046+0000 mgr.smithi160.somqhq (mgr.24445) 150 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:14.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:13 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:12.922135+0000 mgr.smithi160.somqhq (mgr.24445) 151 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:14.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:12.273046+0000 mgr.smithi160.somqhq (mgr.24445) 150 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:14.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:13 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:12.922135+0000 mgr.smithi160.somqhq (mgr.24445) 151 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:14.994 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:15.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:14.922751+0000 mgr.smithi160.somqhq (mgr.24445) 152 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:15.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:14.922751+0000 mgr.smithi160.somqhq (mgr.24445) 152 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:16.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:16 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:16.060183+0000 mon.smithi023 (mon.0) 921 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:47:16.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:16 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:16.060183+0000 mon.smithi023 (mon.0) 921 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:47:17.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:17 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:16.923381+0000 mgr.smithi160.somqhq (mgr.24445) 153 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:17.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:16.923381+0000 mgr.smithi160.somqhq (mgr.24445) 153 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:20.036 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:20.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:19 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:18.923909+0000 mgr.smithi160.somqhq (mgr.24445) 154 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:20.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:19 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:18.923909+0000 mgr.smithi160.somqhq (mgr.24445) 154 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:21.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:20 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:20.924546+0000 mgr.smithi160.somqhq (mgr.24445) 155 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:21.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:20.924546+0000 mgr.smithi160.somqhq (mgr.24445) 155 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:24.329 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:22.925224+0000 mgr.smithi160.somqhq (mgr.24445) 156 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:24.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:22.925224+0000 mgr.smithi160.somqhq (mgr.24445) 156 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:25.078 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:25.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:24.633806+0000 mon.smithi023 (mon.0) 922 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:25.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:24.640029+0000 mon.smithi023 (mon.0) 923 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:25.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:24.663445+0000 mon.smithi023 (mon.0) 924 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:47:25.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:24.663894+0000 mgr.smithi160.somqhq (mgr.24445) 157 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:47:25.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:24.665608+0000 mon.smithi023 (mon.0) 925 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi023.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T13:47:25.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:24.665970+0000 mgr.smithi160.somqhq (mgr.24445) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi023.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T13:47:25.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:24.669900+0000 mon.smithi023 (mon.0) 926 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:25.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:24.675156+0000 mon.smithi023 (mon.0) 927 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:25.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:24.682180+0000 mon.smithi023 (mon.0) 928 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:25.873 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:24.683476+0000 mgr.smithi160.somqhq (mgr.24445) 159 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:47:25.873 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:24.683913+0000 mgr.smithi160.somqhq (mgr.24445) 160 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:47:25.873 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:24.925577+0000 mgr.smithi160.somqhq (mgr.24445) 161 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:24.633806+0000 mon.smithi023 (mon.0) 922 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:24.640029+0000 mon.smithi023 (mon.0) 923 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:24.663445+0000 mon.smithi023 (mon.0) 924 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:47:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:24.663894+0000 mgr.smithi160.somqhq (mgr.24445) 157 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:47:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:24.665608+0000 mon.smithi023 (mon.0) 925 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi023.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T13:47:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:24.665970+0000 mgr.smithi160.somqhq (mgr.24445) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi023.front.sepia.ceph.com:9095"}]: dispatch 2024-02-12T13:47:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:24.669900+0000 mon.smithi023 (mon.0) 926 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:24.675156+0000 mon.smithi023 (mon.0) 927 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:24.682180+0000 mon.smithi023 (mon.0) 928 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:24.683476+0000 mgr.smithi160.somqhq (mgr.24445) 159 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:47:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:24.683913+0000 mgr.smithi160.somqhq (mgr.24445) 160 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:47:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:24.925577+0000 mgr.smithi160.somqhq (mgr.24445) 161 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:27.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:26.152158+0000 mgr.smithi160.somqhq (mgr.24445) 162 : cephadm [INF] Upgrade: Updating mgr.smithi023.mqmmus 2024-02-12T13:47:27.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:26.157054+0000 mon.smithi023 (mon.0) 929 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:27.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:26.157956+0000 mon.smithi023 (mon.0) 930 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.mqmmus", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:47:27.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:26.158728+0000 mon.smithi023 (mon.0) 931 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:47:27.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:26.159595+0000 mon.smithi023 (mon.0) 932 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:47:27.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:26.160410+0000 mgr.smithi160.somqhq (mgr.24445) 163 : cephadm [INF] Deploying daemon mgr.smithi023.mqmmus on smithi023 2024-02-12T13:47:27.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:27 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:26.926348+0000 mgr.smithi160.somqhq (mgr.24445) 164 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:26.152158+0000 mgr.smithi160.somqhq (mgr.24445) 162 : cephadm [INF] Upgrade: Updating mgr.smithi023.mqmmus 2024-02-12T13:47:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:26.157054+0000 mon.smithi023 (mon.0) 929 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:26.157956+0000 mon.smithi023 (mon.0) 930 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.mqmmus", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:47:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:26.158728+0000 mon.smithi023 (mon.0) 931 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:47:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:26.159595+0000 mon.smithi023 (mon.0) 932 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:47:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:26.160410+0000 mgr.smithi160.somqhq (mgr.24445) 163 : cephadm [INF] Deploying daemon mgr.smithi023.mqmmus on smithi023 2024-02-12T13:47:27.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:26.926348+0000 mgr.smithi160.somqhq (mgr.24445) 164 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:30.113 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:30.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:28.926753+0000 mgr.smithi160.somqhq (mgr.24445) 165 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:29.740082+0000 mon.smithi023 (mon.0) 933 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:29.746455+0000 mon.smithi023 (mon.0) 934 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:29 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:29.783688+0000 mon.smithi023 (mon.0) 935 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:30.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:28.926753+0000 mgr.smithi160.somqhq (mgr.24445) 165 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:30.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:29.740082+0000 mon.smithi023 (mon.0) 933 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:30.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:29.746455+0000 mon.smithi023 (mon.0) 934 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:30.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:29.783688+0000 mon.smithi023 (mon.0) 935 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:30.106872+0000 mon.smithi023 (mon.0) 936 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:30.114833+0000 mon.smithi023 (mon.0) 937 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:30.155502+0000 mon.smithi023 (mon.0) 938 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:30.159933+0000 mon.smithi023 (mon.0) 939 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:31.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:30.927158+0000 mgr.smithi160.somqhq (mgr.24445) 166 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:31.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:31 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:31.060036+0000 mon.smithi023 (mon.0) 940 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:47:31.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:30.106872+0000 mon.smithi023 (mon.0) 936 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:31.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:30.114833+0000 mon.smithi023 (mon.0) 937 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:31.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:30.155502+0000 mon.smithi023 (mon.0) 938 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:31.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:30.159933+0000 mon.smithi023 (mon.0) 939 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:31.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:30.927158+0000 mgr.smithi160.somqhq (mgr.24445) 166 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:31.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:31 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:31.060036+0000 mon.smithi023 (mon.0) 940 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:47:33.292 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:33 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:32.927994+0000 mgr.smithi160.somqhq (mgr.24445) 167 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:33.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:32.927994+0000 mgr.smithi160.somqhq (mgr.24445) 167 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:35.153 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:35.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:34.446242+0000 mon.smithi023 (mon.0) 941 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:35.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:34.450907+0000 mon.smithi023 (mon.0) 942 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:35.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:34.928365+0000 mgr.smithi160.somqhq (mgr.24445) 168 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:35.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:34.446242+0000 mon.smithi023 (mon.0) 941 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:35.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:34.450907+0000 mon.smithi023 (mon.0) 942 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:35.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:34.928365+0000 mgr.smithi160.somqhq (mgr.24445) 168 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:36.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:36.708944+0000 mon.smithi023 (mon.0) 943 : cluster [DBG] Standby manager daemon smithi023.mqmmus restarted 2024-02-12T13:47:36.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:36.709046+0000 mon.smithi023 (mon.0) 944 : cluster [DBG] Standby manager daemon smithi023.mqmmus started 2024-02-12T13:47:36.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:36.711373+0000 mon.smithi023 (mon.0) 945 : audit [DBG] from='mgr.? 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.mqmmus/crt"}]: dispatch 2024-02-12T13:47:36.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:36.711794+0000 mon.smithi023 (mon.0) 946 : audit [DBG] from='mgr.? 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:47:36.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:36.713893+0000 mon.smithi023 (mon.0) 947 : audit [DBG] from='mgr.? 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.mqmmus/key"}]: dispatch 2024-02-12T13:47:36.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:36.714742+0000 mon.smithi023 (mon.0) 948 : audit [DBG] from='mgr.? 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:47:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:36.708944+0000 mon.smithi023 (mon.0) 943 : cluster [DBG] Standby manager daemon smithi023.mqmmus restarted 2024-02-12T13:47:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:36.709046+0000 mon.smithi023 (mon.0) 944 : cluster [DBG] Standby manager daemon smithi023.mqmmus started 2024-02-12T13:47:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:36.711373+0000 mon.smithi023 (mon.0) 945 : audit [DBG] from='mgr.? 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.mqmmus/crt"}]: dispatch 2024-02-12T13:47:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:36.711794+0000 mon.smithi023 (mon.0) 946 : audit [DBG] from='mgr.? 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:47:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:36.713893+0000 mon.smithi023 (mon.0) 947 : audit [DBG] from='mgr.? 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi023.mqmmus/key"}]: dispatch 2024-02-12T13:47:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:36.714742+0000 mon.smithi023 (mon.0) 948 : audit [DBG] from='mgr.? 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:47:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:36.770937+0000 mon.smithi023 (mon.0) 949 : cluster [DBG] mgrmap e30: smithi160.somqhq(active, since 3m), standbys: smithi023.mqmmus 2024-02-12T13:47:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:36.929012+0000 mgr.smithi160.somqhq (mgr.24445) 169 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:37.349163+0000 mon.smithi023 (mon.0) 950 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:37.353921+0000 mon.smithi023 (mon.0) 951 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:38.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:36.770937+0000 mon.smithi023 (mon.0) 949 : cluster [DBG] mgrmap e30: smithi160.somqhq(active, since 3m), standbys: smithi023.mqmmus 2024-02-12T13:47:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:36.929012+0000 mgr.smithi160.somqhq (mgr.24445) 169 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:47:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:37.349163+0000 mon.smithi023 (mon.0) 950 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:37 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:37.353921+0000 mon.smithi023 (mon.0) 951 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:39.351 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:38.094765+0000 mon.smithi023 (mon.0) 952 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:39.352 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:38.099091+0000 mon.smithi023 (mon.0) 953 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:39.352 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:39 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:38.929543+0000 mgr.smithi160.somqhq (mgr.24445) 170 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:39.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:38.094765+0000 mon.smithi023 (mon.0) 952 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:39.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:38.099091+0000 mon.smithi023 (mon.0) 953 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:39.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:38.929543+0000 mgr.smithi160.somqhq (mgr.24445) 170 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:40.185 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:41.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:40.930019+0000 mgr.smithi160.somqhq (mgr.24445) 171 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:41.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:40.930019+0000 mgr.smithi160.somqhq (mgr.24445) 171 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:47:42.625 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:47:42.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:41.631022+0000 mon.smithi023 (mon.0) 954 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:42.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:41.636788+0000 mon.smithi023 (mon.0) 955 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:42.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:41.637847+0000 mon.smithi023 (mon.0) 956 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:47:42.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:41.638853+0000 mon.smithi023 (mon.0) 957 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:47:42.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:41.643339+0000 mon.smithi023 (mon.0) 958 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:42.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:41.649679+0000 mon.smithi023 (mon.0) 959 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:42.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:41.780522+0000 mon.smithi023 (mon.0) 960 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:42.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:41.783117+0000 mgr.smithi160.somqhq (mgr.24445) 172 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:47:42.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:41.783542+0000 mgr.smithi160.somqhq (mgr.24445) 173 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:47:42.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:41.785858+0000 mgr.smithi160.somqhq (mgr.24445) 174 : cephadm [INF] Failing over to other MGR 2024-02-12T13:47:42.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:41.786312+0000 mon.smithi023 (mon.0) 961 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mgr fail", "who": "smithi160.somqhq"}]: dispatch 2024-02-12T13:47:42.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:41.794277+0000 mon.smithi023 (mon.0) 962 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-12T13:47:42.911 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:41.631022+0000 mon.smithi023 (mon.0) 954 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:42.911 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:41.636788+0000 mon.smithi023 (mon.0) 955 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:42.911 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:41.637847+0000 mon.smithi023 (mon.0) 956 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:47:42.911 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:41.638853+0000 mon.smithi023 (mon.0) 957 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:47:42.911 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:41.643339+0000 mon.smithi023 (mon.0) 958 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:42.911 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:41.649679+0000 mon.smithi023 (mon.0) 959 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' 2024-02-12T13:47:42.911 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:41.780522+0000 mon.smithi023 (mon.0) 960 : audit [DBG] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:42.911 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:41.783117+0000 mgr.smithi160.somqhq (mgr.24445) 172 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:47:42.912 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:41.783542+0000 mgr.smithi160.somqhq (mgr.24445) 173 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:47:42.912 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:41.785858+0000 mgr.smithi160.somqhq (mgr.24445) 174 : cephadm [INF] Failing over to other MGR 2024-02-12T13:47:42.912 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:41.786312+0000 mon.smithi023 (mon.0) 961 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "mgr fail", "who": "smithi160.somqhq"}]: dispatch 2024-02-12T13:47:42.912 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:42 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:41.794277+0000 mon.smithi023 (mon.0) 962 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-12T13:47:43.856 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.655460+0000 mon.smithi023 (mon.0) 963 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "mgr fail", "who": "smithi160.somqhq"}]': finished 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:42.655519+0000 mon.smithi023 (mon.0) 964 : cluster [DBG] mgrmap e31: smithi023.mqmmus(active, starting, since 0.868401s) 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.656880+0000 mon.smithi023 (mon.0) 965 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.657038+0000 mon.smithi023 (mon.0) 966 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.657168+0000 mon.smithi023 (mon.0) 967 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.657607+0000 mon.smithi023 (mon.0) 968 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.657886+0000 mon.smithi023 (mon.0) 969 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.658163+0000 mon.smithi023 (mon.0) 970 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.658409+0000 mon.smithi023 (mon.0) 971 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.658695+0000 mon.smithi023 (mon.0) 972 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.658907+0000 mon.smithi023 (mon.0) 973 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.659173+0000 mon.smithi023 (mon.0) 974 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.659431+0000 mon.smithi023 (mon.0) 975 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.659712+0000 mon.smithi023 (mon.0) 976 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:47:43.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.660020+0000 mon.smithi023 (mon.0) 977 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.660375+0000 mon.smithi023 (mon.0) 978 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.660606+0000 mon.smithi023 (mon.0) 979 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.661100+0000 mon.smithi023 (mon.0) 980 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:42.693400+0000 mon.smithi023 (mon.0) 981 : cluster [INF] Manager daemon smithi023.mqmmus is now available 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.712723+0000 mon.smithi023 (mon.0) 982 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.716549+0000 mon.smithi023 (mon.0) 983 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.740635+0000 mon.smithi023 (mon.0) 984 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.756992+0000 mon.smithi023 (mon.0) 985 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:42.762056+0000 mon.smithi023 (mon.0) 986 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:43.294598+0000 mgr.smithi023.mqmmus (mgr.14868) 1 : cephadm [INF] [12/Feb/2024:13:47:43] ENGINE Bus STARTING 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:43.413335+0000 mgr.smithi023.mqmmus (mgr.14868) 2 : cephadm [INF] [12/Feb/2024:13:47:43] ENGINE Serving on https://172.21.15.23:7150 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:43.413559+0000 mgr.smithi023.mqmmus (mgr.14868) 3 : cephadm [INF] [12/Feb/2024:13:47:43] ENGINE Bus STARTED 2024-02-12T13:47:43.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:43.417948+0000 mon.smithi023 (mon.0) 987 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:47:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (10m) 6s ago 11m 19.6M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:47:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (11m) 6s ago 11m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:47:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (10m) 9s ago 10m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:47:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (10m) 6s ago 11m 32.0M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:47:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (6m) 6s ago 6m 13.5M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:47:44.014 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (6m) 9s ago 6m 36.9M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (14s) 6s ago 13m 83.3M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (3m) 9s ago 10m 484M - 17.2.7-512-gc7678334 e402dfa191e5 e645c79969f6 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (13m) 6s ago 13m 54.7M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (10m) 9s ago 10m 44.2M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (2m) 6s ago 2m 73.2M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (2m) 9s ago 2m 52.1M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (11m) 6s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (10m) 9s ago 10m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10m) 6s ago 10m 474M 1944M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9m) 6s ago 9m 418M 1944M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9m) 6s ago 9m 281M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8m) 6s ago 8m 449M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (8m) 9s ago 8m 454M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (8m) 9s ago 8m 486M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:47:44.015 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (8m) 9s ago 8m 431M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:47:44.016 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (7m) 9s ago 7m 587M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:47:44.016 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (19s) 6s ago 11m 38.3M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:47:44.101 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.655460+0000 mon.smithi023 (mon.0) 963 : audit [INF] from='mgr.24445 172.21.15.160:0/3290103756' entity='mgr.smithi160.somqhq' cmd='[{"prefix": "mgr fail", "who": "smithi160.somqhq"}]': finished 2024-02-12T13:47:44.101 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:42.655519+0000 mon.smithi023 (mon.0) 964 : cluster [DBG] mgrmap e31: smithi023.mqmmus(active, starting, since 0.868401s) 2024-02-12T13:47:44.101 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.656880+0000 mon.smithi023 (mon.0) 965 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:47:44.101 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.657038+0000 mon.smithi023 (mon.0) 966 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.657168+0000 mon.smithi023 (mon.0) 967 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.657607+0000 mon.smithi023 (mon.0) 968 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.657886+0000 mon.smithi023 (mon.0) 969 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.658163+0000 mon.smithi023 (mon.0) 970 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.658409+0000 mon.smithi023 (mon.0) 971 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.658695+0000 mon.smithi023 (mon.0) 972 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.658907+0000 mon.smithi023 (mon.0) 973 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.659173+0000 mon.smithi023 (mon.0) 974 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.659431+0000 mon.smithi023 (mon.0) 975 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.659712+0000 mon.smithi023 (mon.0) 976 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.660020+0000 mon.smithi023 (mon.0) 977 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.660375+0000 mon.smithi023 (mon.0) 978 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.660606+0000 mon.smithi023 (mon.0) 979 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:47:44.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.661100+0000 mon.smithi023 (mon.0) 980 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:47:44.103 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:42.693400+0000 mon.smithi023 (mon.0) 981 : cluster [INF] Manager daemon smithi023.mqmmus is now available 2024-02-12T13:47:44.103 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.712723+0000 mon.smithi023 (mon.0) 982 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:44.103 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.716549+0000 mon.smithi023 (mon.0) 983 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:44.103 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.740635+0000 mon.smithi023 (mon.0) 984 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:47:44.103 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.756992+0000 mon.smithi023 (mon.0) 985 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:47:44.103 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:42.762056+0000 mon.smithi023 (mon.0) 986 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:47:44.103 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:43.294598+0000 mgr.smithi023.mqmmus (mgr.14868) 1 : cephadm [INF] [12/Feb/2024:13:47:43] ENGINE Bus STARTING 2024-02-12T13:47:44.103 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:43.413335+0000 mgr.smithi023.mqmmus (mgr.14868) 2 : cephadm [INF] [12/Feb/2024:13:47:43] ENGINE Serving on https://172.21.15.23:7150 2024-02-12T13:47:44.103 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:43.413559+0000 mgr.smithi023.mqmmus (mgr.14868) 3 : cephadm [INF] [12/Feb/2024:13:47:43] ENGINE Bus STARTED 2024-02-12T13:47:44.103 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:43.417948+0000 mon.smithi023 (mon.0) 987 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:44.416 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:47:44.416 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:47:44.416 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:47:44.416 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:47:44.417 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "2/23 daemons upgraded", 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:47:44.748 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:47:44.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:43.662974+0000 mon.smithi023 (mon.0) 988 : cluster [DBG] mgrmap e32: smithi023.mqmmus(active, since 1.87586s) 2024-02-12T13:47:44.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:43.673715+0000 mgr.smithi023.mqmmus (mgr.14868) 4 : audit [DBG] from='client.24617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:44.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:43.675472+0000 mgr.smithi023.mqmmus (mgr.14868) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:47:44.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:44.001049+0000 mgr.smithi023.mqmmus (mgr.14868) 6 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:44.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:44.413046+0000 mon.smithi023 (mon.0) 989 : audit [DBG] from='client.? 172.21.15.23:0/1134126435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:47:44.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:43.662974+0000 mon.smithi023 (mon.0) 988 : cluster [DBG] mgrmap e32: smithi023.mqmmus(active, since 1.87586s) 2024-02-12T13:47:44.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:43.673715+0000 mgr.smithi023.mqmmus (mgr.14868) 4 : audit [DBG] from='client.24617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:44.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:43.675472+0000 mgr.smithi023.mqmmus (mgr.14868) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:47:44.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:44.001049+0000 mgr.smithi023.mqmmus (mgr.14868) 6 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:44.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:44 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:44.413046+0000 mon.smithi023 (mon.0) 989 : audit [DBG] from='client.? 172.21.15.23:0/1134126435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:47:45.226 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:45.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:44.659755+0000 mgr.smithi023.mqmmus (mgr.14868) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:47:45.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:44.744422+0000 mgr.smithi023.mqmmus (mgr.14868) 8 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:46.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:44.659755+0000 mgr.smithi023.mqmmus (mgr.14868) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:47:46.003 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:44.744422+0000 mgr.smithi023.mqmmus (mgr.14868) 8 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:47:46.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:45.674039+0000 mon.smithi023 (mon.0) 990 : cluster [DBG] mgrmap e33: smithi023.mqmmus(active, since 3s) 2024-02-12T13:47:46.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:45.674039+0000 mon.smithi023 (mon.0) 990 : cluster [DBG] mgrmap e33: smithi023.mqmmus(active, since 3s) 2024-02-12T13:47:47.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:46.660157+0000 mgr.smithi023.mqmmus (mgr.14868) 9 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:47:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:47.666502+0000 mon.smithi023 (mon.0) 991 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:47 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:47.671417+0000 mon.smithi023 (mon.0) 992 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:48.068 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:46.660157+0000 mgr.smithi023.mqmmus (mgr.14868) 9 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:47:48.068 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:47.666502+0000 mon.smithi023 (mon.0) 991 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:48.068 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:47.671417+0000 mon.smithi023 (mon.0) 992 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:48.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:47.686926+0000 mon.smithi023 (mon.0) 993 : cluster [DBG] mgrmap e34: smithi023.mqmmus(active, since 5s) 2024-02-12T13:47:48.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:48.409933+0000 mon.smithi023 (mon.0) 994 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:48.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:48.415031+0000 mon.smithi023 (mon.0) 995 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:48.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:47.686926+0000 mon.smithi023 (mon.0) 993 : cluster [DBG] mgrmap e34: smithi023.mqmmus(active, since 5s) 2024-02-12T13:47:48.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:48.409933+0000 mon.smithi023 (mon.0) 994 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:48.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:48.415031+0000 mon.smithi023 (mon.0) 995 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:50.270 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:50.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:48.660764+0000 mgr.smithi023.mqmmus (mgr.14868) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:47:50.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:49.561769+0000 mon.smithi023 (mon.0) 996 : cluster [DBG] Standby manager daemon smithi160.somqhq started 2024-02-12T13:47:50.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:49.562965+0000 mon.smithi160 (mon.1) 29 : audit [DBG] from='mgr.? 172.21.15.160:0/3342236852' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/crt"}]: dispatch 2024-02-12T13:47:50.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:49.563423+0000 mon.smithi160 (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.160:0/3342236852' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:47:50.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:49.565280+0000 mon.smithi160 (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.160:0/3342236852' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/key"}]: dispatch 2024-02-12T13:47:50.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:49.566159+0000 mon.smithi160 (mon.1) 32 : audit [DBG] from='mgr.? 172.21.15.160:0/3342236852' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:47:50.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:50.074710+0000 mon.smithi023 (mon.0) 997 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:50.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:50 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:50.078912+0000 mon.smithi023 (mon.0) 998 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:50.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:48.660764+0000 mgr.smithi023.mqmmus (mgr.14868) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:47:50.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:49.561769+0000 mon.smithi023 (mon.0) 996 : cluster [DBG] Standby manager daemon smithi160.somqhq started 2024-02-12T13:47:50.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:49.562965+0000 mon.smithi160 (mon.1) 29 : audit [DBG] from='mgr.? 172.21.15.160:0/3342236852' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/crt"}]: dispatch 2024-02-12T13:47:50.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:49.563423+0000 mon.smithi160 (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.160:0/3342236852' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:47:50.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:49.565280+0000 mon.smithi160 (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.160:0/3342236852' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/key"}]: dispatch 2024-02-12T13:47:50.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:49.566159+0000 mon.smithi160 (mon.1) 32 : audit [DBG] from='mgr.? 172.21.15.160:0/3342236852' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:47:50.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:50.074710+0000 mon.smithi023 (mon.0) 997 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:50.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:50.078912+0000 mon.smithi023 (mon.0) 998 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:51.618 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:50.436473+0000 mon.smithi023 (mon.0) 999 : cluster [DBG] mgrmap e35: smithi023.mqmmus(active, since 8s), standbys: smithi160.somqhq 2024-02-12T13:47:51.618 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:50.436879+0000 mon.smithi023 (mon.0) 1000 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi160.somqhq", "id": "smithi160.somqhq"}]: dispatch 2024-02-12T13:47:51.618 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:50.813167+0000 mon.smithi023 (mon.0) 1001 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:51.618 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:51 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:50.817420+0000 mon.smithi023 (mon.0) 1002 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:51.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:50.436473+0000 mon.smithi023 (mon.0) 999 : cluster [DBG] mgrmap e35: smithi023.mqmmus(active, since 8s), standbys: smithi160.somqhq 2024-02-12T13:47:51.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:50.436879+0000 mon.smithi023 (mon.0) 1000 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi160.somqhq", "id": "smithi160.somqhq"}]: dispatch 2024-02-12T13:47:51.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:50.813167+0000 mon.smithi023 (mon.0) 1001 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:51.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:50.817420+0000 mon.smithi023 (mon.0) 1002 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:52.568 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:52 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:50.661395+0000 mgr.smithi023.mqmmus (mgr.14868) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-02-12T13:47:52.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:50.661395+0000 mgr.smithi023.mqmmus (mgr.14868) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-02-12T13:47:54.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:52.661797+0000 mgr.smithi023.mqmmus (mgr.14868) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-02-12T13:47:54.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:54.197027+0000 mon.smithi023 (mon.0) 1003 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:54.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:54.201317+0000 mon.smithi023 (mon.0) 1004 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:54.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:54.202594+0000 mon.smithi023 (mon.0) 1005 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:47:54.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:54.203297+0000 mon.smithi023 (mon.0) 1006 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:47:54.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:52.661797+0000 mgr.smithi023.mqmmus (mgr.14868) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-02-12T13:47:54.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:54.197027+0000 mon.smithi023 (mon.0) 1003 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:54.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:54.201317+0000 mon.smithi023 (mon.0) 1004 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:54.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:54.202594+0000 mon.smithi023 (mon.0) 1005 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:47:54.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:54 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:54.203297+0000 mon.smithi023 (mon.0) 1006 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:47:55.309 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:47:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:54.204247+0000 mgr.smithi023.mqmmus (mgr.14868) 13 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:47:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:54.204413+0000 mgr.smithi023.mqmmus (mgr.14868) 14 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:47:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:54.468856+0000 mgr.smithi023.mqmmus (mgr.14868) 15 : cephadm [INF] Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:47:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:54.469040+0000 mgr.smithi023.mqmmus (mgr.14868) 16 : cephadm [INF] Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:47:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:55.265238+0000 mon.smithi023 (mon.0) 1007 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:55.269766+0000 mon.smithi023 (mon.0) 1008 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:55.276113+0000 mon.smithi023 (mon.0) 1009 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:55.281927+0000 mon.smithi023 (mon.0) 1010 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:55.288217+0000 mon.smithi023 (mon.0) 1011 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:55.296469+0000 mon.smithi023 (mon.0) 1012 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:55.395836+0000 mon.smithi023 (mon.0) 1013 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:55.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:54.204247+0000 mgr.smithi023.mqmmus (mgr.14868) 13 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:47:55.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:54.204413+0000 mgr.smithi023.mqmmus (mgr.14868) 14 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:47:55.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:54.468856+0000 mgr.smithi023.mqmmus (mgr.14868) 15 : cephadm [INF] Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:47:55.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:54.469040+0000 mgr.smithi023.mqmmus (mgr.14868) 16 : cephadm [INF] Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:47:55.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:55.265238+0000 mon.smithi023 (mon.0) 1007 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:55.269766+0000 mon.smithi023 (mon.0) 1008 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:55.276113+0000 mon.smithi023 (mon.0) 1009 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:55.281927+0000 mon.smithi023 (mon.0) 1010 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:55.288217+0000 mon.smithi023 (mon.0) 1011 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:55.296469+0000 mon.smithi023 (mon.0) 1012 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:47:55.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:55 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:55.395836+0000 mon.smithi023 (mon.0) 1013 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:47:56.779 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:54.662536+0000 mgr.smithi023.mqmmus (mgr.14868) 17 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-02-12T13:47:56.779 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:54.733004+0000 mgr.smithi023.mqmmus (mgr.14868) 18 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:47:56.779 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:54.733152+0000 mgr.smithi023.mqmmus (mgr.14868) 19 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:47:56.779 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:54.997290+0000 mgr.smithi023.mqmmus (mgr.14868) 20 : cephadm [INF] Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:47:56.779 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:54.997523+0000 mgr.smithi023.mqmmus (mgr.14868) 21 : cephadm [INF] Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:47:56.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:54.662536+0000 mgr.smithi023.mqmmus (mgr.14868) 17 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-02-12T13:47:56.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:54.733004+0000 mgr.smithi023.mqmmus (mgr.14868) 18 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:47:56.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:54.733152+0000 mgr.smithi023.mqmmus (mgr.14868) 19 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:47:56.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:54.997290+0000 mgr.smithi023.mqmmus (mgr.14868) 20 : cephadm [INF] Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:47:56.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:56 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:54.997523+0000 mgr.smithi023.mqmmus (mgr.14868) 21 : cephadm [INF] Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:47:57.862 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:57.116771+0000 mon.smithi023 (mon.0) 1014 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.somqhq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:47:57.862 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:57.117835+0000 mon.smithi023 (mon.0) 1015 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:47:57.863 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:57.118805+0000 mon.smithi023 (mon.0) 1016 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:47:57.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:57.116771+0000 mon.smithi023 (mon.0) 1014 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.somqhq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:47:57.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:57.117835+0000 mon.smithi023 (mon.0) 1015 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:47:57.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:57 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:57.118805+0000 mon.smithi023 (mon.0) 1016 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:47:58.617 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:56.662984+0000 mgr.smithi023.mqmmus (mgr.14868) 22 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 10 op/s 2024-02-12T13:47:58.617 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:57.116271+0000 mgr.smithi023.mqmmus (mgr.14868) 23 : cephadm [INF] Upgrade: Updating mgr.smithi160.somqhq 2024-02-12T13:47:58.617 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:47:57.119797+0000 mgr.smithi023.mqmmus (mgr.14868) 24 : cephadm [INF] Deploying daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:47:58.617 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:47:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:47:57.741049+0000 mon.smithi023 (mon.0) 1017 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:47:58.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:56.662984+0000 mgr.smithi023.mqmmus (mgr.14868) 22 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 10 op/s 2024-02-12T13:47:58.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:57.116271+0000 mgr.smithi023.mqmmus (mgr.14868) 23 : cephadm [INF] Upgrade: Updating mgr.smithi160.somqhq 2024-02-12T13:47:58.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:47:57.119797+0000 mgr.smithi023.mqmmus (mgr.14868) 24 : cephadm [INF] Deploying daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:47:58.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:47:58 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:47:57.741049+0000 mon.smithi023 (mon.0) 1017 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:48:00.344 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:00.558 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:47:58.663492+0000 mgr.smithi023.mqmmus (mgr.14868) 25 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 10 op/s 2024-02-12T13:48:00.558 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:00.417707+0000 mon.smithi023 (mon.0) 1018 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:00.558 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:00.422034+0000 mon.smithi023 (mon.0) 1019 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:00.558 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:00.440933+0000 mon.smithi023 (mon.0) 1020 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:00.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:47:58.663492+0000 mgr.smithi023.mqmmus (mgr.14868) 25 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 10 op/s 2024-02-12T13:48:00.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:00.417707+0000 mon.smithi023 (mon.0) 1018 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:00.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:00.422034+0000 mon.smithi023 (mon.0) 1019 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:00.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:00 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:00.440933+0000 mon.smithi023 (mon.0) 1020 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:02.869 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:00.664300+0000 mgr.smithi023.mqmmus (mgr.14868) 26 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 255 B/s wr, 10 op/s 2024-02-12T13:48:02.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:02 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:48:00.664300+0000 mgr.smithi023.mqmmus (mgr.14868) 26 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 255 B/s wr, 10 op/s 2024-02-12T13:48:04.781 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:02.664817+0000 mgr.smithi023.mqmmus (mgr.14868) 27 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:04.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:48:02.664817+0000 mgr.smithi023.mqmmus (mgr.14868) 27 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:05.383 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:06.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:04.665506+0000 mgr.smithi023.mqmmus (mgr.14868) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:06.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:05.024862+0000 mon.smithi023 (mon.0) 1021 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:06.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:05.030026+0000 mon.smithi023 (mon.0) 1022 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:06.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:05.764409+0000 mon.smithi023 (mon.0) 1023 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:06.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:05.771041+0000 mon.smithi023 (mon.0) 1024 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:06.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:48:04.665506+0000 mgr.smithi023.mqmmus (mgr.14868) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:06.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:05.024862+0000 mon.smithi023 (mon.0) 1021 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:06.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:05.030026+0000 mon.smithi023 (mon.0) 1022 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:06.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:05.764409+0000 mon.smithi023 (mon.0) 1023 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:06.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:06 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:05.771041+0000 mon.smithi023 (mon.0) 1024 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:08.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:06.666084+0000 mgr.smithi023.mqmmus (mgr.14868) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:08.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:07.186303+0000 mon.smithi023 (mon.0) 1025 : cluster [DBG] Standby manager daemon smithi160.somqhq restarted 2024-02-12T13:48:08.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:07.186448+0000 mon.smithi023 (mon.0) 1026 : cluster [DBG] Standby manager daemon smithi160.somqhq started 2024-02-12T13:48:08.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:07.187398+0000 mon.smithi160 (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.160:0/2508561381' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/crt"}]: dispatch 2024-02-12T13:48:08.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:07.187794+0000 mon.smithi160 (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.160:0/2508561381' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:48:08.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:07.189736+0000 mon.smithi160 (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.160:0/2508561381' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/key"}]: dispatch 2024-02-12T13:48:08.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:07.190687+0000 mon.smithi160 (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.160:0/2508561381' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:48:08.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:48:06.666084+0000 mgr.smithi023.mqmmus (mgr.14868) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:48:07.186303+0000 mon.smithi023 (mon.0) 1025 : cluster [DBG] Standby manager daemon smithi160.somqhq restarted 2024-02-12T13:48:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:48:07.186448+0000 mon.smithi023 (mon.0) 1026 : cluster [DBG] Standby manager daemon smithi160.somqhq started 2024-02-12T13:48:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:07.187398+0000 mon.smithi160 (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.160:0/2508561381' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/crt"}]: dispatch 2024-02-12T13:48:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:07.187794+0000 mon.smithi160 (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.160:0/2508561381' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:48:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:07.189736+0000 mon.smithi160 (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.160:0/2508561381' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/key"}]: dispatch 2024-02-12T13:48:08.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:08 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:07.190687+0000 mon.smithi160 (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.160:0/2508561381' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:48:09.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:09 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:08.038765+0000 mon.smithi023 (mon.0) 1027 : cluster [DBG] mgrmap e36: smithi023.mqmmus(active, since 26s), standbys: smithi160.somqhq 2024-02-12T13:48:09.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:09 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:48:08.038765+0000 mon.smithi023 (mon.0) 1027 : cluster [DBG] mgrmap e36: smithi023.mqmmus(active, since 26s), standbys: smithi160.somqhq 2024-02-12T13:48:10.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:08.666735+0000 mgr.smithi023.mqmmus (mgr.14868) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.102287+0000 mon.smithi023 (mon.0) 1028 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.106647+0000 mon.smithi023 (mon.0) 1029 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.107562+0000 mon.smithi023 (mon.0) 1030 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.108463+0000 mon.smithi023 (mon.0) 1031 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.112980+0000 mon.smithi023 (mon.0) 1032 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.119931+0000 mon.smithi023 (mon.0) 1033 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.251064+0000 mon.smithi023 (mon.0) 1034 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.253567+0000 mon.smithi023 (mon.0) 1035 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:09.254265+0000 mgr.smithi023.mqmmus (mgr.14868) 31 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.259178+0000 mon.smithi023 (mon.0) 1036 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:10.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.259927+0000 mon.smithi023 (mon.0) 1037 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi023.mqmmus"}]: dispatch 2024-02-12T13:48:10.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.265798+0000 mon.smithi023 (mon.0) 1038 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi023.mqmmus"}]': finished 2024-02-12T13:48:10.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.266494+0000 mon.smithi023 (mon.0) 1039 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi160.somqhq"}]: dispatch 2024-02-12T13:48:10.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.269912+0000 mon.smithi023 (mon.0) 1040 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi160.somqhq"}]': finished 2024-02-12T13:48:10.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:10 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:09.270949+0000 mon.smithi023 (mon.0) 1041 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-12T13:48:10.425 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:48:08.666735+0000 mgr.smithi023.mqmmus (mgr.14868) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.102287+0000 mon.smithi023 (mon.0) 1028 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.106647+0000 mon.smithi023 (mon.0) 1029 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.107562+0000 mon.smithi023 (mon.0) 1030 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.108463+0000 mon.smithi023 (mon.0) 1031 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.112980+0000 mon.smithi023 (mon.0) 1032 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.119931+0000 mon.smithi023 (mon.0) 1033 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.251064+0000 mon.smithi023 (mon.0) 1034 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.253567+0000 mon.smithi023 (mon.0) 1035 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:48:09.254265+0000 mgr.smithi023.mqmmus (mgr.14868) 31 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.259178+0000 mon.smithi023 (mon.0) 1036 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:10.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.259927+0000 mon.smithi023 (mon.0) 1037 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi023.mqmmus"}]: dispatch 2024-02-12T13:48:10.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.265798+0000 mon.smithi023 (mon.0) 1038 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi023.mqmmus"}]': finished 2024-02-12T13:48:10.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.266494+0000 mon.smithi023 (mon.0) 1039 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi160.somqhq"}]: dispatch 2024-02-12T13:48:10.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.269912+0000 mon.smithi023 (mon.0) 1040 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi160.somqhq"}]': finished 2024-02-12T13:48:10.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:10 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:09.270949+0000 mon.smithi023 (mon.0) 1041 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-12T13:48:12.308 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cluster 2024-02-12T13:48:10.667297+0000 mgr.smithi023.mqmmus (mgr.14868) 32 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:12.309 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:48:10.938230+0000 mgr.smithi023.mqmmus (mgr.14868) 33 : cephadm [INF] Upgrade: Updating mon.smithi023 2024-02-12T13:48:12.309 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:10.944720+0000 mon.smithi023 (mon.0) 1042 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:12.309 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:10.945401+0000 mon.smithi023 (mon.0) 1043 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:48:12.309 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:10.945978+0000 mon.smithi023 (mon.0) 1044 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:48:12.309 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: audit 2024-02-12T13:48:10.946568+0000 mon.smithi023 (mon.0) 1045 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:12.309 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:11 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: cephadm 2024-02-12T13:48:10.947265+0000 mgr.smithi023.mqmmus (mgr.14868) 34 : cephadm [INF] Deploying daemon mon.smithi023 on smithi023 2024-02-12T13:48:12.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:10.667297+0000 mgr.smithi023.mqmmus (mgr.14868) 32 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:12.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:10.938230+0000 mgr.smithi023.mqmmus (mgr.14868) 33 : cephadm [INF] Upgrade: Updating mon.smithi023 2024-02-12T13:48:12.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:10.944720+0000 mon.smithi023 (mon.0) 1042 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:12.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:10.945401+0000 mon.smithi023 (mon.0) 1043 : audit [INF] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:48:12.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:10.945978+0000 mon.smithi023 (mon.0) 1044 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:48:12.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:10.946568+0000 mon.smithi023 (mon.0) 1045 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:12.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:11 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:10.947265+0000 mgr.smithi023.mqmmus (mgr.14868) 34 : cephadm [INF] Deploying daemon mon.smithi023 on smithi023 2024-02-12T13:48:12.630 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:12 smithi023 systemd[1]: Stopping Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:48:12.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:48:12.625+0000 7ff8e783a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi023 -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-12T13:48:12.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023[35249]: debug 2024-02-12T13:48:12.625+0000 7ff8e783a700 -1 mon.smithi023@0(leader) e2 *** Got Signal Terminated *** 2024-02-12T13:48:13.434 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:13 smithi023 bash[83770]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi023 2024-02-12T13:48:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:13 smithi023 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023.service: Succeeded. 2024-02-12T13:48:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:13 smithi023 systemd[1]: Stopped Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:48:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:13 smithi023 systemd[1]: Starting Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:48:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: set uid:gid to 167:167 (ceph:ceph) 2024-02-12T13:48:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable), process ceph-mon, pid 7 2024-02-12T13:48:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: pidfile_write: ignore empty --pid-file 2024-02-12T13:48:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: load: jerasure load: lrc 2024-02-12T13:48:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: RocksDB version: 6.15.5 2024-02-12T13:48:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T13:48:14.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Compile date Feb 12 2024 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: DB SUMMARY 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: DB Session ID: S2UX121WGW360YMAWV8Q 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: CURRENT file: CURRENT 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: IDENTITY file: IDENTITY 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: MANIFEST file: MANIFEST-000008 size: 958 Bytes 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi023/store.db dir, Total Num: 1, files: 000023.sst 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi023/store.db: 000021.log size: 8727328 ; 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.error_if_exists: 0 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.create_if_missing: 0 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.paranoid_checks: 1 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.env: 0x55b564e12a80 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.fs: Posix File System 2024-02-12T13:48:14.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.info_log: 0x55b56581dcc0 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_file_opening_threads: 16 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.statistics: (nil) 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.use_fsync: 0 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_log_file_size: 0 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.keep_log_file_num: 1000 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.recycle_log_file_num: 0 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.allow_fallocate: 1 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.allow_mmap_reads: 0 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.allow_mmap_writes: 0 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.use_direct_reads: 0 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T13:48:14.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.create_missing_column_families: 0 2024-02-12T13:48:14.692 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.db_log_dir: 2024-02-12T13:48:14.692 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi023/store.db 2024-02-12T13:48:14.692 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T13:48:14.692 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T13:48:14.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T13:48:14.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T13:48:14.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T13:48:14.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T13:48:14.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.advise_random_on_open: 1 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.db_write_buffer_size: 0 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.write_buffer_manager: 0x55b566592ae0 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.rate_limiter: (nil) 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.wal_recovery_mode: 2 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.enable_thread_tracking: 0 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.enable_pipelined_write: 0 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.unordered_write: 0 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T13:48:14.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.row_cache: None 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.wal_filter: None 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.allow_ingest_behind: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.preserve_deletes: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.two_write_queues: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.manual_wal_flush: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.atomic_flush: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.log_readahead_size: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.best_efforts_recovery: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.allow_data_in_errors: 0 2024-02-12T13:48:14.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.db_host_id: __hostname__ 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_background_jobs: 2 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_background_compactions: -1 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_subcompactions: 1 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_total_wal_size: 0 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_open_files: -1 2024-02-12T13:48:14.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bytes_per_sync: 0 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_readahead_size: 0 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_background_flushes: -1 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Compression algorithms supported: 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: kZSTD supported: 0 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: kXpressCompression supported: 0 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: kLZ4HCCompression supported: 1 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: kZlibCompression supported: 1 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: kSnappyCompression supported: 1 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: kLZ4Compression supported: 1 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: kBZip2Compression supported: 0 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T13:48:14.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000008 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.merge_operator: 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_filter: None 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_filter_factory: None 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.sst_partitioner_factory: None 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b565872f58) 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: cache_index_and_filter_blocks: 1 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: pin_top_level_index_and_filter: 1 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: index_type: 0 2024-02-12T13:48:14.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: data_block_index_type: 0 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: index_shortening: 1 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: hash_index_allow_collision: 1 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: checksum: 1 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: no_block_cache: 0 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_cache: 0x55b5658a5090 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_cache_name: BinnedLRUCache 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_cache_options: 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: capacity : 536870912 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: num_shard_bits : 4 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: strict_capacity_limit : 0 2024-02-12T13:48:14.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: high_pri_pool_ratio: 0.000 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_cache_compressed: (nil) 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: persistent_cache: (nil) 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_size: 4096 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_size_deviation: 10 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_restart_interval: 16 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: index_block_restart_interval: 1 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: metadata_block_size: 4096 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: partition_filters: 0 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: use_delta_encoding: 1 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: whole_key_filtering: 1 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: verify_compression: 0 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: read_amp_bytes_per_bit: 0 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: format_version: 4 2024-02-12T13:48:14.700 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: enable_index_compression: 1 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: block_align: 0 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.write_buffer_size: 33554432 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_write_buffer_number: 2 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compression: NoCompression 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bottommost_compression: Disabled 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.prefix_extractor: nullptr 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.num_levels: 7 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:48:14.701 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compression_opts.level: 32767 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compression_opts.strategy: 0 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compression_opts.enabled: false 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.target_file_size_base: 67108864 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T13:48:14.702 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.arena_block_size: 4194304 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.disable_auto_compactions: 0 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T13:48:14.703 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.table_properties_collectors: 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.inplace_update_support: 0 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.bloom_locality: 0 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.max_successive_merges: 0 2024-02-12T13:48:14.704 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.paranoid_file_checks: 0 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.force_consistency_checks: 1 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.report_bg_io_stats: 0 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.ttl: 2592000 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.enable_blob_files: false 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.min_blob_size: 0 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.blob_file_size: 268435456 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 25, last_sequence is 11262, log_number is 21,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 21 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/version_set.cc:4082] Creating manifest 25 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-12T13:48:14.705 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707745694256039, "job": 1, "event": "recovery_started", "wal_files": [21]} 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #21 mode 2 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707745694271201, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 26, "file_size": 8456085, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 8444918, "index_size": 8754, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1477, "raw_key_size": 11617, "raw_average_key_size": 20, "raw_value_size": 8427677, "raw_average_value_size": 14631, "num_data_blocks": 383, "num_entries": 576, "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": 1707745694, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "1e54cad1-d0d5-4c17-a642-3660d2d93159", "db_session_id": "S2UX121WGW360YMAWV8Q"}} 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/version_set.cc:4082] Creating manifest 27 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707745694275237, "job": 1, "event": "recovery_finished"} 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi023/store.db/000021.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55b565839180 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: DB pointer 0x55b56590e000 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** DB Stats ** 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-12T13:48:14.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** Compaction Stats [default] ** 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: L0 1/0 8.06 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 994.0 0.01 0.00 1 0.008 0 0 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: L6 1/0 25.10 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-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Sum 2/0 33.16 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 994.0 0.01 0.00 1 0.008 0 0 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 994.0 0.01 0.00 1 0.008 0 0 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2024-02-12T13:48:14.707 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** Compaction Stats [default] ** 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 994.0 0.01 0.00 1 0.008 0 0 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Flush(GB): cumulative 0.008, interval 0.008 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Cumulative compaction: 0.01 GB write, 317.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Interval compaction: 0.01 GB write, 317.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T13:48:14.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** Compaction Stats [default] ** 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: L0 1/0 8.06 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 994.0 0.01 0.00 1 0.008 0 0 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: L6 1/0 25.10 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-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Sum 2/0 33.16 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 994.0 0.01 0.00 1 0.008 0 0 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 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-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** Compaction Stats [default] ** 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 994.0 0.01 0.00 1 0.008 0 0 2024-02-12T13:48:14.709 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Flush(GB): cumulative 0.008, interval 0.000 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Cumulative compaction: 0.01 GB write, 317.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 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-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: starting mon.smithi023 rank 0 at public addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] at bind addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi023 fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: mon.smithi023@-1(???) e2 preinit fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: mon.smithi023@-1(???).mds e7 new map 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: mon.smithi023@-1(???).mds e7 print_map 2024-02-12T13:48:14.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: e7 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: legacy client fscid: 1 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Filesystem 'foofs' (1) 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: fs_name foofs 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: epoch 5 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: created 2024-02-12T13:41:31.253710+0000 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: modified 2024-02-12T13:41:39.291860+0000 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: tableserver 0 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: root 0 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: session_timeout 60 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: session_autoclose 300 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: max_file_size 1099511627776 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: required_client_features {} 2024-02-12T13:48:14.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: last_failure 0 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: last_failure_osd_epoch 0 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: max_mds 1 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: in 0 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: up {0=24283} 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: failed 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: damaged 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: stopped 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: data_pools [3] 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: metadata_pool 2 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: inline_data disabled 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: balancer 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: standby_count_wanted 1 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: [mds.foofs.smithi160.zlpbjm{0:24283} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.160:6832/4107824535,v1:172.21.15.160:6833/4107824535] compat {c=[1],r=[1],i=[7ff]}] 2024-02-12T13:48:14.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: Standby daemons: 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout: [mds.foofs.smithi023.simqsf{-1:14502} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.23:6834/2389968010,v1:172.21.15.23:6835/2389968010] compat {c=[1],r=[1],i=[7ff]}] 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: mon.smithi023@-1(???).osd e71 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: mon.smithi023@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: mon.smithi023@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: mon.smithi023@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 ceph-mon[83990]: mon.smithi023@-1(???).paxosservice(auth 1..43) refresh upgraded, format 0 -> 3 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 bash[83953]: 34f322ec7f4981b66609c8b363c999088087329d5c2a363af14f4a72762bb50c 2024-02-12T13:48:14.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:14 smithi023 systemd[1]: Started Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:48:15.093 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:48:15.467 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:16.052 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:12.635043+0000 mon.smithi160 (mon.1) 37 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:48:16.052 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:12.635521+0000 mon.smithi160 (mon.1) 38 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:48:16.052 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:12.667707+0000 mgr.smithi023.mqmmus (mgr.14868) 35 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:16.052 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:12.741407+0000 mon.smithi160 (mon.1) 39 : audit [DBG] from='mgr.14868 172.21.15.23:0/2232432935' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:48:16.052 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:14.668597+0000 mgr.smithi023.mqmmus (mgr.14868) 36 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:16.052 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:15.075391+0000 mgr.smithi023.mqmmus (mgr.14868) 37 : audit [DBG] from='client.24653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:16.052 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:15.401146+0000 mgr.smithi023.mqmmus (mgr.14868) 38 : audit [DBG] from='client.24657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:16.053 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:15.688981+0000 mon.smithi023 (mon.0) 1 : cluster [INF] mon.smithi023 calling monitor election 2024-02-12T13:48:16.053 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:15.702210+0000 mon.smithi023 (mon.0) 2 : cluster [INF] mon.smithi023 is new leader, mons smithi023,smithi160 in quorum (ranks 0,1) 2024-02-12T13:48:16.053 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:15.706556+0000 mon.smithi023 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:48:16.053 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:15.707036+0000 mon.smithi023 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:48:16.053 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:15.707059+0000 mon.smithi023 (mon.0) 5 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-12T13:48:16.053 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:15.707937+0000 mon.smithi023 (mon.0) 6 : cluster [DBG] mgrmap e36: smithi023.mqmmus(active, since 33s), standbys: smithi160.somqhq 2024-02-12T13:48:16.053 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:15.716101+0000 mon.smithi023 (mon.0) 7 : cluster [DBG] mgrmap e37: smithi023.mqmmus(active, since 33s), standbys: smithi160.somqhq 2024-02-12T13:48:16.054 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:15.716128+0000 mon.smithi023 (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-02-12T13:48:16.054 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:15 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:15.716218+0000 mon.smithi023 (mon.0) 9 : audit [INF] from='mgr.14868 ' entity='' 2024-02-12T13:48:18.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:17 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:16.719481+0000 mon.smithi023 (mon.0) 10 : cluster [DBG] mgrmap e38: smithi023.mqmmus(active, since 34s), standbys: smithi160.somqhq 2024-02-12T13:48:20.502 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:22.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:22.189444+0000 mon.smithi023 (mon.0) 11 : cluster [DBG] Standby manager daemon smithi160.somqhq restarted 2024-02-12T13:48:22.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:22.189513+0000 mon.smithi023 (mon.0) 12 : cluster [DBG] Standby manager daemon smithi160.somqhq started 2024-02-12T13:48:22.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.191325+0000 mon.smithi160 (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.160:0/1374404628' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/crt"}]: dispatch 2024-02-12T13:48:22.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.192154+0000 mon.smithi160 (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.160:0/1374404628' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-12T13:48:22.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.194758+0000 mon.smithi160 (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.160:0/1374404628' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.somqhq/key"}]: dispatch 2024-02-12T13:48:22.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.195167+0000 mon.smithi160 (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.160:0/1374404628' entity='mgr.smithi160.somqhq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-12T13:48:23.590 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:48:23.590 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (10m) 33s ago 12m 19.6M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:48:23.590 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (12m) 33s ago 12m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:48:23.590 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (11m) 18s ago 11m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:48:23.590 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (10m) 33s ago 12m 32.1M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:48:23.590 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (6m) 33s ago 6m 13.6M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:48:23.590 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (6m) 18s ago 6m 37.2M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:48:23.591 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (54s) 33s ago 13m 453M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:48:23.591 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (23s) 18s ago 11m 58.5M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:48:23.591 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (14m) 33s ago 14m 56.7M 2048M 16.2.5 6933c2a0b7dd 998a61173c26 2024-02-12T13:48:23.591 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (11m) 18s ago 11m 50.0M 2048M 16.2.5 6933c2a0b7dd 359d948670a5 2024-02-12T13:48:23.591 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (3m) 33s ago 3m 77.1M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:48:23.591 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (3m) 18s ago 3m 54.4M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:48:23.591 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (11m) 33s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:48:23.591 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (11m) 18s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:48:23.591 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10m) 33s ago 10m 474M 1944M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:48:23.591 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10m) 33s ago 10m 418M 1944M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:48:23.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10m) 33s ago 10m 281M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:48:23.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9m) 33s ago 9m 449M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:48:23.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (9m) 18s ago 9m 454M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:48:23.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (9m) 18s ago 9m 486M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:48:23.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (8m) 18s ago 8m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:48:23.592 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (8m) 18s ago 8m 587M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:48:23.592 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (59s) 33s ago 11m 43.9M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:22.243849+0000 mon.smithi023 (mon.0) 13 : cluster [DBG] mgrmap e39: smithi023.mqmmus(active, since 40s), standbys: smithi160.somqhq 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:22.552082+0000 mon.smithi023 (mon.0) 14 : cluster [INF] Active manager daemon smithi023.mqmmus restarted 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:22.552515+0000 mon.smithi023 (mon.0) 15 : cluster [INF] Activating manager daemon smithi023.mqmmus 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:22.561383+0000 mon.smithi023 (mon.0) 16 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:22.561668+0000 mon.smithi023 (mon.0) 17 : cluster [DBG] mgrmap e40: smithi023.mqmmus(active, starting, since 0.00928162s), standbys: smithi160.somqhq 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.562853+0000 mon.smithi023 (mon.0) 18 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.562991+0000 mon.smithi023 (mon.0) 19 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.563449+0000 mon.smithi023 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.563675+0000 mon.smithi023 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.565533+0000 mon.smithi023 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.565860+0000 mon.smithi023 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi160.somqhq", "id": "smithi160.somqhq"}]: dispatch 2024-02-12T13:48:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.566056+0000 mon.smithi023 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.566366+0000 mon.smithi023 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.566603+0000 mon.smithi023 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.566790+0000 mon.smithi023 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.566919+0000 mon.smithi023 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.567045+0000 mon.smithi023 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.567391+0000 mon.smithi023 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.567647+0000 mon.smithi023 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.568257+0000 mon.smithi023 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.568573+0000 mon.smithi023 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.569034+0000 mon.smithi023 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:22.587782+0000 mon.smithi023 (mon.0) 35 : cluster [INF] Manager daemon smithi023.mqmmus is now available 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.610763+0000 mon.smithi023 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.612671+0000 mon.smithi023 (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:23.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.633163+0000 mon.smithi023 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:48:23.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.643138+0000 mon.smithi023 (mon.0) 39 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:48:23.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:23 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:22.659880+0000 mon.smithi023 (mon.0) 40 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:48:23.981 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:48:23.982 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:48:23.983 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11, 2024-02-12T13:48:23.983 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 3 2024-02-12T13:48:23.983 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:48:23.983 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:48:24.343 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:48:24.344 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:48:24.344 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:48:24.344 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:48:24.344 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:48:24.344 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:48:24.344 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:48:24.344 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "2/23 daemons upgraded", 2024-02-12T13:48:24.344 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2024-02-12T13:48:24.344 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:48:24.344 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:48:24.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:23.569814+0000 mon.smithi023 (mon.0) 41 : cluster [DBG] mgrmap e41: smithi023.mqmmus(active, since 1.01742s), standbys: smithi160.somqhq 2024-02-12T13:48:24.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:23.575952+0000 mgr.smithi023.mqmmus (mgr.34104) 1 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:24.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:23.577042+0000 mgr.smithi023.mqmmus (mgr.34104) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:24.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:23.977824+0000 mon.smithi160 (mon.1) 44 : audit [DBG] from='client.? 172.21.15.23:0/468385470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:48:24.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:24 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:24.492072+0000 mon.smithi023 (mon.0) 42 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:25.539 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:24.366218+0000 mgr.smithi023.mqmmus (mgr.34104) 4 : cephadm [INF] [12/Feb/2024:13:48:24] ENGINE Bus STARTING 2024-02-12T13:48:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:24.482848+0000 mgr.smithi023.mqmmus (mgr.34104) 5 : cephadm [INF] [12/Feb/2024:13:48:24] ENGINE Serving on https://172.21.15.23:7150 2024-02-12T13:48:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:24.482968+0000 mgr.smithi023.mqmmus (mgr.34104) 6 : cephadm [INF] [12/Feb/2024:13:48:24] ENGINE Bus STARTED 2024-02-12T13:48:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:24.568285+0000 mgr.smithi023.mqmmus (mgr.34104) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:25 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:25.499351+0000 mon.smithi023 (mon.0) 43 : cluster [DBG] mgrmap e42: smithi023.mqmmus(active, since 2s), standbys: smithi160.somqhq 2024-02-12T13:48:27.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:26.568600+0000 mgr.smithi023.mqmmus (mgr.34104) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:27.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:26.631920+0000 mon.smithi023 (mon.0) 44 : cluster [DBG] mgrmap e43: smithi023.mqmmus(active, since 4s), standbys: smithi160.somqhq 2024-02-12T13:48:27.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:27.465510+0000 mon.smithi023 (mon.0) 45 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:27.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:27.470963+0000 mon.smithi023 (mon.0) 46 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:29.298 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:28.161034+0000 mon.smithi023 (mon.0) 47 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:29.298 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:28.166405+0000 mon.smithi023 (mon.0) 48 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:29.298 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:28.568935+0000 mgr.smithi023.mqmmus (mgr.34104) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:30.578 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:29.821877+0000 mon.smithi023 (mon.0) 49 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:29.826470+0000 mon.smithi023 (mon.0) 50 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:30.563242+0000 mon.smithi023 (mon.0) 51 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:30.568210+0000 mon.smithi023 (mon.0) 52 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:30 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:30.569468+0000 mgr.smithi023.mqmmus (mgr.34104) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-02-12T13:48:32.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:31.548861+0000 mon.smithi023 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:32.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:31.554118+0000 mon.smithi023 (mon.0) 54 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:32.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:31.555611+0000 mon.smithi023 (mon.0) 55 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:32.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:31.556519+0000 mon.smithi023 (mon.0) 56 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:48:32.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:31.557723+0000 mgr.smithi023.mqmmus (mgr.34104) 11 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:48:32.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:31.558259+0000 mgr.smithi023.mqmmus (mgr.34104) 12 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:48:33.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:31.822688+0000 mgr.smithi023.mqmmus (mgr.34104) 13 : cephadm [INF] Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:31.823173+0000 mgr.smithi023.mqmmus (mgr.34104) 14 : cephadm [INF] Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:32.086808+0000 mgr.smithi023.mqmmus (mgr.34104) 15 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:32.087408+0000 mgr.smithi023.mqmmus (mgr.34104) 16 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:32.351425+0000 mgr.smithi023.mqmmus (mgr.34104) 17 : cephadm [INF] Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:32.351659+0000 mgr.smithi023.mqmmus (mgr.34104) 18 : cephadm [INF] Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:32.569816+0000 mgr.smithi023.mqmmus (mgr.34104) 19 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:32.621972+0000 mon.smithi023 (mon.0) 57 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:32.626467+0000 mon.smithi023 (mon.0) 58 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:32.631393+0000 mon.smithi023 (mon.0) 59 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:32.636437+0000 mon.smithi023 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:32.641721+0000 mon.smithi023 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:32.649603+0000 mon.smithi023 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:33.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:32.780053+0000 mon.smithi023 (mon.0) 63 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:33.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:32.782177+0000 mon.smithi023 (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:48:33.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:33 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:32.783115+0000 mon.smithi023 (mon.0) 65 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-12T13:48:35.615 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:35.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:34.251332+0000 mgr.smithi023.mqmmus (mgr.34104) 20 : cephadm [INF] Upgrade: Updating mon.smithi160 2024-02-12T13:48:35.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:34.257715+0000 mon.smithi023 (mon.0) 66 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:35.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:34.258612+0000 mon.smithi023 (mon.0) 67 : audit [INF] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:48:35.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:34.259316+0000 mon.smithi023 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:48:35.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: audit 2024-02-12T13:48:34.260012+0000 mon.smithi023 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:35.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cephadm 2024-02-12T13:48:34.260959+0000 mgr.smithi023.mqmmus (mgr.34104) 21 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-02-12T13:48:35.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: cluster 2024-02-12T13:48:34.570699+0000 mgr.smithi023.mqmmus (mgr.34104) 22 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-02-12T13:48:35.950 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:35 smithi160 systemd[1]: Stopping Ceph mon.smithi160 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:48:35.951 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: debug 2024-02-12T13:48:35.945+0000 7f2d49ed6700 -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-12T13:48:35.951 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160[38829]: debug 2024-02-12T13:48:35.945+0000 7f2d49ed6700 -1 mon.smithi160@1(peon) e2 *** Got Signal Terminated *** 2024-02-12T13:48:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:36 smithi160 bash[66344]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon.smithi160 2024-02-12T13:48:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:36 smithi160 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi160.service: Succeeded. 2024-02-12T13:48:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:36 smithi160 systemd[1]: Stopped Ceph mon.smithi160 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:48:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:36 smithi160 systemd[1]: Starting Ceph mon.smithi160 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:48:37.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: set uid:gid to 167:167 (ceph:ceph) 2024-02-12T13:48:37.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable), process ceph-mon, pid 7 2024-02-12T13:48:37.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: pidfile_write: ignore empty --pid-file 2024-02-12T13:48:37.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: load: jerasure load: lrc 2024-02-12T13:48:37.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: RocksDB version: 6.15.5 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Compile date Feb 12 2024 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: DB SUMMARY 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: DB Session ID: 2TXCZZ0WRCT94MINVMAX 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: CURRENT file: CURRENT 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: IDENTITY file: IDENTITY 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: MANIFEST file: MANIFEST-000005 size: 882 Bytes 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi160/store.db dir, Total Num: 1, files: 000020.sst 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi160/store.db: 000018.log size: 17325953 ; 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.error_if_exists: 0 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.create_if_missing: 0 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.paranoid_checks: 1 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-12T13:48:37.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.env: 0x562af3ca5a80 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.fs: Posix File System 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.info_log: 0x562af5a1fcc0 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_file_opening_threads: 16 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.statistics: (nil) 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.use_fsync: 0 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_log_file_size: 0 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.keep_log_file_num: 1000 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.recycle_log_file_num: 0 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.allow_fallocate: 1 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.allow_mmap_reads: 0 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.allow_mmap_writes: 0 2024-02-12T13:48:37.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.use_direct_reads: 0 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.create_missing_column_families: 0 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.db_log_dir: 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi160/store.db 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.advise_random_on_open: 1 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.db_write_buffer_size: 0 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.write_buffer_manager: 0x562af6794ae0 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-12T13:48:37.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.rate_limiter: (nil) 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.wal_recovery_mode: 2 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.enable_thread_tracking: 0 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.enable_pipelined_write: 0 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.unordered_write: 0 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.row_cache: None 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.wal_filter: None 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-12T13:48:37.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.allow_ingest_behind: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.preserve_deletes: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.two_write_queues: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.manual_wal_flush: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.atomic_flush: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.log_readahead_size: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.best_efforts_recovery: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.allow_data_in_errors: 0 2024-02-12T13:48:37.904 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.db_host_id: __hostname__ 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_background_jobs: 2 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_background_compactions: -1 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_subcompactions: 1 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_total_wal_size: 0 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_open_files: -1 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bytes_per_sync: 0 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-12T13:48:37.905 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_readahead_size: 0 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_background_flushes: -1 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Compression algorithms supported: 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: kZSTD supported: 0 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: kXpressCompression supported: 0 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: kLZ4HCCompression supported: 1 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: kZlibCompression supported: 1 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: kSnappyCompression supported: 1 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: kLZ4Compression supported: 1 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: kBZip2Compression supported: 0 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000005 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-12T13:48:37.906 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.merge_operator: 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_filter: None 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_filter_factory: None 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.sst_partitioner_factory: None 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562af5a74f58) 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: cache_index_and_filter_blocks: 1 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: pin_top_level_index_and_filter: 1 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: index_type: 0 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: data_block_index_type: 0 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: index_shortening: 1 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-12T13:48:37.907 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: hash_index_allow_collision: 1 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: checksum: 1 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: no_block_cache: 0 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_cache: 0x562af5aa7090 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_cache_name: BinnedLRUCache 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_cache_options: 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: capacity : 536870912 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: num_shard_bits : 4 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: strict_capacity_limit : 0 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: high_pri_pool_ratio: 0.000 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_cache_compressed: (nil) 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: persistent_cache: (nil) 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_size: 4096 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_size_deviation: 10 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_restart_interval: 16 2024-02-12T13:48:37.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: index_block_restart_interval: 1 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: metadata_block_size: 4096 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: partition_filters: 0 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: use_delta_encoding: 1 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: whole_key_filtering: 1 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: verify_compression: 0 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: read_amp_bytes_per_bit: 0 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: format_version: 4 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: enable_index_compression: 1 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_align: 0 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.write_buffer_size: 33554432 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_write_buffer_number: 2 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compression: NoCompression 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bottommost_compression: Disabled 2024-02-12T13:48:37.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.prefix_extractor: nullptr 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.num_levels: 7 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compression_opts.level: 32767 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compression_opts.strategy: 0 2024-02-12T13:48:37.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compression_opts.enabled: false 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.target_file_size_base: 67108864 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-12T13:48:37.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.arena_block_size: 4194304 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.disable_auto_compactions: 0 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-12T13:48:37.912 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.table_properties_collectors: 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.inplace_update_support: 0 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.bloom_locality: 0 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.max_successive_merges: 0 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-12T13:48:37.913 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.paranoid_file_checks: 0 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.force_consistency_checks: 1 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.report_bg_io_stats: 0 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.ttl: 2592000 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.enable_blob_files: false 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.min_blob_size: 0 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.blob_file_size: 268435456 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 22, last_sequence is 11486, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 18 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/version_set.cc:4082] Creating manifest 22 2024-02-12T13:48:37.914 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-12T13:48:37.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707745717558544, "job": 1, "event": "recovery_started", "wal_files": [18]} 2024-02-12T13:48:37.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #18 mode 2 2024-02-12T13:48:37.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-12T13:48:37.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707745717589405, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 11076461, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 11062531, "index_size": 10619, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2373, "raw_key_size": 18111, "raw_average_key_size": 19, "raw_value_size": 11038533, "raw_average_value_size": 11668, "num_data_blocks": 468, "num_entries": 946, "num_deletions": 253, "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": 1707745717, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "a65cf292-d9c3-4c29-b347-163ac737cdab", "db_session_id": "2TXCZZ0WRCT94MINVMAX"}} 2024-02-12T13:48:37.915 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/version_set.cc:4082] Creating manifest 24 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707745717589934, "job": 1, "event": "recovery_finished"} 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi160/store.db/000018.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x562af5a3b180 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: DB pointer 0x562af5b10000 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** DB Stats ** 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-12T13:48:37.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** Compaction Stats [default] ** 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: L0 1/0 10.56 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 676.5 0.02 0.00 1 0.016 0 0 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: L6 1/0 25.10 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-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Sum 2/0 35.66 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 676.5 0.02 0.00 1 0.016 0 0 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 676.5 0.02 0.00 1 0.016 0 0 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** Compaction Stats [default] ** 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 676.5 0.02 0.00 1 0.016 0 0 2024-02-12T13:48:37.917 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Flush(GB): cumulative 0.010, interval 0.010 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Cumulative compaction: 0.01 GB write, 302.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Interval compaction: 0.01 GB write, 302.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** Compaction Stats [default] ** 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:48:37.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: L0 1/0 10.56 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 676.5 0.02 0.00 1 0.016 0 0 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: L6 1/0 25.10 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-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Sum 2/0 35.66 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 676.5 0.02 0.00 1 0.016 0 0 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 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-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** Compaction Stats [default] ** 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 676.5 0.02 0.00 1 0.016 0 0 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Flush(GB): cumulative 0.010, interval 0.000 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-12T13:48:37.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Cumulative compaction: 0.01 GB write, 302.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 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-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: 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 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: mon.smithi160@-1(???) e2 preinit fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: mon.smithi160@-1(???).mds e7 new map 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: mon.smithi160@-1(???).mds e7 print_map 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: e7 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: legacy client fscid: 1 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Filesystem 'foofs' (1) 2024-02-12T13:48:37.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: fs_name foofs 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: epoch 5 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: created 2024-02-12T13:41:31.253710+0000 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: modified 2024-02-12T13:41:39.291860+0000 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: tableserver 0 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: root 0 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: session_timeout 60 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: session_autoclose 300 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: max_file_size 1099511627776 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: required_client_features {} 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: last_failure 0 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: last_failure_osd_epoch 0 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: max_mds 1 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: in 0 2024-02-12T13:48:37.921 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: up {0=24283} 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: failed 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: damaged 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: stopped 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: data_pools [3] 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: metadata_pool 2 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: inline_data disabled 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: balancer 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: standby_count_wanted 1 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: [mds.foofs.smithi160.zlpbjm{0:24283} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.160:6832/4107824535,v1:172.21.15.160:6833/4107824535] compat {c=[1],r=[1],i=[7ff]}] 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Standby daemons: 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: [mds.foofs.smithi023.simqsf{-1:14502} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.23:6834/2389968010,v1:172.21.15.23:6835/2389968010] compat {c=[1],r=[1],i=[7ff]}] 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: mon.smithi160@-1(???).osd e72 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-12T13:48:37.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: mon.smithi160@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:48:37.923 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: mon.smithi160@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:48:37.923 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: mon.smithi160@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-02-12T13:48:37.923 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 ceph-mon[66549]: mon.smithi160@-1(???).paxosservice(auth 1..44) refresh upgraded, format 0 -> 3 2024-02-12T13:48:37.923 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 bash[66512]: 21ce9abb839816e1ab4abcab69e3e0307566b7d998ebaf0901c619cd94323115 2024-02-12T13:48:37.923 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:37 smithi160 systemd[1]: Started Ceph mon.smithi160 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:48:39.075 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mkfs 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:48:39.075 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mkfs 4e82d1fc-c9ab-11ee-95b9-87774f69a715 2024-02-12T13:48:39.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Creating key for client.nfs.foo.0.1.smithi023.stgjpq 2024-02-12T13:48:39.418 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:48:39.418 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Rados config object exists: conf-nfs.foo 2024-02-12T13:48:39.418 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Creating key for client.nfs.foo.0.1.smithi023.stgjpq-rgw 2024-02-12T13:48:39.418 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Bind address in nfs.foo.0.1.smithi023.stgjpq's ganesha conf is defaulting to empty 2024-02-12T13:48:39.418 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Deploying daemon nfs.foo.0.1.smithi023.stgjpq on smithi023 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Creating key for client.nfs.foo.1.1.smithi160.jxfhmk 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Rados config object exists: conf-nfs.foo 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Creating key for client.nfs.foo.1.1.smithi160.jxfhmk-rgw 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Bind address in nfs.foo.1.1.smithi160.jxfhmk's ganesha conf is defaulting to empty 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Deploying daemon nfs.foo.1.1.smithi160.jxfhmk on smithi160 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Reconfiguring prometheus.smithi023 (dependencies changed)... 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Reconfiguring daemon prometheus.smithi023 on smithi023 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Upgrade: Updating mgr.smithi023.mqmmus 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Deploying daemon mgr.smithi023.mqmmus on smithi023 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Failing over to other MGR 2024-02-12T13:48:39.419 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: [12/Feb/2024:13:47:43] ENGINE Bus STARTING 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: [12/Feb/2024:13:47:43] ENGINE Serving on https://172.21.15.23:7150 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: [12/Feb/2024:13:47:43] ENGINE Bus STARTED 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e33: smithi023.mqmmus(active, since 3s) 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e34: smithi023.mqmmus(active, since 5s) 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Standby manager daemon smithi160.somqhq started 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e35: smithi023.mqmmus(active, since 8s), standbys: smithi160.somqhq 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:48:39.420 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 10 op/s 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Upgrade: Updating mgr.smithi160.somqhq 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Deploying daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 10 op/s 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 255 B/s wr, 10 op/s 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Standby manager daemon smithi160.somqhq restarted 2024-02-12T13:48:39.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Standby manager daemon smithi160.somqhq started 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e36: smithi023.mqmmus(active, since 26s), standbys: smithi160.somqhq 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Upgrade: Setting container_image for all mgr 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Upgrade: Updating mon.smithi023 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Deploying daemon mon.smithi023 on smithi023 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mon.smithi023 calling monitor election 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mon.smithi023 is new leader, mons smithi023,smithi160 in quorum (ranks 0,1) 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: monmap e2: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: osdmap e71: 8 total, 8 up, 8 in 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e36: smithi023.mqmmus(active, since 33s), standbys: smithi160.somqhq 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e37: smithi023.mqmmus(active, since 33s), standbys: smithi160.somqhq 2024-02-12T13:48:39.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: overall HEALTH_OK 2024-02-12T13:48:39.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e38: smithi023.mqmmus(active, since 34s), standbys: smithi160.somqhq 2024-02-12T13:48:39.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Standby manager daemon smithi160.somqhq restarted 2024-02-12T13:48:39.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Standby manager daemon smithi160.somqhq started 2024-02-12T13:48:39.423 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e39: smithi023.mqmmus(active, since 40s), standbys: smithi160.somqhq 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Active manager daemon smithi023.mqmmus restarted 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Activating manager daemon smithi023.mqmmus 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: osdmap e72: 8 total, 8 up, 8 in 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e40: smithi023.mqmmus(active, starting, since 0.00928162s), standbys: smithi160.somqhq 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi160.somqhq", "id": "smithi160.somqhq"}]: dispatch 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:48:39.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Manager daemon smithi023.mqmmus is now available 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e41: smithi023.mqmmus(active, since 1.01742s), standbys: smithi160.somqhq 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:39.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/468385470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: [12/Feb/2024:13:48:24] ENGINE Bus STARTING 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: [12/Feb/2024:13:48:24] ENGINE Serving on https://172.21.15.23:7150 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: [12/Feb/2024:13:48:24] ENGINE Bus STARTED 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e42: smithi023.mqmmus(active, since 2s), standbys: smithi160.somqhq 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e43: smithi023.mqmmus(active, since 4s), standbys: smithi160.somqhq 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:48:39.427 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Upgrade: Updating mon.smithi160 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:48:39.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: Deploying daemon mon.smithi160 on smithi160 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: overall HEALTH_OK 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mon.smithi160 calling monitor election 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mon.smithi023 calling monitor election 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mon.smithi023 is new leader, mons smithi023,smithi160 in quorum (ranks 0,1) 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: monmap e3: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: osdmap e72: 8 total, 8 up, 8 in 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: mgrmap e43: smithi023.mqmmus(active, since 15s), standbys: smithi160.somqhq 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: overall HEALTH_OK 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.430 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:39.430 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:39 smithi160 ceph-mon[66549]: pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 10 op/s 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Creating key for client.nfs.foo.0.1.smithi023.stgjpq 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Rados config object exists: conf-nfs.foo 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Creating key for client.nfs.foo.0.1.smithi023.stgjpq-rgw 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Bind address in nfs.foo.0.1.smithi023.stgjpq's ganesha conf is defaulting to empty 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Deploying daemon nfs.foo.0.1.smithi023.stgjpq on smithi023 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Creating key for client.nfs.foo.1.1.smithi160.jxfhmk 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Rados config object exists: conf-nfs.foo 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Creating key for client.nfs.foo.1.1.smithi160.jxfhmk-rgw 2024-02-12T13:48:39.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Bind address in nfs.foo.1.1.smithi160.jxfhmk's ganesha conf is defaulting to empty 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Deploying daemon nfs.foo.1.1.smithi160.jxfhmk on smithi160 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Reconfiguring prometheus.smithi023 (dependencies changed)... 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Reconfiguring daemon prometheus.smithi023 on smithi023 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Upgrade: Updating mgr.smithi023.mqmmus 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Deploying daemon mgr.smithi023.mqmmus on smithi023 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Upgrade: Need to upgrade myself (mgr.smithi160.somqhq) 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Failing over to other MGR 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: [12/Feb/2024:13:47:43] ENGINE Bus STARTING 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: [12/Feb/2024:13:47:43] ENGINE Serving on https://172.21.15.23:7150 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: [12/Feb/2024:13:47:43] ENGINE Bus STARTED 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e33: smithi023.mqmmus(active, since 3s) 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e34: smithi023.mqmmus(active, since 5s) 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Standby manager daemon smithi160.somqhq started 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e35: smithi023.mqmmus(active, since 8s), standbys: smithi160.somqhq 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:48:39.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 10 op/s 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Upgrade: Updating mgr.smithi160.somqhq 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Deploying daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 10 op/s 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 255 B/s wr, 10 op/s 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Standby manager daemon smithi160.somqhq restarted 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Standby manager daemon smithi160.somqhq started 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e36: smithi023.mqmmus(active, since 26s), standbys: smithi160.somqhq 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Upgrade: Setting container_image for all mgr 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:39.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Upgrade: Updating mon.smithi023 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Deploying daemon mon.smithi023 on smithi023 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mon.smithi023 calling monitor election 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mon.smithi023 is new leader, mons smithi023,smithi160 in quorum (ranks 0,1) 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: monmap e2: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: osdmap e71: 8 total, 8 up, 8 in 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e36: smithi023.mqmmus(active, since 33s), standbys: smithi160.somqhq 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e37: smithi023.mqmmus(active, since 33s), standbys: smithi160.somqhq 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: overall HEALTH_OK 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e38: smithi023.mqmmus(active, since 34s), standbys: smithi160.somqhq 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Standby manager daemon smithi160.somqhq restarted 2024-02-12T13:48:39.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Standby manager daemon smithi160.somqhq started 2024-02-12T13:48:39.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e39: smithi023.mqmmus(active, since 40s), standbys: smithi160.somqhq 2024-02-12T13:48:39.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Active manager daemon smithi023.mqmmus restarted 2024-02-12T13:48:39.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Activating manager daemon smithi023.mqmmus 2024-02-12T13:48:39.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: osdmap e72: 8 total, 8 up, 8 in 2024-02-12T13:48:39.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e40: smithi023.mqmmus(active, starting, since 0.00928162s), standbys: smithi160.somqhq 2024-02-12T13:48:39.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi023.mqmmus", "id": "smithi023.mqmmus"}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr metadata", "who": "smithi160.somqhq", "id": "smithi160.somqhq"}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-12T13:48:39.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Manager daemon smithi023.mqmmus is now available 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/mirror_snapshot_schedule"}]: dispatch 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.mqmmus/trash_purge_schedule"}]: dispatch 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e41: smithi023.mqmmus(active, since 1.01742s), standbys: smithi160.somqhq 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/468385470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: [12/Feb/2024:13:48:24] ENGINE Bus STARTING 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: [12/Feb/2024:13:48:24] ENGINE Serving on https://172.21.15.23:7150 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: [12/Feb/2024:13:48:24] ENGINE Bus STARTED 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.446 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e42: smithi023.mqmmus(active, since 2s), standbys: smithi160.somqhq 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e43: smithi023.mqmmus(active, since 4s), standbys: smithi160.somqhq 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.447 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi023:/etc/ceph/ceph.conf 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi160:/etc/ceph/ceph.conf 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Updating smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Upgrade: Updating mon.smithi160 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: Deploying daemon mon.smithi160 on smithi160 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: overall HEALTH_OK 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-12T13:48:39.449 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mon.smithi160 calling monitor election 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mon.smithi023 calling monitor election 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mon.smithi023 is new leader, mons smithi023,smithi160 in quorum (ranks 0,1) 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: monmap e3: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: osdmap e72: 8 total, 8 up, 8 in 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: mgrmap e43: smithi023.mqmmus(active, since 15s), standbys: smithi160.somqhq 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: overall HEALTH_OK 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:48:39.450 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:39 smithi023 ceph-mon[83990]: pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 10 op/s 2024-02-12T13:48:40.650 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:41.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:41 smithi160 ceph-mon[66549]: pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 255 B/s wr, 10 op/s 2024-02-12T13:48:41.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:41 smithi023 ceph-mon[83990]: pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 255 B/s wr, 10 op/s 2024-02-12T13:48:43.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:43.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:43.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:43 smithi160 ceph-mon[66549]: pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:43.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:43.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:43.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:43.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:43.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:43 smithi023 ceph-mon[83990]: pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:43.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:43.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:45.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:45 smithi160 ceph-mon[66549]: pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:45.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:45 smithi023 ceph-mon[83990]: pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:45.689 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:47.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: Reconfiguring mon.smithi023 (monmap changed)... 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:47.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:47 smithi023 ceph-mon[83990]: Reconfiguring daemon mon.smithi023 on smithi023 2024-02-12T13:48:47.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: Reconfiguring mon.smithi023 (monmap changed)... 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:47.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:47 smithi160 ceph-mon[66549]: Reconfiguring daemon mon.smithi023 on smithi023 2024-02-12T13:48:49.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:49 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:49.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:49 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:49.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:49 smithi023 ceph-mon[83990]: Reconfiguring mgr.smithi023.mqmmus (monmap changed)... 2024-02-12T13:48:49.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:49 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.mqmmus", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:48:49.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:49 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:48:49.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:49 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:49.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:49 smithi023 ceph-mon[83990]: Reconfiguring daemon mgr.smithi023.mqmmus on smithi023 2024-02-12T13:48:49.365 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:49 smithi023 ceph-mon[83990]: pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:49.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:49 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:49.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:49 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:49.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:49 smithi160 ceph-mon[66549]: Reconfiguring mgr.smithi023.mqmmus (monmap changed)... 2024-02-12T13:48:49.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:49 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.mqmmus", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:48:49.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:49 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:48:49.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:49 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:49.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:49 smithi160 ceph-mon[66549]: Reconfiguring daemon mgr.smithi023.mqmmus on smithi023 2024-02-12T13:48:49.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:49 smithi160 ceph-mon[66549]: pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:50.725 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:50 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:50 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:50 smithi023 ceph-mon[83990]: Reconfiguring crash.smithi023 (monmap changed)... 2024-02-12T13:48:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:50 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:48:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:50 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:50 smithi023 ceph-mon[83990]: Reconfiguring daemon crash.smithi023 on smithi023 2024-02-12T13:48:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:50 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:50 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:50 smithi160 ceph-mon[66549]: Reconfiguring crash.smithi023 (monmap changed)... 2024-02-12T13:48:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:50 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:48:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:50 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:51.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:50 smithi160 ceph-mon[66549]: Reconfiguring daemon crash.smithi023 on smithi023 2024-02-12T13:48:51.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:51 smithi023 ceph-mon[83990]: pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:51.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:51 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:51.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:51 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:51.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:51 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:48:51.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:51 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:51 smithi160 ceph-mon[66549]: pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:51 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:51 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:51 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:48:52.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:51 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:52.899 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:52 smithi023 ceph-mon[83990]: Reconfiguring osd.0 (monmap changed)... 2024-02-12T13:48:52.899 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:52 smithi023 ceph-mon[83990]: Reconfiguring daemon osd.0 on smithi023 2024-02-12T13:48:52.899 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:48:53.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:52 smithi160 ceph-mon[66549]: Reconfiguring osd.0 (monmap changed)... 2024-02-12T13:48:53.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:52 smithi160 ceph-mon[66549]: Reconfiguring daemon osd.0 on smithi023 2024-02-12T13:48:53.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:48:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:53 smithi023 ceph-mon[83990]: pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:48:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:53 smithi160 ceph-mon[66549]: pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:48:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:54.704 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:48:55.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:54 smithi023 ceph-mon[83990]: Reconfiguring osd.1 (monmap changed)... 2024-02-12T13:48:55.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:54 smithi023 ceph-mon[83990]: Reconfiguring daemon osd.1 on smithi023 2024-02-12T13:48:55.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:54 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:55.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:54 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:55.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:54 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:48:55.010 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:54 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:54 smithi160 ceph-mon[66549]: Reconfiguring osd.1 (monmap changed)... 2024-02-12T13:48:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:54 smithi160 ceph-mon[66549]: Reconfiguring daemon osd.1 on smithi023 2024-02-12T13:48:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:54 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:54 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:54 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:48:55.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:54 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:55.357 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:48:55.357 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (11m) 25s ago 13m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:48:55.357 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (12m) 25s ago 12m 6395k - 16.2.5 6933c2a0b7dd f304e76b232b 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (12m) 12s ago 12m 6391k - 16.2.5 6933c2a0b7dd 3d564ebaee84 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (11m) 25s ago 12m 32.1M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (7m) 25s ago 7m 14.2M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (7m) 12s ago 7m 37.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (86s) 25s ago 14m 451M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (55s) 12s ago 12m 430M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (41s) 25s ago 14m 32.5M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (18s) 12s ago 11m 36.3M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (3m) 25s ago 3m 77.5M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (3m) 12s ago 3m 55.0M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (12m) 25s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (11m) 12s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11m) 25s ago 11m 474M 1944M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10m) 25s ago 10m 418M 1944M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:48:55.358 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10m) 25s ago 10m 281M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:48:55.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10m) 25s ago 10m 450M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:48:55.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (9m) 12s ago 9m 454M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:48:55.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (9m) 12s ago 9m 485M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:48:55.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (9m) 12s ago 9m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:48:55.359 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (8m) 12s ago 8m 588M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:48:55.359 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (91s) 25s ago 12m 49.6M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:48:55.744 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:48:55.745 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-02-12T13:48:55.746 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 4 2024-02-12T13:48:55.746 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:48:55.746 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:48:55.760 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:48:56.073 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:48:56.073 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:48:56.073 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:48:56.073 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:48:56.073 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:48:56.073 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:48:56.073 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:48:56.073 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:48:56.073 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "4/23 daemons upgraded", 2024-02-12T13:48:56.074 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mon daemons", 2024-02-12T13:48:56.074 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:48:56.074 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:48:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:55 smithi023 ceph-mon[83990]: Reconfiguring osd.2 (monmap changed)... 2024-02-12T13:48:56.135 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:55 smithi023 ceph-mon[83990]: Reconfiguring daemon osd.2 on smithi023 2024-02-12T13:48:56.135 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:55 smithi023 ceph-mon[83990]: pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:56.135 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:55 smithi023 ceph-mon[83990]: from='client.34138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:56.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:55 smithi160 ceph-mon[66549]: Reconfiguring osd.2 (monmap changed)... 2024-02-12T13:48:56.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:55 smithi160 ceph-mon[66549]: Reconfiguring daemon osd.2 on smithi023 2024-02-12T13:48:56.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:55 smithi160 ceph-mon[66549]: pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:56.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:55 smithi160 ceph-mon[66549]: from='client.34138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:56 smithi160 ceph-mon[66549]: from='client.34142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:56 smithi160 ceph-mon[66549]: from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:56 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/3754205200' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:48:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:56 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:56 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:57.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:56 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:48:57.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:56 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:57.151 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:56 smithi023 ceph-mon[83990]: from='client.34142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:57.151 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:56 smithi023 ceph-mon[83990]: from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:57.151 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:56 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/3754205200' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:48:57.151 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:56 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:57.151 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:56 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:57.151 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:56 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:48:57.151 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:56 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:57.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:57 smithi023 ceph-mon[83990]: from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:57.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:57 smithi023 ceph-mon[83990]: Reconfiguring osd.3 (monmap changed)... 2024-02-12T13:48:57.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:57 smithi023 ceph-mon[83990]: Reconfiguring daemon osd.3 on smithi023 2024-02-12T13:48:57.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:57 smithi023 ceph-mon[83990]: pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:58.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:57 smithi160 ceph-mon[66549]: from='client.44113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:48:58.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:57 smithi160 ceph-mon[66549]: Reconfiguring osd.3 (monmap changed)... 2024-02-12T13:48:58.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:57 smithi160 ceph-mon[66549]: Reconfiguring daemon osd.3 on smithi023 2024-02-12T13:48:58.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:57 smithi160 ceph-mon[66549]: pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:48:59.388 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:59.388 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:59.388 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:59 smithi023 ceph-mon[83990]: Reconfiguring mds.foofs.smithi023.simqsf (monmap changed)... 2024-02-12T13:48:59.388 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.simqsf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:48:59.388 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:59.389 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:59 smithi023 ceph-mon[83990]: Reconfiguring daemon mds.foofs.smithi023.simqsf on smithi023 2024-02-12T13:48:59.389 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:48:59 smithi023 ceph-mon[83990]: pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:48:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:48:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:59 smithi160 ceph-mon[66549]: Reconfiguring mds.foofs.smithi023.simqsf (monmap changed)... 2024-02-12T13:48:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.simqsf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:48:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:48:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:59 smithi160 ceph-mon[66549]: Reconfiguring daemon mds.foofs.smithi023.simqsf on smithi023 2024-02-12T13:48:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:48:59 smithi160 ceph-mon[66549]: pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:00.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:00 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:00.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:00 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:00.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:00 smithi160 ceph-mon[66549]: Reconfiguring crash.smithi160 (monmap changed)... 2024-02-12T13:49:00.797 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:00 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:49:00.798 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:00 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:00.798 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:00 smithi160 ceph-mon[66549]: Reconfiguring daemon crash.smithi160 on smithi160 2024-02-12T13:49:00.805 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:00.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:00 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:00.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:00 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:00.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:00 smithi023 ceph-mon[83990]: Reconfiguring crash.smithi160 (monmap changed)... 2024-02-12T13:49:00.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:00 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:49:00.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:00 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:00.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:00 smithi023 ceph-mon[83990]: Reconfiguring daemon crash.smithi160 on smithi160 2024-02-12T13:49:01.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:01 smithi023 ceph-mon[83990]: pgmap v22: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:01.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:01.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:01.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.somqhq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:49:01.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:49:01.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:01 smithi160 ceph-mon[66549]: pgmap v22: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.somqhq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-12T13:49:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-12T13:49:02.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:02.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:02 smithi160 ceph-mon[66549]: Reconfiguring mgr.smithi160.somqhq (monmap changed)... 2024-02-12T13:49:02.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:02 smithi160 ceph-mon[66549]: Reconfiguring daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:49:02.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:02 smithi023 ceph-mon[83990]: Reconfiguring mgr.smithi160.somqhq (monmap changed)... 2024-02-12T13:49:02.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:02 smithi023 ceph-mon[83990]: Reconfiguring daemon mgr.smithi160.somqhq on smithi160 2024-02-12T13:49:03.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:03 smithi160 ceph-mon[66549]: pgmap v23: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:03.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:03 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:03.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:03 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:03.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:03 smithi160 ceph-mon[66549]: Reconfiguring mon.smithi160 (monmap changed)... 2024-02-12T13:49:03.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:03 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:49:03.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:03 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:49:03.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:03 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:03.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:03 smithi160 ceph-mon[66549]: Reconfiguring daemon mon.smithi160 on smithi160 2024-02-12T13:49:03.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:03 smithi023 ceph-mon[83990]: pgmap v23: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:03.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:03 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:03 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:03 smithi023 ceph-mon[83990]: Reconfiguring mon.smithi160 (monmap changed)... 2024-02-12T13:49:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:03 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-12T13:49:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:03 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-12T13:49:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:03 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:03 smithi023 ceph-mon[83990]: Reconfiguring daemon mon.smithi160 on smithi160 2024-02-12T13:49:05.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:05 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:05.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:05 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:05.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:05 smithi160 ceph-mon[66549]: Reconfiguring osd.4 (monmap changed)... 2024-02-12T13:49:05.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:05 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:49:05.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:05 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:05.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:05 smithi160 ceph-mon[66549]: Reconfiguring daemon osd.4 on smithi160 2024-02-12T13:49:05.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:05 smithi160 ceph-mon[66549]: pgmap v24: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:05.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:05 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:05.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:05 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:05.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:05 smithi023 ceph-mon[83990]: Reconfiguring osd.4 (monmap changed)... 2024-02-12T13:49:05.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:05 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:49:05.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:05 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:05.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:05 smithi023 ceph-mon[83990]: Reconfiguring daemon osd.4 on smithi160 2024-02-12T13:49:05.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:05 smithi023 ceph-mon[83990]: pgmap v24: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:05.839 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:07.127 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:06 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:07.128 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:06 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:07.128 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:06 smithi160 ceph-mon[66549]: Reconfiguring osd.5 (monmap changed)... 2024-02-12T13:49:07.128 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:06 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:49:07.128 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:06 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:07.128 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:06 smithi160 ceph-mon[66549]: Reconfiguring daemon osd.5 on smithi160 2024-02-12T13:49:07.128 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:06 smithi160 ceph-mon[66549]: pgmap v25: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:07.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:06 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:07.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:06 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:07.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:06 smithi023 ceph-mon[83990]: Reconfiguring osd.5 (monmap changed)... 2024-02-12T13:49:07.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:06 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:49:07.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:06 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:07.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:06 smithi023 ceph-mon[83990]: Reconfiguring daemon osd.5 on smithi160 2024-02-12T13:49:07.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:06 smithi023 ceph-mon[83990]: pgmap v25: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:08.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:08.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:08.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:08 smithi160 ceph-mon[66549]: Reconfiguring osd.6 (monmap changed)... 2024-02-12T13:49:08.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:49:08.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:08.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:08 smithi160 ceph-mon[66549]: Reconfiguring daemon osd.6 on smithi160 2024-02-12T13:49:08.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:49:08.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:08.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:08.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:08 smithi023 ceph-mon[83990]: Reconfiguring osd.6 (monmap changed)... 2024-02-12T13:49:08.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:49:08.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:08.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:08 smithi023 ceph-mon[83990]: Reconfiguring daemon osd.6 on smithi160 2024-02-12T13:49:08.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:49:09.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:09 smithi160 ceph-mon[66549]: pgmap v26: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:09.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:09.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:09.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:49:09.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:09.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:09 smithi023 ceph-mon[83990]: pgmap v26: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:09.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:09.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:09.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:49:09.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:10 smithi023 ceph-mon[83990]: Reconfiguring osd.7 (monmap changed)... 2024-02-12T13:49:10.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:10 smithi023 ceph-mon[83990]: Reconfiguring daemon osd.7 on smithi160 2024-02-12T13:49:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:10 smithi160 ceph-mon[66549]: Reconfiguring osd.7 (monmap changed)... 2024-02-12T13:49:10.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:10 smithi160 ceph-mon[66549]: Reconfiguring daemon osd.7 on smithi160 2024-02-12T13:49:10.882 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:11.565 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:11 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:11.566 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:11 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:11.566 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:11 smithi160 ceph-mon[66549]: Reconfiguring mds.foofs.smithi160.zlpbjm (monmap changed)... 2024-02-12T13:49:11.566 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:11 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.zlpbjm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:49:11.566 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:11 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:11.566 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:11 smithi160 ceph-mon[66549]: Reconfiguring daemon mds.foofs.smithi160.zlpbjm on smithi160 2024-02-12T13:49:11.566 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:11 smithi160 ceph-mon[66549]: pgmap v27: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:11.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:11 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:11.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:11 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:11.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:11 smithi023 ceph-mon[83990]: Reconfiguring mds.foofs.smithi160.zlpbjm (monmap changed)... 2024-02-12T13:49:11.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:11 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.zlpbjm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:49:11.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:11 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:11.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:11 smithi023 ceph-mon[83990]: Reconfiguring daemon mds.foofs.smithi160.zlpbjm on smithi160 2024-02-12T13:49:11.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:11 smithi023 ceph-mon[83990]: pgmap v27: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:13.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:13.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:13.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:49:13.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:13.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:13.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: Upgrade: Setting container_image for all mon 2024-02-12T13:49:13.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:13.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi023"}]: dispatch 2024-02-12T13:49:13.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi023"}]': finished 2024-02-12T13:49:13.185 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi160"}]: dispatch 2024-02-12T13:49:13.186 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi160"}]': finished 2024-02-12T13:49:13.186 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:12 smithi023 ceph-mon[83990]: pgmap v28: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:13.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: Upgrade: Setting container_image for all mon 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi023"}]: dispatch 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi023"}]': finished 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi160"}]: dispatch 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi160"}]': finished 2024-02-12T13:49:13.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:12 smithi160 ceph-mon[66549]: pgmap v28: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:14.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:14 smithi160 ceph-mon[66549]: Upgrade: Updating crash.smithi023 (1/2) 2024-02-12T13:49:14.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:14 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:14.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:14 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:49:14.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:14 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:14.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:14 smithi160 ceph-mon[66549]: Deploying daemon crash.smithi023 on smithi023 2024-02-12T13:49:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:14 smithi023 ceph-mon[83990]: Upgrade: Updating crash.smithi023 (1/2) 2024-02-12T13:49:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:14 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:14 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:49:14.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:14 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:14.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:14 smithi023 ceph-mon[83990]: Deploying daemon crash.smithi023 on smithi023 2024-02-12T13:49:15.818 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:15 smithi023 ceph-mon[83990]: pgmap v29: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:15.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:15 smithi160 ceph-mon[66549]: pgmap v29: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:15.926 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:17.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:17 smithi160 ceph-mon[66549]: pgmap v30: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:17.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:17 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:17.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:17 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:17.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:17 smithi023 ceph-mon[83990]: pgmap v30: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:17.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:17 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:17.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:17 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:19.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:19 smithi160 ceph-mon[66549]: pgmap v31: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:19.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:19.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:49:19.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:19.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:19 smithi023 ceph-mon[83990]: pgmap v31: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:19.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:19.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-12T13:49:19.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:20.791 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:20 smithi160 ceph-mon[66549]: Upgrade: Updating crash.smithi160 (2/2) 2024-02-12T13:49:20.791 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:20 smithi160 ceph-mon[66549]: Deploying daemon crash.smithi160 on smithi160 2024-02-12T13:49:20.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:20 smithi023 ceph-mon[83990]: Upgrade: Updating crash.smithi160 (2/2) 2024-02-12T13:49:20.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:20 smithi023 ceph-mon[83990]: Deploying daemon crash.smithi160 on smithi160 2024-02-12T13:49:20.965 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:21.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:21 smithi023 ceph-mon[83990]: pgmap v32: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:21.956 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:21 smithi160 ceph-mon[66549]: pgmap v32: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:49:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:23 smithi023 ceph-mon[83990]: pgmap v33: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:23.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:49:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:49:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:23 smithi160 ceph-mon[66549]: pgmap v33: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:23.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:49:25.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:25 smithi023 ceph-mon[83990]: pgmap v34: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:25 smithi160 ceph-mon[66549]: pgmap v34: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:26.001 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:26.426 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:49:27.101 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:49:27.101 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (11m) 57s ago 13m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:49:27.101 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 starting - - - - 2024-02-12T13:49:27.101 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (5s) 0s ago 12m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:49:27.101 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (11m) 57s ago 13m 32.1M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:49:27.101 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (7m) 57s ago 7m 14.2M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:49:27.101 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (7m) 0s ago 7m 37.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (117s) 57s ago 14m 451M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (87s) 0s ago 12m 431M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (73s) 57s ago 15m 32.5M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (49s) 0s ago 12m 46.0M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (4m) 57s ago 4m 77.5M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (4m) 0s ago 4m 55.0M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (13m) 57s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (12m) 0s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11m) 57s ago 11m 474M 1944M 16.2.5 6933c2a0b7dd 604d81bad2e1 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11m) 57s ago 11m 418M 1944M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11m) 57s ago 11m 281M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10m) 57s ago 10m 450M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (10m) 0s ago 10m 455M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:49:27.102 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (10m) 0s ago 10m 485M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:49:27.103 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (9m) 0s ago 9m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:49:27.103 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (9m) 0s ago 9m 588M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:49:27.103 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (2m) 57s ago 12m 49.6M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:49:27.521 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:49:27.522 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:49:27.522 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:49:27.522 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:49:27.522 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-02-12T13:49:27.522 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 4 2024-02-12T13:49:27.522 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:49:27.522 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:49:27.618 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:27.618 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:27.618 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:27 smithi160 ceph-mon[66549]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:49:27.618 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:27 smithi160 ceph-mon[66549]: pgmap v35: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:27.618 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:27 smithi160 ceph-mon[66549]: from='client.34162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:49:27.618 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:27.618 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:27.628 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:27.628 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:27.628 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:27 smithi023 ceph-mon[83990]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:49:27.628 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:27 smithi023 ceph-mon[83990]: pgmap v35: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:27.628 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:27 smithi023 ceph-mon[83990]: from='client.34162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:49:27.628 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:27.628 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:27.848 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:49:27.848 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:49:27.848 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:49:27.848 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:49:27.848 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:49:27.848 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:49:27.849 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:49:27.849 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:49:27.849 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "5/23 daemons upgraded", 2024-02-12T13:49:27.849 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading crash daemons", 2024-02-12T13:49:27.849 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:49:27.849 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:49:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:28 smithi160 ceph-mon[66549]: from='client.34166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:49:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:28 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/1067693537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:28.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:28 smithi023 ceph-mon[83990]: from='client.34166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:49:28.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:28 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/1067693537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:29.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:29 smithi160 ceph-mon[66549]: from='client.34174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:49:29.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:29 smithi160 ceph-mon[66549]: pgmap v36: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:29.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:29.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:29.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:29 smithi023 ceph-mon[83990]: from='client.34174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:49:29.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:29 smithi023 ceph-mon[83990]: pgmap v36: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:29.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:29.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:31.040 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:31 smithi160 ceph-mon[66549]: pgmap v37: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:31.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:31.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:31.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:31.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:31 smithi023 ceph-mon[83990]: pgmap v37: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:31.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:31.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:33.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: pgmap v38: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:33.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:33.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:33.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:33.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:49:33.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:33.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:33.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:49:33.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:33.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:33.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:33.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: pgmap v38: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:33.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:33.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:49:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:49:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:33.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:34.834 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:34 smithi023 ceph-mon[83990]: Upgrade: Setting container_image for all crash 2024-02-12T13:49:34.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:34.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi023"}]: dispatch 2024-02-12T13:49:34.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi023"}]': finished 2024-02-12T13:49:34.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi160"}]: dispatch 2024-02-12T13:49:34.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi160"}]': finished 2024-02-12T13:49:34.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-12T13:49:34.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:34 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-12T13:49:34.835 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:34 smithi023 ceph-mon[83990]: Upgrade: osd.0 is safe to restart 2024-02-12T13:49:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:34 smithi160 ceph-mon[66549]: Upgrade: Setting container_image for all crash 2024-02-12T13:49:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi023"}]: dispatch 2024-02-12T13:49:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi023"}]': finished 2024-02-12T13:49:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi160"}]: dispatch 2024-02-12T13:49:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi160"}]': finished 2024-02-12T13:49:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-12T13:49:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:34 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-12T13:49:35.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:34 smithi160 ceph-mon[66549]: Upgrade: osd.0 is safe to restart 2024-02-12T13:49:35.912 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:35 smithi023 ceph-mon[83990]: pgmap v39: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:35.912 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:35 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:35.912 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:35 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:49:35.912 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:35 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:36.083 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:35 smithi160 ceph-mon[66549]: pgmap v39: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:35 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:35 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-12T13:49:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:35 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:36.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:36 smithi023 ceph-mon[83990]: Upgrade: Updating osd.0 2024-02-12T13:49:36.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:36 smithi023 ceph-mon[83990]: Deploying daemon osd.0 on smithi023 2024-02-12T13:49:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:36 smithi160 ceph-mon[66549]: Upgrade: Updating osd.0 2024-02-12T13:49:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:36 smithi160 ceph-mon[66549]: Deploying daemon osd.0 on smithi023 2024-02-12T13:49:37.875 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:37 smithi023 ceph-mon[83990]: pgmap v40: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:37.875 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:49:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:37 smithi160 ceph-mon[66549]: pgmap v40: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:49:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:49:38.583 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:38 smithi023 systemd[1]: Stopping Ceph osd.0 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:49:38.939 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.0[45573]: debug 2024-02-12T13:49:38.577+0000 7ff65eb96700 -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-12T13:49:38.939 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.0[45573]: debug 2024-02-12T13:49:38.577+0000 7ff65eb96700 -1 osd.0 72 *** Got signal Terminated *** 2024-02-12T13:49:38.939 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:38 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.0[45573]: debug 2024-02-12T13:49:38.577+0000 7ff65eb96700 -1 osd.0 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:49:39.439 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:39 smithi023 bash[91089]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.0 2024-02-12T13:49:40.099 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: pgmap v41: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:40.099 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.6 2024-02-12T13:49:40.100 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 failed (root=default,host=smithi023) (connection refused reported by osd.6) 2024-02-12T13:49:40.100 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.100 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.5 2024-02-12T13:49:40.103 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.103 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.103 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.3 2024-02-12T13:49:40.103 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.6 2024-02-12T13:49:40.104 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.104 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.104 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.5 2024-02-12T13:49:40.104 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.104 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.104 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.3 2024-02-12T13:49:40.105 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.105 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.105 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.6 2024-02-12T13:49:40.105 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.105 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.105 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.5 2024-02-12T13:49:40.106 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.106 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.106 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.3 2024-02-12T13:49:40.106 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.6 2024-02-12T13:49:40.106 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.106 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.106 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.5 2024-02-12T13:49:40.107 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.107 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.3 2024-02-12T13:49:40.107 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.107 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.107 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.107 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.3 2024-02-12T13:49:40.108 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.108 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.108 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.108 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.108 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:39 smithi023 ceph-mon[83990]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: pgmap v41: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:49:40.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.6 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 failed (root=default,host=smithi023) (connection refused reported by osd.6) 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.5 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.3 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.6 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.5 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.3 2024-02-12T13:49:40.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.6 2024-02-12T13:49:40.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.5 2024-02-12T13:49:40.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.3 2024-02-12T13:49:40.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.6 2024-02-12T13:49:40.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.152 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.5 2024-02-12T13:49:40.152 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.152 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.3 2024-02-12T13:49:40.152 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.152 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.152 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.153 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.3 2024-02-12T13:49:40.153 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:40.153 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.4 2024-02-12T13:49:40.153 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.1 2024-02-12T13:49:40.153 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.2 2024-02-12T13:49:40.153 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:39 smithi160 ceph-mon[66549]: osd.0 reported immediately failed by osd.7 2024-02-12T13:49:41.039 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:40 smithi023 ceph-mon[83990]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:49:41.039 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:40 smithi023 ceph-mon[83990]: osdmap e73: 8 total, 7 up, 8 in 2024-02-12T13:49:41.039 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:40 smithi023 ceph-mon[83990]: osdmap e74: 8 total, 7 up, 8 in 2024-02-12T13:49:41.133 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:41.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:40 smithi160 ceph-mon[66549]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:49:41.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:40 smithi160 ceph-mon[66549]: osdmap e73: 8 total, 7 up, 8 in 2024-02-12T13:49:41.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:40 smithi160 ceph-mon[66549]: osdmap e74: 8 total, 7 up, 8 in 2024-02-12T13:49:41.439 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:41 smithi023 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.0.service: Succeeded. 2024-02-12T13:49:41.439 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:41 smithi023 systemd[1]: Stopped Ceph osd.0 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:49:41.439 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:41 smithi023 systemd[1]: Starting Ceph osd.0 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:49:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:41 smithi023 ceph-mon[83990]: pgmap v43: 129 pgs: 16 stale+active+clean, 113 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:49:42.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:41 smithi160 ceph-mon[66549]: pgmap v43: 129 pgs: 16 stale+active+clean, 113 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:49:42.602 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:42 smithi023 bash[91395]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-12T13:49:42.602 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:42 smithi023 bash[91395]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-02-12T13:49:42.602 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:42 smithi023 bash[91395]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-02-12T13:49:42.602 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:42 smithi023 bash[91395]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-12T13:49:42.602 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:42 smithi023 bash[91395]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-12T13:49:42.603 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:42 smithi023 bash[91395]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-12T13:49:42.603 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:42 smithi023 bash[91395]: --> ceph-volume raw activate successful for osd ID: 0 2024-02-12T13:49:43.688 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:43 smithi023 ceph-osd[91713]: -- 172.21.15.23:0/3920503269 <== mon.0 v2:172.21.15.23:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561af4e66b60 con 0x561af4e2d000 2024-02-12T13:49:43.689 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:43 smithi023 bash[91676]: fc0638c2a595530204c6b900f95ffe3a9fc7c9185b899fc11ec04b666229c0c5 2024-02-12T13:49:43.689 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:43 smithi023 systemd[1]: Started Ceph osd.0 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:49:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:43 smithi160 ceph-mon[66549]: pgmap v45: 129 pgs: 16 stale+active+clean, 113 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-12T13:49:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:49:44.189 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:43 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-0[91690]: 2024-02-12T13:49:43.940+0000 7f55f423a540 -1 Falling back to public interface 2024-02-12T13:49:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:43 smithi023 ceph-mon[83990]: pgmap v45: 129 pgs: 16 stale+active+clean, 113 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-12T13:49:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:49:45.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:45 smithi160 ceph-mon[66549]: pgmap v46: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 203/1491 objects degraded (13.615%) 2024-02-12T13:49:45.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:45 smithi023 ceph-mon[83990]: pgmap v46: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 203/1491 objects degraded (13.615%) 2024-02-12T13:49:46.177 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:46.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:46 smithi023 ceph-mon[83990]: Health check failed: Degraded data redundancy: 203/1491 objects degraded (13.615%), 30 pgs degraded (PG_DEGRADED) 2024-02-12T13:49:46.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:46 smithi160 ceph-mon[66549]: Health check failed: Degraded data redundancy: 203/1491 objects degraded (13.615%), 30 pgs degraded (PG_DEGRADED) 2024-02-12T13:49:47.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:47 smithi160 ceph-mon[66549]: pgmap v47: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 203/1491 objects degraded (13.615%) 2024-02-12T13:49:47.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:47 smithi023 ceph-mon[83990]: pgmap v47: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 203/1491 objects degraded (13.615%) 2024-02-12T13:49:49.189 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:48 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-0[91690]: 2024-02-12T13:49:48.917+0000 7f55f423a540 -1 osd.0 72 log_to_monitors true 2024-02-12T13:49:49.914 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 13:49:49 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-0[91690]: 2024-02-12T13:49:49.662+0000 7f55e6809700 -1 osd.0 72 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:49:49.915 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:49 smithi023 ceph-mon[83990]: pgmap v48: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 203/1491 objects degraded (13.615%) 2024-02-12T13:49:49.915 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:49 smithi023 ceph-mon[83990]: from='osd.0 [v2:172.21.15.23:6802/1539755952,v1:172.21.15.23:6803/1539755952]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T13:49:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:49 smithi160 ceph-mon[66549]: pgmap v48: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 203/1491 objects degraded (13.615%) 2024-02-12T13:49:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:49 smithi160 ceph-mon[66549]: from='osd.0 [v2:172.21.15.23:6802/1539755952,v1:172.21.15.23:6803/1539755952]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-12T13:49:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:50 smithi023 ceph-mon[83990]: from='osd.0 [v2:172.21.15.23:6802/1539755952,v1:172.21.15.23:6803/1539755952]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-12T13:49:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:50 smithi023 ceph-mon[83990]: osdmap e75: 8 total, 7 up, 8 in 2024-02-12T13:49:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:50 smithi023 ceph-mon[83990]: from='osd.0 [v2:172.21.15.23:6802/1539755952,v1:172.21.15.23:6803/1539755952]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:49:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:50 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:50 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:50 smithi160 ceph-mon[66549]: from='osd.0 [v2:172.21.15.23:6802/1539755952,v1:172.21.15.23:6803/1539755952]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-12T13:49:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:50 smithi160 ceph-mon[66549]: osdmap e75: 8 total, 7 up, 8 in 2024-02-12T13:49:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:50 smithi160 ceph-mon[66549]: from='osd.0 [v2:172.21.15.23:6802/1539755952,v1:172.21.15.23:6803/1539755952]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:49:51.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:50 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:51.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:50 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:51.213 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:51.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:51 smithi023 ceph-mon[83990]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 203/1491 objects degraded (13.615%) 2024-02-12T13:49:51.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:51 smithi023 ceph-mon[83990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:49:51.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:51 smithi023 ceph-mon[83990]: osd.0 [v2:172.21.15.23:6802/1539755952,v1:172.21.15.23:6803/1539755952] boot 2024-02-12T13:49:51.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:51 smithi023 ceph-mon[83990]: osdmap e76: 8 total, 8 up, 8 in 2024-02-12T13:49:51.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:51 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:49:51.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:51 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:51.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:51 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:51.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:51 smithi023 ceph-mon[83990]: osdmap e77: 8 total, 8 up, 8 in 2024-02-12T13:49:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:51 smithi160 ceph-mon[66549]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 203/1491 objects degraded (13.615%) 2024-02-12T13:49:52.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:51 smithi160 ceph-mon[66549]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:49:52.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:51 smithi160 ceph-mon[66549]: osd.0 [v2:172.21.15.23:6802/1539755952,v1:172.21.15.23:6803/1539755952] boot 2024-02-12T13:49:52.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:51 smithi160 ceph-mon[66549]: osdmap e76: 8 total, 8 up, 8 in 2024-02-12T13:49:52.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:51 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-12T13:49:52.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:51 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:52.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:51 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:52.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:51 smithi160 ceph-mon[66549]: osdmap e77: 8 total, 8 up, 8 in 2024-02-12T13:49:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:53 smithi160 ceph-mon[66549]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 203/1491 objects degraded (13.615%) 2024-02-12T13:49:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:49:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:53 smithi023 ceph-mon[83990]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 203/1491 objects degraded (13.615%) 2024-02-12T13:49:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:49:54.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:54 smithi023 ceph-mon[83990]: mgrmap e44: smithi023.mqmmus(active, since 91s), standbys: smithi160.somqhq 2024-02-12T13:49:55.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:54 smithi160 ceph-mon[66549]: mgrmap e44: smithi023.mqmmus(active, since 91s), standbys: smithi160.somqhq 2024-02-12T13:49:56.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: pgmap v54: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 1 op/s; 87/1491 objects degraded (5.835%) 2024-02-12T13:49:56.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:49:56.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:55 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 87/1491 objects degraded (5.835%), 9 pgs degraded (PG_DEGRADED) 2024-02-12T13:49:56.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: pgmap v54: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 1 op/s; 87/1491 objects degraded (5.835%) 2024-02-12T13:49:56.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:49:56.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:55 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 87/1491 objects degraded (5.835%), 9 pgs degraded (PG_DEGRADED) 2024-02-12T13:49:56.262 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:49:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:56 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:49:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:56 smithi160 ceph-mon[66549]: Upgrade: unsafe to stop osd(s) at this time (3 PGs are or would become offline) 2024-02-12T13:49:57.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:56 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:49:57.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:56 smithi023 ceph-mon[83990]: Upgrade: unsafe to stop osd(s) at this time (3 PGs are or would become offline) 2024-02-12T13:49:58.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:57 smithi160 ceph-mon[66549]: pgmap v55: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 294 B/s rd, 589 B/s wr, 1 op/s 2024-02-12T13:49:58.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:57 smithi160 ceph-mon[66549]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 87/1491 objects degraded (5.835%), 9 pgs degraded) 2024-02-12T13:49:58.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:57 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:49:58.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:57 smithi023 ceph-mon[83990]: pgmap v55: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 294 B/s rd, 589 B/s wr, 1 op/s 2024-02-12T13:49:58.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:57 smithi023 ceph-mon[83990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 87/1491 objects degraded (5.835%), 9 pgs degraded) 2024-02-12T13:49:58.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:57 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:49:58.196 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:49:58.826 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:49:58.826 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (12m) 8s ago 14m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (42s) 8s ago 14m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (37s) 32s ago 13m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (12m) 8s ago 13m 32.3M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (8m) 8s ago 8m 14.5M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (8m) 32s ago 8m 37.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (2m) 8s ago 15m 479M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (118s) 32s ago 13m 431M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (104s) 8s ago 15m 50.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (81s) 32s ago 13m 46.0M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (4m) 8s ago 4m 79.5M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (4m) 32s ago 4m 55.0M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (13m) 8s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (12m) 32s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:49:58.827 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (15s) 8s ago 12m 10.8M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:49:58.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11m) 8s ago 11m 418M 1944M 16.2.5 6933c2a0b7dd 50d1eeff08ac 2024-02-12T13:49:58.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11m) 8s ago 11m 282M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:49:58.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11m) 8s ago 11m 450M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:49:58.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (10m) 32s ago 10m 455M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:49:58.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (10m) 32s ago 10m 485M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:49:58.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (10m) 32s ago 10m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:49:58.828 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (9m) 32s ago 9m 588M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:49:58.828 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (2m) 8s ago 13m 59.5M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:49:59.209 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:49:59.209 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:49:59.209 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:49:59.209 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:49:59.209 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 1 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 5 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:49:59.210 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:49:59.537 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:49:59.537 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:49:59.537 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:49:59.537 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:49:59.537 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:49:59.537 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:49:59.537 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:49:59.538 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:49:59.538 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:49:59.538 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "7/23 daemons upgraded", 2024-02-12T13:49:59.538 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:49:59.538 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:49:59.538 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:50:00.099 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:59 smithi023 ceph-mon[83990]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:00.099 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:59 smithi023 ceph-mon[83990]: from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:00.100 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:59 smithi023 ceph-mon[83990]: pgmap v56: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 639 B/s wr, 1 op/s 2024-02-12T13:50:00.100 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:49:59 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/4208238444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:59 smithi160 ceph-mon[66549]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:59 smithi160 ceph-mon[66549]: from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:59 smithi160 ceph-mon[66549]: pgmap v56: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 639 B/s wr, 1 op/s 2024-02-12T13:50:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:49:59 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/4208238444' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:01.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:00 smithi160 ceph-mon[66549]: from='client.34190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:01.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:00 smithi160 ceph-mon[66549]: from='client.34198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:01.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:00 smithi160 ceph-mon[66549]: overall HEALTH_OK 2024-02-12T13:50:01.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:00 smithi023 ceph-mon[83990]: from='client.34190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:01.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:00 smithi023 ceph-mon[83990]: from='client.34198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:01.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:00 smithi023 ceph-mon[83990]: overall HEALTH_OK 2024-02-12T13:50:01.309 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:01 smithi160 ceph-mon[66549]: pgmap v57: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 515 B/s wr, 0 op/s 2024-02-12T13:50:02.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:01 smithi023 ceph-mon[83990]: pgmap v57: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 515 B/s wr, 0 op/s 2024-02-12T13:50:03.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:03 smithi160 ceph-mon[66549]: pgmap v58: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 187 B/s rd, 468 B/s wr, 0 op/s 2024-02-12T13:50:03.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:03 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:03 smithi023 ceph-mon[83990]: pgmap v58: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 187 B/s rd, 468 B/s wr, 0 op/s 2024-02-12T13:50:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:03 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:05.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:05 smithi160 ceph-mon[66549]: pgmap v59: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:50:05.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:05 smithi023 ceph-mon[83990]: pgmap v59: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-02-12T13:50:06.350 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:07.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:07 smithi023 ceph-mon[83990]: pgmap v60: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:50:07.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:07.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:50:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:07 smithi160 ceph-mon[66549]: pgmap v60: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:50:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:50:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:09 smithi023 ceph-mon[83990]: pgmap v61: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:50:10.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:09 smithi160 ceph-mon[66549]: pgmap v61: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:50:10.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:10 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:50:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:10 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:50:11.398 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:11.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:11 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:50:11.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:11 smithi023 ceph-mon[83990]: Upgrade: osd.1 is safe to restart 2024-02-12T13:50:11.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:11 smithi023 ceph-mon[83990]: pgmap v62: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:50:12.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:11 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-12T13:50:12.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:11 smithi160 ceph-mon[66549]: Upgrade: osd.1 is safe to restart 2024-02-12T13:50:12.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:11 smithi160 ceph-mon[66549]: pgmap v62: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:50:13.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:12 smithi160 ceph-mon[66549]: Upgrade: Updating osd.1 2024-02-12T13:50:13.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:13.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:50:13.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:50:13.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:12 smithi160 ceph-mon[66549]: Deploying daemon osd.1 on smithi023 2024-02-12T13:50:13.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:12 smithi160 ceph-mon[66549]: pgmap v63: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:50:13.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:12 smithi023 ceph-mon[83990]: Upgrade: Updating osd.1 2024-02-12T13:50:13.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:13.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-12T13:50:13.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:50:13.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:12 smithi023 ceph-mon[83990]: Deploying daemon osd.1 on smithi023 2024-02-12T13:50:13.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:12 smithi023 ceph-mon[83990]: pgmap v63: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:50:15.189 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:15 smithi023 systemd[1]: Stopping Ceph osd.1 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:50:15.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:15 smithi160 ceph-mon[66549]: pgmap v64: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:50:15.671 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:15 smithi023 ceph-mon[83990]: pgmap v64: 129 pgs: 129 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:50:15.671 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.1[48885]: debug 2024-02-12T13:50:15.294+0000 7f183628c700 -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-12T13:50:15.671 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.1[48885]: debug 2024-02-12T13:50:15.294+0000 7f183628c700 -1 osd.1 77 *** Got signal Terminated *** 2024-02-12T13:50:15.672 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.1[48885]: debug 2024-02-12T13:50:15.294+0000 7f183628c700 -1 osd.1 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:50:15.939 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:15 smithi023 bash[94399]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.1 2024-02-12T13:50:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.6 2024-02-12T13:50:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 failed (root=default,host=smithi023) (connection refused reported by osd.6) 2024-02-12T13:50:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.6 2024-02-12T13:50:16.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.6 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.6 2024-02-12T13:50:16.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:16 smithi023 ceph-mon[83990]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.442 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.6 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 failed (root=default,host=smithi023) (connection refused reported by osd.6) 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.6 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.6 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.6 2024-02-12T13:50:16.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:16.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.4 2024-02-12T13:50:16.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.7 2024-02-12T13:50:16.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.5 2024-02-12T13:50:16.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.2 2024-02-12T13:50:16.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.3 2024-02-12T13:50:16.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:16 smithi160 ceph-mon[66549]: osd.1 reported immediately failed by osd.0 2024-02-12T13:50:17.638 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:17 smithi023 ceph-mon[83990]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:50:17.639 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:17 smithi023 ceph-mon[83990]: osdmap e78: 8 total, 7 up, 8 in 2024-02-12T13:50:17.639 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:17 smithi023 ceph-mon[83990]: pgmap v66: 129 pgs: 18 stale+active+clean, 111 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:50:17.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:17 smithi160 ceph-mon[66549]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:50:17.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:17 smithi160 ceph-mon[66549]: osdmap e78: 8 total, 7 up, 8 in 2024-02-12T13:50:17.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:17 smithi160 ceph-mon[66549]: pgmap v66: 129 pgs: 18 stale+active+clean, 111 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:50:17.939 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:17 smithi023 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.1.service: Succeeded. 2024-02-12T13:50:17.939 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:17 smithi023 systemd[1]: Stopped Ceph osd.1 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:50:17.939 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:17 smithi023 systemd[1]: Starting Ceph osd.1 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:50:18.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:18 smithi023 ceph-mon[83990]: osdmap e79: 8 total, 7 up, 8 in 2024-02-12T13:50:18.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:18 smithi160 ceph-mon[66549]: osdmap e79: 8 total, 7 up, 8 in 2024-02-12T13:50:19.153 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:18 smithi023 bash[94707]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-12T13:50:19.153 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:18 smithi023 bash[94707]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-02-12T13:50:19.153 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:18 smithi023 bash[94707]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-02-12T13:50:19.153 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:18 smithi023 bash[94707]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-12T13:50:19.153 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:18 smithi023 bash[94707]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-12T13:50:19.153 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:18 smithi023 bash[94707]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-12T13:50:19.153 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:18 smithi023 bash[94707]: --> ceph-volume raw activate successful for osd ID: 1 2024-02-12T13:50:19.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:19 smithi023 ceph-mon[83990]: pgmap v68: 129 pgs: 23 active+undersized+degraded, 1 stale+active+clean, 26 active+undersized, 79 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 155/1491 objects degraded (10.396%) 2024-02-12T13:50:19.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:19 smithi160 ceph-mon[66549]: pgmap v68: 129 pgs: 23 active+undersized+degraded, 1 stale+active+clean, 26 active+undersized, 79 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 155/1491 objects degraded (10.396%) 2024-02-12T13:50:20.188 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:19 smithi023 ceph-osd[95027]: -- 172.21.15.23:0/1846780702 <== mon.0 v2:172.21.15.23:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f08574eb60 con 0x55f085714c00 2024-02-12T13:50:20.189 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:20 smithi023 bash[94989]: 27d767cf91f42abaf1eeec5407ac2b1668c4b1ff42a47c2068529bdf57487d40 2024-02-12T13:50:20.189 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:20 smithi023 systemd[1]: Started Ceph osd.1 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:50:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:20 smithi160 ceph-mon[66549]: Health check failed: Degraded data redundancy: 155/1491 objects degraded (10.396%), 23 pgs degraded (PG_DEGRADED) 2024-02-12T13:50:20.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:20 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:20.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:20 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:20.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:20 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:50:20.689 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:20 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T13:50:20.503+0000 7f1de5d2e540 -1 Falling back to public interface 2024-02-12T13:50:20.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:20 smithi023 ceph-mon[83990]: Health check failed: Degraded data redundancy: 155/1491 objects degraded (10.396%), 23 pgs degraded (PG_DEGRADED) 2024-02-12T13:50:20.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:20 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:20.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:20 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:20.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:20 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:50:21.479 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:21.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:21 smithi160 ceph-mon[66549]: pgmap v69: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 175/1491 objects degraded (11.737%) 2024-02-12T13:50:21.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:21 smithi023 ceph-mon[83990]: pgmap v69: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 175/1491 objects degraded (11.737%) 2024-02-12T13:50:23.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:23 smithi160 ceph-mon[66549]: pgmap v70: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 175/1491 objects degraded (11.737%) 2024-02-12T13:50:23.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:23.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:50:23.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:23 smithi023 ceph-mon[83990]: pgmap v70: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 175/1491 objects degraded (11.737%) 2024-02-12T13:50:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:50:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:25 smithi160 ceph-mon[66549]: pgmap v71: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 247 B/s wr, 0 op/s; 175/1491 objects degraded (11.737%) 2024-02-12T13:50:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:25 smithi160 ceph-mon[66549]: from='osd.1 [v2:172.21.15.23:6810/196416766,v1:172.21.15.23:6811/196416766]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-12T13:50:25.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:25 smithi023 ceph-mon[83990]: pgmap v71: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 323 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 247 B/s wr, 0 op/s; 175/1491 objects degraded (11.737%) 2024-02-12T13:50:25.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:25 smithi023 ceph-mon[83990]: from='osd.1 [v2:172.21.15.23:6810/196416766,v1:172.21.15.23:6811/196416766]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-12T13:50:25.689 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T13:50:25.275+0000 7f1de5d2e540 -1 osd.1 77 log_to_monitors true 2024-02-12T13:50:25.690 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:50:25 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T13:50:25.341+0000 7f1dd72fb700 -1 osd.1 77 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:50:26.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:26 smithi023 ceph-mon[83990]: from='osd.1 [v2:172.21.15.23:6810/196416766,v1:172.21.15.23:6811/196416766]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-12T13:50:26.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:26 smithi023 ceph-mon[83990]: osdmap e80: 8 total, 7 up, 8 in 2024-02-12T13:50:26.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:26 smithi023 ceph-mon[83990]: from='osd.1 [v2:172.21.15.23:6810/196416766,v1:172.21.15.23:6811/196416766]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:50:26.530 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:26 smithi160 ceph-mon[66549]: from='osd.1 [v2:172.21.15.23:6810/196416766,v1:172.21.15.23:6811/196416766]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-12T13:50:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:26 smithi160 ceph-mon[66549]: osdmap e80: 8 total, 7 up, 8 in 2024-02-12T13:50:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:26 smithi160 ceph-mon[66549]: from='osd.1 [v2:172.21.15.23:6810/196416766,v1:172.21.15.23:6811/196416766]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:50:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:27 smithi160 ceph-mon[66549]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:50:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:27 smithi160 ceph-mon[66549]: osd.1 [v2:172.21.15.23:6810/196416766,v1:172.21.15.23:6811/196416766] boot 2024-02-12T13:50:27.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:27 smithi160 ceph-mon[66549]: osdmap e81: 8 total, 8 up, 8 in 2024-02-12T13:50:27.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:50:27.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:27 smithi160 ceph-mon[66549]: pgmap v74: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 175/1491 objects degraded (11.737%) 2024-02-12T13:50:27.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:27.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:27.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:27 smithi023 ceph-mon[83990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:50:27.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:27 smithi023 ceph-mon[83990]: osd.1 [v2:172.21.15.23:6810/196416766,v1:172.21.15.23:6811/196416766] boot 2024-02-12T13:50:27.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:27 smithi023 ceph-mon[83990]: osdmap e81: 8 total, 8 up, 8 in 2024-02-12T13:50:27.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-12T13:50:27.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:27 smithi023 ceph-mon[83990]: pgmap v74: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 175/1491 objects degraded (11.737%) 2024-02-12T13:50:27.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:27.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:28.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:28 smithi023 ceph-mon[83990]: osdmap e82: 8 total, 8 up, 8 in 2024-02-12T13:50:28.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:28 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:28.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:28 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:28 smithi160 ceph-mon[66549]: osdmap e82: 8 total, 8 up, 8 in 2024-02-12T13:50:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:28 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:28 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:29.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:29 smithi023 ceph-mon[83990]: pgmap v76: 129 pgs: 12 active+undersized+degraded, 9 active+undersized, 108 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 79/1491 objects degraded (5.298%) 2024-02-12T13:50:29.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:29 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 175/1491 objects degraded (11.737%), 26 pgs degraded (PG_DEGRADED) 2024-02-12T13:50:29.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:29 smithi160 ceph-mon[66549]: pgmap v76: 129 pgs: 12 active+undersized+degraded, 9 active+undersized, 108 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 79/1491 objects degraded (5.298%) 2024-02-12T13:50:29.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:29 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 175/1491 objects degraded (11.737%), 26 pgs degraded (PG_DEGRADED) 2024-02-12T13:50:29.880 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:50:30.526 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:50:30.526 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (12m) 3s ago 14m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:50:30.526 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (73s) 3s ago 14m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:50:30.526 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (68s) 64s ago 13m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:50:30.526 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (12m) 3s ago 14m 32.3M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:50:30.526 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (8m) 3s ago 8m 14.7M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:50:30.526 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (8m) 64s ago 8m 37.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:50:30.526 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (3m) 3s ago 15m 481M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:50:30.526 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (2m) 64s ago 13m 431M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:50:30.526 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (2m) 3s ago 16m 56.7M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (113s) 64s ago 13m 46.0M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (5m) 3s ago 5m 79.7M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (5m) 64s ago 5m 55.0M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (14m) 3s ago 14m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (13m) 64s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (47s) 3s ago 13m 137M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10s) 3s ago 12m 11.0M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (12m) 3s ago 12m 282M 1944M 16.2.5 6933c2a0b7dd 1ebeb2338777 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11m) 3s ago 11m 450M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (11m) 64s ago 11m 455M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (11m) 64s ago 11m 485M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (10m) 64s ago 10m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (10m) 64s ago 10m 588M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:50:30.527 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (3m) 3s ago 13m 59.6M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:50:30.917 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:50:30.917 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2024-02-12T13:50:30.918 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 6 2024-02-12T13:50:30.919 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:50:30.919 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:50:31.058 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:30 smithi023 ceph-mon[83990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/1491 objects degraded (5.298%), 12 pgs degraded) 2024-02-12T13:50:31.058 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:30 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:50:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:30 smithi160 ceph-mon[66549]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/1491 objects degraded (5.298%), 12 pgs degraded) 2024-02-12T13:50:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:30 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:50:31.250 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "8/23 daemons upgraded", 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:50:31.251 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:50:31.566 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='client.34210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: pgmap v77: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/1960449227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:32.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:50:32.128 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:32.128 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:32.128 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:32.128 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:50:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='client.34210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: pgmap v77: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-12T13:50:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/1960449227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:50:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:50:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:50:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:32.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:50:32.839 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:32 smithi023 ceph-mon[83990]: from='client.34222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:32.839 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:32 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:50:32.839 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:32 smithi023 ceph-mon[83990]: Upgrade: osd.2 is safe to restart 2024-02-12T13:50:33.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:32 smithi160 ceph-mon[66549]: from='client.34222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:50:33.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:32 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-12T13:50:33.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:32 smithi160 ceph-mon[66549]: Upgrade: osd.2 is safe to restart 2024-02-12T13:50:34.007 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:33 smithi023 ceph-mon[83990]: pgmap v78: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 140 B/s wr, 0 op/s 2024-02-12T13:50:34.007 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:34.007 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:50:34.007 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:50:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:33 smithi160 ceph-mon[66549]: pgmap v78: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 140 B/s wr, 0 op/s 2024-02-12T13:50:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-12T13:50:34.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:50:34.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:34 smithi023 ceph-mon[83990]: Upgrade: Updating osd.2 2024-02-12T13:50:34.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:34 smithi023 ceph-mon[83990]: Deploying daemon osd.2 on smithi023 2024-02-12T13:50:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:34 smithi160 ceph-mon[66549]: Upgrade: Updating osd.2 2024-02-12T13:50:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:34 smithi160 ceph-mon[66549]: Deploying daemon osd.2 on smithi023 2024-02-12T13:50:36.092 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:35 smithi023 ceph-mon[83990]: pgmap v79: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 247 B/s rd, 247 B/s wr, 0 op/s 2024-02-12T13:50:36.092 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:35 smithi023 systemd[1]: Stopping Ceph osd.2 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:50:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:35 smithi160 ceph-mon[66549]: pgmap v79: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 247 B/s rd, 247 B/s wr, 0 op/s 2024-02-12T13:50:36.439 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.2[52396]: debug 2024-02-12T13:50:36.086+0000 7f30a60cd700 -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-12T13:50:36.439 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.2[52396]: debug 2024-02-12T13:50:36.086+0000 7f30a60cd700 -1 osd.2 82 *** Got signal Terminated *** 2024-02-12T13:50:36.439 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.2[52396]: debug 2024-02-12T13:50:36.086+0000 7f30a60cd700 -1 osd.2 82 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:50:36.727 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:36 smithi023 bash[97606]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.2 2024-02-12T13:50:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.3 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 failed (root=default,host=smithi023) (connection refused reported by osd.3) 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.5 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.3 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.3 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.0 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.1 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.0 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.1 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.6 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.4 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.5 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.7 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.6 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.4 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.5 2024-02-12T13:50:37.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.7 2024-02-12T13:50:37.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:36 smithi160 ceph-mon[66549]: osd.2 reported immediately failed by osd.5 2024-02-12T13:50:37.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.3 2024-02-12T13:50:37.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 failed (root=default,host=smithi023) (connection refused reported by osd.3) 2024-02-12T13:50:37.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.5 2024-02-12T13:50:37.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.3 2024-02-12T13:50:37.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.3 2024-02-12T13:50:37.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.0 2024-02-12T13:50:37.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.1 2024-02-12T13:50:37.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.0 2024-02-12T13:50:37.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.1 2024-02-12T13:50:37.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.6 2024-02-12T13:50:37.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.4 2024-02-12T13:50:37.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.5 2024-02-12T13:50:37.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.7 2024-02-12T13:50:37.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.6 2024-02-12T13:50:37.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.4 2024-02-12T13:50:37.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.5 2024-02-12T13:50:37.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.7 2024-02-12T13:50:37.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:36 smithi023 ceph-mon[83990]: osd.2 reported immediately failed by osd.5 2024-02-12T13:50:37.787 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:37 smithi160 ceph-mon[66549]: pgmap v80: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:50:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:37 smithi160 ceph-mon[66549]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:50:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:37 smithi160 ceph-mon[66549]: osdmap e83: 8 total, 7 up, 8 in 2024-02-12T13:50:38.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:38.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:50:38.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:37 smithi023 ceph-mon[83990]: pgmap v80: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:50:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:37 smithi023 ceph-mon[83990]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:50:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:37 smithi023 ceph-mon[83990]: osdmap e83: 8 total, 7 up, 8 in 2024-02-12T13:50:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:50:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:38.912 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:38 smithi023 ceph-mon[83990]: osdmap e84: 8 total, 7 up, 8 in 2024-02-12T13:50:39.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:38 smithi160 ceph-mon[66549]: osdmap e84: 8 total, 7 up, 8 in 2024-02-12T13:50:39.188 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:38 smithi023 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.2.service: Succeeded. 2024-02-12T13:50:39.188 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:38 smithi023 systemd[1]: Stopped Ceph osd.2 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:50:39.189 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:39 smithi023 systemd[1]: Starting Ceph osd.2 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:50:40.025 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:39 smithi023 ceph-mon[83990]: pgmap v83: 129 pgs: 18 active+undersized+degraded, 4 stale+active+clean, 6 active+undersized, 101 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 84/1491 objects degraded (5.634%) 2024-02-12T13:50:40.025 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:39 smithi023 ceph-mon[83990]: Health check failed: Degraded data redundancy: 84/1491 objects degraded (5.634%), 18 pgs degraded (PG_DEGRADED) 2024-02-12T13:50:40.025 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:39 smithi023 bash[97917]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-12T13:50:40.025 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:39 smithi023 bash[97917]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-02-12T13:50:40.025 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:39 smithi023 bash[97917]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-02-12T13:50:40.025 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:39 smithi023 bash[97917]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-12T13:50:40.025 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:39 smithi023 bash[97917]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-12T13:50:40.025 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:39 smithi023 bash[97917]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-12T13:50:40.025 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:39 smithi023 bash[97917]: --> ceph-volume raw activate successful for osd ID: 2 2024-02-12T13:50:40.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:39 smithi160 ceph-mon[66549]: pgmap v83: 129 pgs: 18 active+undersized+degraded, 4 stale+active+clean, 6 active+undersized, 101 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 84/1491 objects degraded (5.634%) 2024-02-12T13:50:40.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:39 smithi160 ceph-mon[66549]: Health check failed: Degraded data redundancy: 84/1491 objects degraded (5.634%), 18 pgs degraded (PG_DEGRADED) 2024-02-12T13:50:41.438 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:41 smithi023 ceph-osd[98217]: -- 172.21.15.23:0/2736433955 <== mon.0 v2:172.21.15.23:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56038e840b60 con 0x56038e807000 2024-02-12T13:50:41.439 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:41 smithi023 bash[98180]: 9a12159df1a1993e3f9e1a8c34de21df370156d3457e5878831fcf82d4a63ca2 2024-02-12T13:50:41.439 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:41 smithi023 systemd[1]: Started Ceph osd.2 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:50:41.939 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:41 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-2[98194]: 2024-02-12T13:50:41.602+0000 7f44f1563540 -1 Falling back to public interface 2024-02-12T13:50:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:41 smithi023 ceph-mon[83990]: pgmap v84: 129 pgs: 22 active+undersized+degraded, 13 active+undersized, 94 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 125/1491 objects degraded (8.384%) 2024-02-12T13:50:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:41 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:41 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:41 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:50:42.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:41 smithi160 ceph-mon[66549]: pgmap v84: 129 pgs: 22 active+undersized+degraded, 13 active+undersized, 94 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 125/1491 objects degraded (8.384%) 2024-02-12T13:50:42.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:41 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:42.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:41 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:42.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:41 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:50:42.823 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:43.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:43 smithi023 ceph-mon[83990]: pgmap v85: 129 pgs: 22 active+undersized+degraded, 13 active+undersized, 94 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 125/1491 objects degraded (8.384%) 2024-02-12T13:50:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:43 smithi160 ceph-mon[66549]: pgmap v85: 129 pgs: 22 active+undersized+degraded, 13 active+undersized, 94 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 125/1491 objects degraded (8.384%) 2024-02-12T13:50:45.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:44 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 125/1491 objects degraded (8.384%), 22 pgs degraded (PG_DEGRADED) 2024-02-12T13:50:45.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:44 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 125/1491 objects degraded (8.384%), 22 pgs degraded (PG_DEGRADED) 2024-02-12T13:50:46.131 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:45 smithi023 ceph-mon[83990]: pgmap v86: 129 pgs: 22 active+undersized+degraded, 13 active+undersized, 94 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 125/1491 objects degraded (8.384%) 2024-02-12T13:50:46.132 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:45 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-2[98194]: 2024-02-12T13:50:45.844+0000 7f44f1563540 -1 osd.2 82 log_to_monitors true 2024-02-12T13:50:46.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:45 smithi160 ceph-mon[66549]: pgmap v86: 129 pgs: 22 active+undersized+degraded, 13 active+undersized, 94 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 125/1491 objects degraded (8.384%) 2024-02-12T13:50:47.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:46 smithi160 ceph-mon[66549]: from='osd.2 [v2:172.21.15.23:6818/230779042,v1:172.21.15.23:6819/230779042]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T13:50:47.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:46 smithi023 ceph-mon[83990]: from='osd.2 [v2:172.21.15.23:6818/230779042,v1:172.21.15.23:6819/230779042]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-12T13:50:47.188 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 13:50:46 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-2[98194]: 2024-02-12T13:50:46.770+0000 7f44e0b2c700 -1 osd.2 82 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:50:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:47 smithi023 ceph-mon[83990]: pgmap v87: 129 pgs: 22 active+undersized+degraded, 13 active+undersized, 94 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 125/1491 objects degraded (8.384%) 2024-02-12T13:50:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:47 smithi023 ceph-mon[83990]: from='osd.2 [v2:172.21.15.23:6818/230779042,v1:172.21.15.23:6819/230779042]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-12T13:50:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:47 smithi023 ceph-mon[83990]: osdmap e85: 8 total, 7 up, 8 in 2024-02-12T13:50:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:47 smithi023 ceph-mon[83990]: from='osd.2 [v2:172.21.15.23:6818/230779042,v1:172.21.15.23:6819/230779042]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:50:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:47 smithi160 ceph-mon[66549]: pgmap v87: 129 pgs: 22 active+undersized+degraded, 13 active+undersized, 94 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 125/1491 objects degraded (8.384%) 2024-02-12T13:50:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:47 smithi160 ceph-mon[66549]: from='osd.2 [v2:172.21.15.23:6818/230779042,v1:172.21.15.23:6819/230779042]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-12T13:50:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:47 smithi160 ceph-mon[66549]: osdmap e85: 8 total, 7 up, 8 in 2024-02-12T13:50:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:47 smithi160 ceph-mon[66549]: from='osd.2 [v2:172.21.15.23:6818/230779042,v1:172.21.15.23:6819/230779042]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:50:48.825 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:48.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:48 smithi023 ceph-mon[83990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:50:48.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:48 smithi023 ceph-mon[83990]: osd.2 [v2:172.21.15.23:6818/230779042,v1:172.21.15.23:6819/230779042] boot 2024-02-12T13:50:48.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:48 smithi023 ceph-mon[83990]: osdmap e86: 8 total, 8 up, 8 in 2024-02-12T13:50:48.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:48 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:50:48.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:48 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:48.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:48 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:48.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:48 smithi023 ceph-mon[83990]: osdmap e87: 8 total, 8 up, 8 in 2024-02-12T13:50:49.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:48 smithi160 ceph-mon[66549]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:50:49.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:48 smithi160 ceph-mon[66549]: osd.2 [v2:172.21.15.23:6818/230779042,v1:172.21.15.23:6819/230779042] boot 2024-02-12T13:50:49.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:48 smithi160 ceph-mon[66549]: osdmap e86: 8 total, 8 up, 8 in 2024-02-12T13:50:49.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:48 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-12T13:50:49.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:48 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:49.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:48 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:49.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:48 smithi160 ceph-mon[66549]: osdmap e87: 8 total, 8 up, 8 in 2024-02-12T13:50:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:49 smithi160 ceph-mon[66549]: pgmap v90: 129 pgs: 18 peering, 8 active+undersized+degraded, 9 active+undersized, 94 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 55/1491 objects degraded (3.689%) 2024-02-12T13:50:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:49 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:49 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:49 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 55/1491 objects degraded (3.689%), 8 pgs degraded (PG_DEGRADED) 2024-02-12T13:50:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:49 smithi023 ceph-mon[83990]: pgmap v90: 129 pgs: 18 peering, 8 active+undersized+degraded, 9 active+undersized, 94 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 55/1491 objects degraded (3.689%) 2024-02-12T13:50:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:49 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:49 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:49 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 55/1491 objects degraded (3.689%), 8 pgs degraded (PG_DEGRADED) 2024-02-12T13:50:52.115 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:51 smithi023 ceph-mon[83990]: pgmap v92: 129 pgs: 18 peering, 5 active+undersized+degraded, 5 active+undersized, 101 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22/1491 objects degraded (1.476%) 2024-02-12T13:50:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:51 smithi160 ceph-mon[66549]: pgmap v92: 129 pgs: 18 peering, 5 active+undersized+degraded, 5 active+undersized, 101 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22/1491 objects degraded (1.476%) 2024-02-12T13:50:53.866 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:50:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:50:53.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: pgmap v93: 129 pgs: 18 peering, 111 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: Upgrade: unsafe to stop osd(s) at this time (7 PGs are or would become offline) 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: pgmap v93: 129 pgs: 18 peering, 111 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:50:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:50:53.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: Upgrade: unsafe to stop osd(s) at this time (7 PGs are or would become offline) 2024-02-12T13:50:53.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:50:53.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:50:54.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:54 smithi160 ceph-mon[66549]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 22/1491 objects degraded (1.476%), 5 pgs degraded) 2024-02-12T13:50:54.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:54 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:50:54.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:54 smithi023 ceph-mon[83990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 22/1491 objects degraded (1.476%), 5 pgs degraded) 2024-02-12T13:50:54.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:54 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:50:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:55 smithi160 ceph-mon[66549]: pgmap v94: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 260 B/s rd, 130 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:50:55.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:55 smithi023 ceph-mon[83990]: pgmap v94: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 260 B/s rd, 130 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:50:57.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:57 smithi023 ceph-mon[83990]: pgmap v95: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 231 B/s rd, 115 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:50:58.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:57 smithi160 ceph-mon[66549]: pgmap v95: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 231 B/s rd, 115 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:50:58.902 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:50:59.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:50:59 smithi023 ceph-mon[83990]: pgmap v96: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:50:59 smithi160 ceph-mon[66549]: pgmap v96: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:01.604 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:51:01.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:01 smithi023 ceph-mon[83990]: pgmap v97: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:01 smithi160 ceph-mon[66549]: pgmap v97: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:02.239 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:51:02.239 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (13m) 14s ago 15m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:51:02.239 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (105s) 14s ago 15m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:51:02.239 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (100s) 95s ago 14m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:51:02.239 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (13m) 14s ago 14m 32.3M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:51:02.239 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (9m) 14s ago 9m 14.8M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (9m) 95s ago 9m 37.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (3m) 14s ago 16m 482M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (3m) 95s ago 14m 431M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (2m) 14s ago 16m 57.7M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (2m) 95s ago 14m 46.0M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (6m) 14s ago 6m 79.8M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (5m) 95s ago 5m 55.0M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (14m) 14s ago 14m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (13m) 95s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (79s) 14s ago 13m 139M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (42s) 14s ago 13m 126M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:51:02.240 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (21s) 14s ago 12m 10.9M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:51:02.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (12m) 14s ago 12m 450M 1944M 16.2.5 6933c2a0b7dd 980e504af8f0 2024-02-12T13:51:02.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (11m) 95s ago 11m 455M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:51:02.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (11m) 95s ago 11m 485M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:51:02.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (11m) 95s ago 11m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:51:02.241 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (10m) 95s ago 10m 588M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:51:02.241 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (3m) 14s ago 14m 60.5M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:51:02.621 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:51:02.621 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:51:02.621 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:51:02.621 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:51:02.621 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:51:02.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:51:02.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:51:02.622 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:51:02.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-02-12T13:51:02.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 3 2024-02-12T13:51:02.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:51:02.622 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:51:02.622 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:51:02.622 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:51:02.623 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:51:02.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-02-12T13:51:02.623 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 7 2024-02-12T13:51:02.623 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:51:02.623 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:51:02.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:02 smithi023 ceph-mon[83990]: from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:02.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:02 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/2711257847' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "9/23 daemons upgraded", 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:51:02.946 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:51:03.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:02 smithi160 ceph-mon[66549]: from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:03.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:02 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/2711257847' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:51:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:03 smithi023 ceph-mon[83990]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:03 smithi023 ceph-mon[83990]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:03 smithi023 ceph-mon[83990]: pgmap v98: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:03 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:03.939 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:03 smithi160 ceph-mon[66549]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:03 smithi160 ceph-mon[66549]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:03 smithi160 ceph-mon[66549]: pgmap v98: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:03 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:05.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:04 smithi160 ceph-mon[66549]: from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:05.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:04 smithi023 ceph-mon[83990]: from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:06.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:05 smithi023 ceph-mon[83990]: pgmap v99: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:51:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:05 smithi160 ceph-mon[66549]: pgmap v99: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:51:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:07 smithi160 ceph-mon[66549]: pgmap v100: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:51:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:51:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:08.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:51:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:07 smithi023 ceph-mon[83990]: pgmap v100: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:51:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:51:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:51:08.929 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:08 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:51:08.929 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:08 smithi023 ceph-mon[83990]: Upgrade: osd.3 is safe to restart 2024-02-12T13:51:08.979 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:09.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:08 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-12T13:51:09.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:08 smithi160 ceph-mon[66549]: Upgrade: osd.3 is safe to restart 2024-02-12T13:51:10.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:09 smithi160 ceph-mon[66549]: pgmap v101: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:51:10.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:10.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:51:10.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:51:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:09 smithi023 ceph-mon[83990]: pgmap v101: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:51:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:10.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-12T13:51:10.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:51:10.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:10 smithi023 ceph-mon[83990]: Upgrade: Updating osd.3 2024-02-12T13:51:10.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:10 smithi023 ceph-mon[83990]: Deploying daemon osd.3 on smithi023 2024-02-12T13:51:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:10 smithi160 ceph-mon[66549]: Upgrade: Updating osd.3 2024-02-12T13:51:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:10 smithi160 ceph-mon[66549]: Deploying daemon osd.3 on smithi023 2024-02-12T13:51:12.120 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:11 smithi023 ceph-mon[83990]: pgmap v102: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:51:12.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:11 smithi160 ceph-mon[66549]: pgmap v102: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:51:12.725 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:12 smithi023 systemd[1]: Stopping Ceph osd.3 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:51:13.147 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.3[55936]: debug 2024-02-12T13:51:12.720+0000 7fd736f7a700 -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-12T13:51:13.147 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.3[55936]: debug 2024-02-12T13:51:12.720+0000 7fd736f7a700 -1 osd.3 87 *** Got signal Terminated *** 2024-02-12T13:51:13.147 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:12 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.3[55936]: debug 2024-02-12T13:51:12.720+0000 7fd736f7a700 -1 osd.3 87 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:51:13.439 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:13 smithi023 bash[100848]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.3 2024-02-12T13:51:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: pgmap v103: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:51:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 failed (root=default,host=smithi023) (connection refused reported by osd.1) 2024-02-12T13:51:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.0 2024-02-12T13:51:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.5 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.7 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.6 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.0 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.5 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.7 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.6 2024-02-12T13:51:13.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.5 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.7 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.6 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.0 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.5 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.7 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.6 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.0 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:13.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:13.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:13.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:13 smithi023 ceph-mon[83990]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: pgmap v103: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:51:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 failed (root=default,host=smithi023) (connection refused reported by osd.1) 2024-02-12T13:51:14.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.0 2024-02-12T13:51:14.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:14.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:14.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:14.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.5 2024-02-12T13:51:14.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.7 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.6 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.0 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.5 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.7 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.6 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.5 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.7 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.6 2024-02-12T13:51:14.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.0 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.5 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.7 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.6 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.0 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.4 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.1 2024-02-12T13:51:14.151 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:13 smithi160 ceph-mon[66549]: osd.3 reported immediately failed by osd.2 2024-02-12T13:51:14.776 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:14 smithi023 ceph-mon[83990]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:51:14.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:14 smithi023 ceph-mon[83990]: osdmap e88: 8 total, 7 up, 8 in 2024-02-12T13:51:14.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:14 smithi023 ceph-mon[83990]: osdmap e89: 8 total, 7 up, 8 in 2024-02-12T13:51:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:14 smithi160 ceph-mon[66549]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:51:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:14 smithi160 ceph-mon[66549]: osdmap e88: 8 total, 7 up, 8 in 2024-02-12T13:51:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:14 smithi160 ceph-mon[66549]: osdmap e89: 8 total, 7 up, 8 in 2024-02-12T13:51:16.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:15 smithi023 ceph-mon[83990]: pgmap v105: 129 pgs: 20 stale+active+clean, 109 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-02-12T13:51:16.134 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:15 smithi023 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.3.service: Succeeded. 2024-02-12T13:51:16.134 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:15 smithi023 systemd[1]: Stopped Ceph osd.3 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:51:16.134 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:15 smithi023 systemd[1]: Starting Ceph osd.3 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:51:16.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:15 smithi160 ceph-mon[66549]: pgmap v105: 129 pgs: 20 stale+active+clean, 109 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-02-12T13:51:17.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:16 smithi160 ceph-mon[66549]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-12T13:51:17.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:16 smithi160 ceph-mon[66549]: Health check failed: Degraded data redundancy: 32/1491 objects degraded (2.146%), 6 pgs degraded (PG_DEGRADED) 2024-02-12T13:51:17.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:16 smithi023 ceph-mon[83990]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-12T13:51:17.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:16 smithi023 ceph-mon[83990]: Health check failed: Degraded data redundancy: 32/1491 objects degraded (2.146%), 6 pgs degraded (PG_DEGRADED) 2024-02-12T13:51:17.187 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:16 smithi023 bash[101190]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-12T13:51:17.187 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:16 smithi023 bash[101190]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-02-12T13:51:17.187 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:16 smithi023 bash[101190]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-02-12T13:51:17.187 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:16 smithi023 bash[101190]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-12T13:51:17.187 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:16 smithi023 bash[101190]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-12T13:51:17.187 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:16 smithi023 bash[101190]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-12T13:51:17.188 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:16 smithi023 bash[101190]: --> ceph-volume raw activate successful for osd ID: 3 2024-02-12T13:51:18.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:17 smithi160 ceph-mon[66549]: pgmap v107: 129 pgs: 6 active+undersized+degraded, 10 peering, 11 stale+active+clean, 6 active+undersized, 96 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 32/1491 objects degraded (2.146%) 2024-02-12T13:51:18.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:17 smithi023 ceph-mon[83990]: pgmap v107: 129 pgs: 6 active+undersized+degraded, 10 peering, 11 stale+active+clean, 6 active+undersized, 96 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 32/1491 objects degraded (2.146%) 2024-02-12T13:51:18.189 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:17 smithi023 ceph-osd[101515]: -- 172.21.15.23:0/1451362116 <== mon.0 v2:172.21.15.23:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555bf4bc0b60 con 0x555bf4b87000 2024-02-12T13:51:18.189 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:18 smithi023 bash[101477]: aaddd61dc0e2d7f560a32b292b4a1e5be7a3b44b09dacbe2fecd01529376b1a9 2024-02-12T13:51:18.189 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:18 smithi023 systemd[1]: Started Ceph osd.3 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:51:18.817 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:18 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-3[101491]: 2024-02-12T13:51:18.454+0000 7f49ef793540 -1 Falling back to public interface 2024-02-12T13:51:19.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:19.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:19.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:51:19.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:19 smithi160 ceph-mon[66549]: pgmap v108: 129 pgs: 23 active+undersized+degraded, 10 peering, 17 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 119/1491 objects degraded (7.981%) 2024-02-12T13:51:19.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:19.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:19.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:51:19.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:19 smithi023 ceph-mon[83990]: pgmap v108: 129 pgs: 23 active+undersized+degraded, 10 peering, 17 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 119/1491 objects degraded (7.981%) 2024-02-12T13:51:19.816 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:20.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:20 smithi023 ceph-mon[83990]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-02-12T13:51:21.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:20 smithi160 ceph-mon[66549]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-02-12T13:51:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:21 smithi160 ceph-mon[66549]: pgmap v109: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 183/1491 objects degraded (12.274%) 2024-02-12T13:51:22.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:21 smithi023 ceph-mon[83990]: pgmap v109: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 183/1491 objects degraded (12.274%) 2024-02-12T13:51:23.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:23 smithi160 ceph-mon[66549]: pgmap v110: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 230 B/s wr, 0 op/s; 183/1491 objects degraded (12.274%) 2024-02-12T13:51:23.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:23.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:51:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:23 smithi023 ceph-mon[83990]: pgmap v110: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 230 B/s wr, 0 op/s; 183/1491 objects degraded (12.274%) 2024-02-12T13:51:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:51:24.650 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-3[101491]: 2024-02-12T13:51:24.197+0000 7f49ef793540 -1 osd.3 87 log_to_monitors true 2024-02-12T13:51:24.857 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:24.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:24 smithi023 ceph-mon[83990]: from='osd.3 [v2:172.21.15.23:6826/3657960681,v1:172.21.15.23:6827/3657960681]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-12T13:51:24.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:24 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 183/1491 objects degraded (12.274%), 30 pgs degraded (PG_DEGRADED) 2024-02-12T13:51:24.939 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:51:24 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-3[101491]: 2024-02-12T13:51:24.668+0000 7f49e0d60700 -1 osd.3 87 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:51:25.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:24 smithi160 ceph-mon[66549]: from='osd.3 [v2:172.21.15.23:6826/3657960681,v1:172.21.15.23:6827/3657960681]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-12T13:51:25.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:24 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 183/1491 objects degraded (12.274%), 30 pgs degraded (PG_DEGRADED) 2024-02-12T13:51:25.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:25 smithi023 ceph-mon[83990]: pgmap v111: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 183/1491 objects degraded (12.274%) 2024-02-12T13:51:25.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:25 smithi023 ceph-mon[83990]: from='osd.3 [v2:172.21.15.23:6826/3657960681,v1:172.21.15.23:6827/3657960681]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-12T13:51:25.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:25 smithi023 ceph-mon[83990]: osdmap e90: 8 total, 7 up, 8 in 2024-02-12T13:51:25.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:25 smithi023 ceph-mon[83990]: from='osd.3 [v2:172.21.15.23:6826/3657960681,v1:172.21.15.23:6827/3657960681]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:51:25.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:25.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:25.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:25.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:26.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:25 smithi160 ceph-mon[66549]: pgmap v111: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 183/1491 objects degraded (12.274%) 2024-02-12T13:51:26.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:25 smithi160 ceph-mon[66549]: from='osd.3 [v2:172.21.15.23:6826/3657960681,v1:172.21.15.23:6827/3657960681]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-12T13:51:26.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:25 smithi160 ceph-mon[66549]: osdmap e90: 8 total, 7 up, 8 in 2024-02-12T13:51:26.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:25 smithi160 ceph-mon[66549]: from='osd.3 [v2:172.21.15.23:6826/3657960681,v1:172.21.15.23:6827/3657960681]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-12T13:51:26.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:26.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:26.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:26.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:27.129 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:26 smithi023 ceph-mon[83990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:51:27.129 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:26 smithi023 ceph-mon[83990]: osd.3 [v2:172.21.15.23:6826/3657960681,v1:172.21.15.23:6827/3657960681] boot 2024-02-12T13:51:27.129 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:26 smithi023 ceph-mon[83990]: osdmap e91: 8 total, 8 up, 8 in 2024-02-12T13:51:27.129 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:26 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:51:27.129 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:26 smithi023 ceph-mon[83990]: osdmap e92: 8 total, 8 up, 8 in 2024-02-12T13:51:27.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:26 smithi160 ceph-mon[66549]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:51:27.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:26 smithi160 ceph-mon[66549]: osd.3 [v2:172.21.15.23:6826/3657960681,v1:172.21.15.23:6827/3657960681] boot 2024-02-12T13:51:27.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:26 smithi160 ceph-mon[66549]: osdmap e91: 8 total, 8 up, 8 in 2024-02-12T13:51:27.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:26 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:51:27.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:26 smithi160 ceph-mon[66549]: osdmap e92: 8 total, 8 up, 8 in 2024-02-12T13:51:27.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:27 smithi023 ceph-mon[83990]: pgmap v114: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 183/1491 objects degraded (12.274%) 2024-02-12T13:51:28.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:27 smithi160 ceph-mon[66549]: pgmap v114: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 183/1491 objects degraded (12.274%) 2024-02-12T13:51:29.126 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:28 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:29.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:28 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:29.905 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:30.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: pgmap v116: 129 pgs: 22 active+undersized+degraded, 11 active+undersized, 96 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 132/1491 objects degraded (8.853%); 0 B/s, 0 objects/s recovering 2024-02-12T13:51:30.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:51:30.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:29 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 132/1491 objects degraded (8.853%), 22 pgs degraded (PG_DEGRADED) 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: pgmap v116: 129 pgs: 22 active+undersized+degraded, 11 active+undersized, 96 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 132/1491 objects degraded (8.853%); 0 B/s, 0 objects/s recovering 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:51:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:29 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 132/1491 objects degraded (8.853%), 22 pgs degraded (PG_DEGRADED) 2024-02-12T13:51:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:30 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:51:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:30 smithi160 ceph-mon[66549]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-12T13:51:31.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:30 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:51:31.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:30 smithi023 ceph-mon[83990]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-12T13:51:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:31 smithi160 ceph-mon[66549]: pgmap v117: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 170 B/s wr, 11 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:31 smithi160 ceph-mon[66549]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 132/1491 objects degraded (8.853%), 22 pgs degraded) 2024-02-12T13:51:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:31 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:51:32.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:31 smithi023 ceph-mon[83990]: pgmap v117: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 170 B/s wr, 11 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:32.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:31 smithi023 ceph-mon[83990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 132/1491 objects degraded (8.853%), 22 pgs degraded) 2024-02-12T13:51:32.191 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:31 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:51:33.298 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:51:33.936 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:51:33.936 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (13m) 9s ago 15m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:51:33.936 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (2m) 9s ago 15m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:51:33.936 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (2m) 2m ago 14m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:51:33.936 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (13m) 9s ago 15m 32.5M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:51:33.936 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (9m) 9s ago 9m 14.9M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:51:33.936 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (9m) 2m ago 9m 37.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (4m) 9s ago 17m 484M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (3m) 2m ago 14m 431M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (3m) 9s ago 17m 58.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (2m) 2m ago 14m 46.0M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (6m) 9s ago 6m 80.0M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (6m) 2m ago 6m 55.0M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (15m) 9s ago 15m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (14m) 2m ago 14m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (110s) 9s ago 14m 139M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (74s) 9s ago 13m 127M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (53s) 9s ago 13m 95.4M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (16s) 9s ago 12m 13.1M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (12m) 2m ago 12m 455M 2712M 16.2.5 6933c2a0b7dd 143b66b1a83d 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (12m) 2m ago 12m 485M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:51:33.937 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (11m) 2m ago 11m 430M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:51:33.938 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (11m) 2m ago 11m 588M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:51:33.938 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (4m) 9s ago 14m 70.1M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:51:33.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:33 smithi023 ceph-mon[83990]: pgmap v118: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 257 B/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:33 smithi160 ceph-mon[66549]: pgmap v118: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 257 B/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:34.317 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 4 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-02-12T13:51:34.318 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:51:34.319 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:51:34.319 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:51:34.639 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:51:34.639 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:51:34.639 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:51:34.639 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:51:34.639 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:51:34.639 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:51:34.639 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:51:34.640 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:51:34.640 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:51:34.640 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "10/23 daemons upgraded", 2024-02-12T13:51:34.640 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:51:34.640 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:51:34.640 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:51:34.936 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:34 smithi160 ceph-mon[66549]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:34 smithi160 ceph-mon[66549]: from='client.34258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:34 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/3685537828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:51:35.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:34 smithi023 ceph-mon[83990]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:34 smithi023 ceph-mon[83990]: from='client.34258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:34 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/3685537828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:51:36.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:35 smithi023 ceph-mon[83990]: from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:36.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:35 smithi023 ceph-mon[83990]: pgmap v119: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 228 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:36.133 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:35 smithi023 ceph-mon[83990]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:35 smithi160 ceph-mon[66549]: from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:35 smithi160 ceph-mon[66549]: pgmap v119: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 228 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:36.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:35 smithi160 ceph-mon[66549]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:51:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:37 smithi160 ceph-mon[66549]: pgmap v120: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 204 B/s wr, 7 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:51:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:37 smithi023 ceph-mon[83990]: pgmap v120: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 204 B/s wr, 7 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:51:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:39.984 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:40.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:39 smithi160 ceph-mon[66549]: pgmap v121: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 256 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:40.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:39 smithi023 ceph-mon[83990]: pgmap v121: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 256 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:51:42.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:41 smithi160 ceph-mon[66549]: pgmap v122: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 170 B/s wr, 6 op/s 2024-02-12T13:51:42.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:41 smithi023 ceph-mon[83990]: pgmap v122: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 170 B/s wr, 6 op/s 2024-02-12T13:51:43.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:43 smithi023 ceph-mon[83990]: pgmap v123: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:51:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:43 smithi160 ceph-mon[66549]: pgmap v123: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:51:45.018 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:45.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:44 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:51:45.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:44 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:51:45.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:45 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:51:45.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:45 smithi160 ceph-mon[66549]: Upgrade: osd.4 is safe to restart 2024-02-12T13:51:45.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:45 smithi160 ceph-mon[66549]: pgmap v124: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:51:46.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:45 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-12T13:51:46.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:45 smithi023 ceph-mon[83990]: Upgrade: osd.4 is safe to restart 2024-02-12T13:51:46.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:45 smithi023 ceph-mon[83990]: pgmap v124: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:51:47.392 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:46 smithi160 ceph-mon[66549]: Upgrade: Updating osd.4 2024-02-12T13:51:47.392 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:46 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:47.392 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:46 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:51:47.392 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:46 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:51:47.392 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:46 smithi160 ceph-mon[66549]: Deploying daemon osd.4 on smithi160 2024-02-12T13:51:47.393 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:46 smithi160 ceph-mon[66549]: pgmap v125: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:51:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:46 smithi023 ceph-mon[83990]: Upgrade: Updating osd.4 2024-02-12T13:51:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:46 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:46 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-12T13:51:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:46 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:51:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:46 smithi023 ceph-mon[83990]: Deploying daemon osd.4 on smithi160 2024-02-12T13:51:47.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:46 smithi023 ceph-mon[83990]: pgmap v125: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:51:49.049 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:48 smithi160 systemd[1]: Stopping Ceph osd.4 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:51:49.364 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.4[42669]: debug 2024-02-12T13:51:49.043+0000 7f73bda4b700 -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-12T13:51:49.364 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.4[42669]: debug 2024-02-12T13:51:49.043+0000 7f73bda4b700 -1 osd.4 92 *** Got signal Terminated *** 2024-02-12T13:51:49.365 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.4[42669]: debug 2024-02-12T13:51:49.043+0000 7f73bda4b700 -1 osd.4 92 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:51:49.648 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:49 smithi160 bash[71893]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.4 2024-02-12T13:51:50.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: pgmap v126: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:51:50.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.5 2024-02-12T13:51:50.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 failed (root=default,host=smithi160) (connection refused reported by osd.5) 2024-02-12T13:51:50.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.7 2024-02-12T13:51:50.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.6 2024-02-12T13:51:50.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.0 2024-02-12T13:51:50.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.1 2024-02-12T13:51:50.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.2 2024-02-12T13:51:50.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.3 2024-02-12T13:51:50.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.5 2024-02-12T13:51:50.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.7 2024-02-12T13:51:50.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.6 2024-02-12T13:51:50.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.0 2024-02-12T13:51:50.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.1 2024-02-12T13:51:50.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.2 2024-02-12T13:51:50.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:49 smithi160 ceph-mon[66549]: osd.4 reported immediately failed by osd.3 2024-02-12T13:51:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: pgmap v126: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.5 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 failed (root=default,host=smithi160) (connection refused reported by osd.5) 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.7 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.6 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.0 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.1 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.2 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.3 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.5 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.7 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.6 2024-02-12T13:51:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.0 2024-02-12T13:51:50.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.1 2024-02-12T13:51:50.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.2 2024-02-12T13:51:50.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:49 smithi023 ceph-mon[83990]: osd.4 reported immediately failed by osd.3 2024-02-12T13:51:50.761 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:50.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:50 smithi160 ceph-mon[66549]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:51:50.980 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:50 smithi160 ceph-mon[66549]: osdmap e93: 8 total, 7 up, 8 in 2024-02-12T13:51:51.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:50 smithi023 ceph-mon[83990]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:51:51.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:50 smithi023 ceph-mon[83990]: osdmap e93: 8 total, 7 up, 8 in 2024-02-12T13:51:51.649 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:51 smithi160 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.4.service: Succeeded. 2024-02-12T13:51:51.649 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:51 smithi160 systemd[1]: Stopped Ceph osd.4 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:51:51.649 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:51 smithi160 systemd[1]: Starting Ceph osd.4 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:51:51.948 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:51 smithi160 ceph-mon[66549]: pgmap v128: 129 pgs: 9 peering, 16 stale+active+clean, 104 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-02-12T13:51:51.948 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:51 smithi160 ceph-mon[66549]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-12T13:51:51.948 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:51 smithi160 ceph-mon[66549]: osdmap e94: 8 total, 7 up, 8 in 2024-02-12T13:51:52.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:51 smithi023 ceph-mon[83990]: pgmap v128: 129 pgs: 9 peering, 16 stale+active+clean, 104 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-02-12T13:51:52.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:51 smithi023 ceph-mon[83990]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-12T13:51:52.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:51 smithi023 ceph-mon[83990]: osdmap e94: 8 total, 7 up, 8 in 2024-02-12T13:51:52.888 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:52 smithi160 bash[72179]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-12T13:51:52.888 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:52 smithi160 bash[72179]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-02-12T13:51:52.888 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:52 smithi160 bash[72179]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-02-12T13:51:52.888 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:52 smithi160 bash[72179]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-12T13:51:52.888 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:52 smithi160 bash[72179]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-12T13:51:52.889 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:52 smithi160 bash[72179]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-12T13:51:52.889 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:52 smithi160 bash[72179]: --> ceph-volume raw activate successful for osd ID: 4 2024-02-12T13:51:53.898 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:53 smithi160 ceph-osd[72515]: -- 172.21.15.160:0/1253814911 <== 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) 0x558292c78b60 con 0x558292c3f000 2024-02-12T13:51:53.898 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:53 smithi160 bash[72441]: bffdd52f05680e5071a8db13d5f130a375e766d62e7f65a59203089ca7058be6 2024-02-12T13:51:53.898 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:53 smithi160 systemd[1]: Started Ceph osd.4 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:51:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:53 smithi160 ceph-mon[66549]: pgmap v130: 129 pgs: 2 active+undersized+degraded, 9 peering, 14 stale+active+clean, 1 active+undersized, 103 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 15/1491 objects degraded (1.006%) 2024-02-12T13:51:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:51:53.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:53 smithi160 ceph-mon[66549]: Health check failed: Degraded data redundancy: 15/1491 objects degraded (1.006%), 2 pgs degraded (PG_DEGRADED) 2024-02-12T13:51:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:53 smithi023 ceph-mon[83990]: pgmap v130: 129 pgs: 2 active+undersized+degraded, 9 peering, 14 stale+active+clean, 1 active+undersized, 103 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 15/1491 objects degraded (1.006%) 2024-02-12T13:51:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:51:53.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:53 smithi023 ceph-mon[83990]: Health check failed: Degraded data redundancy: 15/1491 objects degraded (1.006%), 2 pgs degraded (PG_DEGRADED) 2024-02-12T13:51:54.398 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T13:51:54.124+0000 7fb04371a540 -1 Falling back to public interface 2024-02-12T13:51:54.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:54 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:54.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:54 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:54.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:54 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:51:55.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:54 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:55.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:54 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:55.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:54 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:51:55.799 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:51:56.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:55 smithi023 ceph-mon[83990]: pgmap v131: 129 pgs: 18 active+undersized+degraded, 9 peering, 7 stale+active+clean, 12 active+undersized, 83 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 141/1491 objects degraded (9.457%) 2024-02-12T13:51:56.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:55 smithi160 ceph-mon[66549]: pgmap v131: 129 pgs: 18 active+undersized+degraded, 9 peering, 7 stale+active+clean, 12 active+undersized, 83 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 141/1491 objects degraded (9.457%) 2024-02-12T13:51:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:56 smithi160 ceph-mon[66549]: pgmap v132: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 250/1491 objects degraded (16.767%) 2024-02-12T13:51:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:56 smithi160 ceph-mon[66549]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-12T13:51:57.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:56 smithi023 ceph-mon[83990]: pgmap v132: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 250/1491 objects degraded (16.767%) 2024-02-12T13:51:57.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:56 smithi023 ceph-mon[83990]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-12T13:51:59.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:58 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:59.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:58 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:59.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:58 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:59.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:58 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:59.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:58 smithi160 ceph-mon[66549]: pgmap v133: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 250/1491 objects degraded (16.767%) 2024-02-12T13:51:59.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:58 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:59.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:58 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:59.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:58 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:59.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:58 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:51:59.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:58 smithi023 ceph-mon[83990]: pgmap v133: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 250/1491 objects degraded (16.767%) 2024-02-12T13:51:59.848 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:51:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T13:51:59.567+0000 7fb04371a540 -1 osd.4 92 log_to_monitors true 2024-02-12T13:52:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:59 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 250/1491 objects degraded (16.767%), 32 pgs degraded (PG_DEGRADED) 2024-02-12T13:52:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:59 smithi160 ceph-mon[66549]: from='osd.4 [v2:172.21.15.160:6800/2621255915,v1:172.21.15.160:6801/2621255915]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:52:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:51:59 smithi160 ceph-mon[66549]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:52:00.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:59 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 250/1491 objects degraded (16.767%), 32 pgs degraded (PG_DEGRADED) 2024-02-12T13:52:00.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:59 smithi023 ceph-mon[83990]: from='osd.4 [v2:172.21.15.160:6800/2621255915,v1:172.21.15.160:6801/2621255915]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:52:00.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:51:59 smithi023 ceph-mon[83990]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-12T13:52:00.473 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:52:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T13:52:00.363+0000 7fb0354e8700 -1 osd.4 92 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:52:00.851 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:01 smithi160 ceph-mon[66549]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-12T13:52:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:01 smithi160 ceph-mon[66549]: osdmap e95: 8 total, 7 up, 8 in 2024-02-12T13:52:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:01 smithi160 ceph-mon[66549]: from='osd.4 [v2:172.21.15.160:6800/2621255915,v1:172.21.15.160:6801/2621255915]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:52:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:01 smithi160 ceph-mon[66549]: 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-12T13:52:01.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:01 smithi160 ceph-mon[66549]: pgmap v135: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s; 250/1491 objects degraded (16.767%) 2024-02-12T13:52:01.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:01 smithi023 ceph-mon[83990]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-12T13:52:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:01 smithi023 ceph-mon[83990]: osdmap e95: 8 total, 7 up, 8 in 2024-02-12T13:52:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:01 smithi023 ceph-mon[83990]: from='osd.4 [v2:172.21.15.160:6800/2621255915,v1:172.21.15.160:6801/2621255915]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:52:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:01 smithi023 ceph-mon[83990]: 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-12T13:52:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:01 smithi023 ceph-mon[83990]: pgmap v135: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s; 250/1491 objects degraded (16.767%) 2024-02-12T13:52:02.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:52:02.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: osd.4 [v2:172.21.15.160:6800/2621255915,v1:172.21.15.160:6801/2621255915] boot 2024-02-12T13:52:02.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: osdmap e96: 8 total, 8 up, 8 in 2024-02-12T13:52:02.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:52:02.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:02.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:02.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:52:02.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:52:02.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:02.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:02.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:52:02.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:02.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:02.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:02.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:52:02.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:02 smithi160 ceph-mon[66549]: osdmap e97: 8 total, 8 up, 8 in 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: osd.4 [v2:172.21.15.160:6800/2621255915,v1:172.21.15.160:6801/2621255915] boot 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: osdmap e96: 8 total, 8 up, 8 in 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:02.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:52:02.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:02 smithi023 ceph-mon[83990]: osdmap e97: 8 total, 8 up, 8 in 2024-02-12T13:52:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:03 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:52:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:03 smithi023 ceph-mon[83990]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-12T13:52:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:03 smithi023 ceph-mon[83990]: pgmap v138: 129 pgs: 1 peering, 31 active+undersized+degraded, 24 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 249/1491 objects degraded (16.700%) 2024-02-12T13:52:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:03 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:03 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:52:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:03 smithi160 ceph-mon[66549]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-12T13:52:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:03 smithi160 ceph-mon[66549]: pgmap v138: 129 pgs: 1 peering, 31 active+undersized+degraded, 24 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 249/1491 objects degraded (16.700%) 2024-02-12T13:52:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:03 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:04.989 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:52:05.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:04 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 249/1491 objects degraded (16.700%), 31 pgs degraded (PG_DEGRADED) 2024-02-12T13:52:05.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:04 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 249/1491 objects degraded (16.700%), 31 pgs degraded (PG_DEGRADED) 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (14m) 40s ago 16m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (2m) 40s ago 16m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (2m) 7s ago 15m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (14m) 40s ago 15m 32.5M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (10m) 40s ago 10m 14.9M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (10m) 7s ago 10m 37.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (4m) 40s ago 17m 484M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (4m) 7s ago 15m 432M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (3m) 40s ago 17m 58.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (3m) 7s ago 15m 48.0M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:52:05.624 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (7m) 40s ago 7m 80.0M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (7m) 7s ago 6m 79.5M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (15m) 40s ago 15m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (14m) 7s ago 14m 17.2M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2m) 40s ago 14m 139M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (106s) 40s ago 14m 127M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (84s) 40s ago 13m 95.4M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (48s) 40s ago 13m 13.1M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (12s) 7s ago 13m 10.6M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (12m) 7s ago 12m 485M 2712M 16.2.5 6933c2a0b7dd 73b54a95e15f 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (12m) 7s ago 12m 431M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (12m) 7s ago 12m 587M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:52:05.625 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (4m) 40s ago 15m 70.1M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:52:05.883 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:06.012 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:52:06.012 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:52:06.012 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:52:06.012 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:52:06.012 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:52:06.012 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:52:06.012 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 5 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 9 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:52:06.013 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:52:06.131 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:05 smithi023 ceph-mon[83990]: pgmap v139: 129 pgs: 1 peering, 17 active+undersized+degraded, 18 active+undersized, 93 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 139/1491 objects degraded (9.323%) 2024-02-12T13:52:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:05 smithi160 ceph-mon[66549]: pgmap v139: 129 pgs: 1 peering, 17 active+undersized+degraded, 18 active+undersized, 93 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 139/1491 objects degraded (9.323%) 2024-02-12T13:52:06.334 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:52:06.334 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "11/23 daemons upgraded", 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:52:06.335 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:52:07.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:06 smithi160 ceph-mon[66549]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:07.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:06 smithi160 ceph-mon[66549]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:07.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:06 smithi160 ceph-mon[66549]: from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:07.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:06 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/1582882741' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:07.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:06 smithi023 ceph-mon[83990]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:07.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:06 smithi023 ceph-mon[83990]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:07.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:06 smithi023 ceph-mon[83990]: from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:07.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:06 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/1582882741' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:07 smithi160 ceph-mon[66549]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:07 smithi160 ceph-mon[66549]: pgmap v140: 129 pgs: 1 peering, 128 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 162 B/s wr, 0 op/s 2024-02-12T13:52:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:07 smithi160 ceph-mon[66549]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 139/1491 objects degraded (9.323%), 17 pgs degraded) 2024-02-12T13:52:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:07 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:52:08.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:08.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:52:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:07 smithi023 ceph-mon[83990]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:07 smithi023 ceph-mon[83990]: pgmap v140: 129 pgs: 1 peering, 128 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 162 B/s wr, 0 op/s 2024-02-12T13:52:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:07 smithi023 ceph-mon[83990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 139/1491 objects degraded (9.323%), 17 pgs degraded) 2024-02-12T13:52:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:07 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:52:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:52:10.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:09 smithi160 ceph-mon[66549]: pgmap v141: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:09 smithi023 ceph-mon[83990]: pgmap v141: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:10.916 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:12.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:11 smithi160 ceph-mon[66549]: pgmap v142: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 220 B/s rd, 220 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:12.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:11 smithi023 ceph-mon[83990]: pgmap v142: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 220 B/s rd, 220 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:13 smithi023 ceph-mon[83990]: pgmap v143: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 199 B/s rd, 199 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:13 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:13 smithi160 ceph-mon[66549]: pgmap v143: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 199 B/s rd, 199 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:13 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:15.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:15 smithi160 ceph-mon[66549]: pgmap v144: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:15.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:15 smithi023 ceph-mon[83990]: pgmap v144: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:15.954 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:18.127 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:17 smithi160 ceph-mon[66549]: pgmap v145: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:18.127 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:17 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:52:18.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:17 smithi023 ceph-mon[83990]: pgmap v145: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:18.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:17 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:52:18.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:18 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:52:18.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:18 smithi023 ceph-mon[83990]: Upgrade: osd.5 is safe to restart 2024-02-12T13:52:19.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:18 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-12T13:52:19.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:18 smithi160 ceph-mon[66549]: Upgrade: osd.5 is safe to restart 2024-02-12T13:52:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:19 smithi160 ceph-mon[66549]: pgmap v146: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:19.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:19.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:52:19.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:52:20.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:19 smithi023 ceph-mon[83990]: pgmap v146: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-12T13:52:20.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:20.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-12T13:52:20.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:52:20.995 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:21.069 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:20 smithi160 ceph-mon[66549]: Upgrade: Updating osd.5 2024-02-12T13:52:21.069 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:20 smithi160 ceph-mon[66549]: Deploying daemon osd.5 on smithi160 2024-02-12T13:52:21.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:20 smithi023 ceph-mon[83990]: Upgrade: Updating osd.5 2024-02-12T13:52:21.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:20 smithi023 ceph-mon[83990]: Deploying daemon osd.5 on smithi160 2024-02-12T13:52:22.038 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:21 smithi160 ceph-mon[66549]: pgmap v147: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:52:22.039 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:21 smithi160 systemd[1]: Stopping Ceph osd.5 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:52:22.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:21 smithi023 ceph-mon[83990]: pgmap v147: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:52:22.398 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.5[45559]: debug 2024-02-12T13:52:22.033+0000 7f60a5271700 -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-12T13:52:22.398 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.5[45559]: debug 2024-02-12T13:52:22.033+0000 7f60a5271700 -1 osd.5 97 *** Got signal Terminated *** 2024-02-12T13:52:22.399 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.5[45559]: debug 2024-02-12T13:52:22.033+0000 7f60a5271700 -1 osd.5 97 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:52:22.898 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:22 smithi160 bash[74634]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.5 2024-02-12T13:52:22.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.7 2024-02-12T13:52:22.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 failed (root=default,host=smithi160) (connection refused reported by osd.7) 2024-02-12T13:52:22.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.7 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.6 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.0 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.1 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.2 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.3 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.4 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.6 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.0 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.1 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.2 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.3 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.4 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.3 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.6 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.0 2024-02-12T13:52:22.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:22 smithi160 ceph-mon[66549]: osd.5 reported immediately failed by osd.1 2024-02-12T13:52:23.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.7 2024-02-12T13:52:23.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 failed (root=default,host=smithi160) (connection refused reported by osd.7) 2024-02-12T13:52:23.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.7 2024-02-12T13:52:23.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.6 2024-02-12T13:52:23.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.0 2024-02-12T13:52:23.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.1 2024-02-12T13:52:23.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.2 2024-02-12T13:52:23.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.3 2024-02-12T13:52:23.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.4 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.6 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.0 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.1 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.2 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.3 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.4 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.3 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.6 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.0 2024-02-12T13:52:23.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:22 smithi023 ceph-mon[83990]: osd.5 reported immediately failed by osd.1 2024-02-12T13:52:23.720 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:23 smithi160 ceph-mon[66549]: pgmap v148: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:52:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:23 smithi023 ceph-mon[83990]: pgmap v148: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:52:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:23 smithi023 ceph-mon[83990]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:52:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:23 smithi023 ceph-mon[83990]: osdmap e98: 8 total, 7 up, 8 in 2024-02-12T13:52:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:23 smithi160 ceph-mon[66549]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:52:24.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:23 smithi160 ceph-mon[66549]: osdmap e98: 8 total, 7 up, 8 in 2024-02-12T13:52:24.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:24 smithi160 ceph-mon[66549]: osdmap e99: 8 total, 7 up, 8 in 2024-02-12T13:52:24.899 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:24 smithi160 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.5.service: Succeeded. 2024-02-12T13:52:24.899 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:24 smithi160 systemd[1]: Stopped Ceph osd.5 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:52:24.899 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:24 smithi160 systemd[1]: Starting Ceph osd.5 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:52:25.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:24 smithi023 ceph-mon[83990]: osdmap e99: 8 total, 7 up, 8 in 2024-02-12T13:52:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:25 smithi160 ceph-mon[66549]: pgmap v151: 129 pgs: 13 peering, 13 stale+active+clean, 103 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-12T13:52:25.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:25 smithi160 ceph-mon[66549]: Health check failed: Reduced data availability: 1 pg inactive, 4 pgs peering (PG_AVAILABILITY) 2024-02-12T13:52:25.899 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:25 smithi160 bash[74922]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-12T13:52:25.899 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:25 smithi160 bash[74922]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-02-12T13:52:25.899 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:25 smithi160 bash[74922]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-02-12T13:52:25.899 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:25 smithi160 bash[74922]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-12T13:52:25.899 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:25 smithi160 bash[74922]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-12T13:52:25.900 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:25 smithi160 bash[74922]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-12T13:52:25.900 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:25 smithi160 bash[74922]: --> ceph-volume raw activate successful for osd ID: 5 2024-02-12T13:52:26.036 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:26.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:25 smithi023 ceph-mon[83990]: pgmap v151: 129 pgs: 13 peering, 13 stale+active+clean, 103 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-12T13:52:26.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:25 smithi023 ceph-mon[83990]: Health check failed: Reduced data availability: 1 pg inactive, 4 pgs peering (PG_AVAILABILITY) 2024-02-12T13:52:26.849 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:26 smithi160 ceph-mon[66549]: Health check failed: Degraded data redundancy: 98/1491 objects degraded (6.573%), 15 pgs degraded (PG_DEGRADED) 2024-02-12T13:52:26.850 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:26 smithi160 ceph-osd[75241]: -- 172.21.15.160:0/1639862928 <== 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) 0x56012338cb60 con 0x560123352c00 2024-02-12T13:52:27.148 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:26 smithi160 bash[75204]: 03903859cd447e0cdb95c4e021304e6f61030d3c4feed9bfbca0d5cd53623c87 2024-02-12T13:52:27.148 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:26 smithi160 systemd[1]: Started Ceph osd.5 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:52:27.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:26 smithi023 ceph-mon[83990]: Health check failed: Degraded data redundancy: 98/1491 objects degraded (6.573%), 15 pgs degraded (PG_DEGRADED) 2024-02-12T13:52:27.648 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:27 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T13:52:27.264+0000 7f29c909a540 -1 Falling back to public interface 2024-02-12T13:52:28.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:27 smithi160 ceph-mon[66549]: pgmap v152: 129 pgs: 15 active+undersized+degraded, 13 peering, 1 stale+active+clean, 12 active+undersized, 88 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 98/1491 objects degraded (6.573%) 2024-02-12T13:52:28.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:28.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:28.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:52:28.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:27 smithi023 ceph-mon[83990]: pgmap v152: 129 pgs: 15 active+undersized+degraded, 13 peering, 1 stale+active+clean, 12 active+undersized, 88 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 98/1491 objects degraded (6.573%) 2024-02-12T13:52:28.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:28.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:28.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:52:29.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:28 smithi160 ceph-mon[66549]: pgmap v153: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1491 objects degraded (10.262%) 2024-02-12T13:52:29.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:28 smithi160 ceph-mon[66549]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 4 pgs peering) 2024-02-12T13:52:29.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:28 smithi023 ceph-mon[83990]: pgmap v153: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1491 objects degraded (10.262%) 2024-02-12T13:52:29.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:28 smithi023 ceph-mon[83990]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 4 pgs peering) 2024-02-12T13:52:31.080 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:31 smithi160 ceph-mon[66549]: pgmap v154: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 153/1491 objects degraded (10.262%) 2024-02-12T13:52:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:31 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:32.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:31 smithi023 ceph-mon[83990]: pgmap v154: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 153/1491 objects degraded (10.262%) 2024-02-12T13:52:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:32.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:31 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:32.712 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T13:52:32.513+0000 7f29c909a540 -1 osd.5 97 log_to_monitors true 2024-02-12T13:52:33.148 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:52:32 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T13:52:32.855+0000 7f29b8663700 -1 osd.5 97 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:52:33.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:32 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:33.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:32 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:33.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:32 smithi160 ceph-mon[66549]: from='osd.5 [v2:172.21.15.160:6808/3293163272,v1:172.21.15.160:6809/3293163272]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:52:33.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:32 smithi160 ceph-mon[66549]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:52:33.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:32 smithi160 ceph-mon[66549]: pgmap v155: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 153/1491 objects degraded (10.262%) 2024-02-12T13:52:33.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:32 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:33.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:32 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:33.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:32 smithi023 ceph-mon[83990]: from='osd.5 [v2:172.21.15.160:6808/3293163272,v1:172.21.15.160:6809/3293163272]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:52:33.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:32 smithi023 ceph-mon[83990]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-12T13:52:33.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:32 smithi023 ceph-mon[83990]: pgmap v155: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 153/1491 objects degraded (10.262%) 2024-02-12T13:52:33.861 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:33 smithi023 ceph-mon[83990]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-12T13:52:33.861 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:33 smithi023 ceph-mon[83990]: osdmap e100: 8 total, 7 up, 8 in 2024-02-12T13:52:33.861 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:33 smithi023 ceph-mon[83990]: from='osd.5 [v2:172.21.15.160:6808/3293163272,v1:172.21.15.160:6809/3293163272]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:52:33.861 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:33 smithi023 ceph-mon[83990]: 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-12T13:52:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:33 smithi160 ceph-mon[66549]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-12T13:52:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:33 smithi160 ceph-mon[66549]: osdmap e100: 8 total, 7 up, 8 in 2024-02-12T13:52:34.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:33 smithi160 ceph-mon[66549]: from='osd.5 [v2:172.21.15.160:6808/3293163272,v1:172.21.15.160:6809/3293163272]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:52:34.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:33 smithi160 ceph-mon[66549]: 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-12T13:52:34.942 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:34 smithi160 ceph-mon[66549]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:52:34.942 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:34 smithi160 ceph-mon[66549]: osd.5 [v2:172.21.15.160:6808/3293163272,v1:172.21.15.160:6809/3293163272] boot 2024-02-12T13:52:34.943 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:34 smithi160 ceph-mon[66549]: osdmap e101: 8 total, 8 up, 8 in 2024-02-12T13:52:34.943 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:52:34.943 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:34 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 153/1491 objects degraded (10.262%), 25 pgs degraded (PG_DEGRADED) 2024-02-12T13:52:34.943 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:34 smithi160 ceph-mon[66549]: pgmap v158: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 153/1491 objects degraded (10.262%) 2024-02-12T13:52:34.943 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:34 smithi160 ceph-mon[66549]: osdmap e102: 8 total, 8 up, 8 in 2024-02-12T13:52:35.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:34 smithi023 ceph-mon[83990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:52:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:34 smithi023 ceph-mon[83990]: osd.5 [v2:172.21.15.160:6808/3293163272,v1:172.21.15.160:6809/3293163272] boot 2024-02-12T13:52:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:34 smithi023 ceph-mon[83990]: osdmap e101: 8 total, 8 up, 8 in 2024-02-12T13:52:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-12T13:52:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:34 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 153/1491 objects degraded (10.262%), 25 pgs degraded (PG_DEGRADED) 2024-02-12T13:52:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:34 smithi023 ceph-mon[83990]: pgmap v158: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 153/1491 objects degraded (10.262%) 2024-02-12T13:52:35.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:34 smithi023 ceph-mon[83990]: osdmap e102: 8 total, 8 up, 8 in 2024-02-12T13:52:36.118 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:52:36.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:52:36.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:36 smithi023 ceph-mon[83990]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-12T13:52:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:52:36.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:52:36.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:36.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:36.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:52:36.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:36.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:36.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:36.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:52:36.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:52:36.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:36 smithi160 ceph-mon[66549]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-12T13:52:36.689 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (15m) 72s ago 16m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (3m) 72s ago 16m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (3m) 6s ago 15m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (14m) 72s ago 16m 32.5M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (11m) 72s ago 11m 14.9M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (11m) 6s ago 10m 37.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (5m) 72s ago 18m 484M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (4m) 6s ago 15m 432M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (4m) 72s ago 18m 58.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (4m) 6s ago 15m 50.5M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (7m) 72s ago 7m 80.0M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:52:37.324 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (7m) 6s ago 7m 79.5M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (16m) 72s ago 16m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (15m) 6s ago 15m 17.3M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2m) 72s ago 15m 139M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2m) 72s ago 14m 127M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (116s) 72s ago 14m 95.4M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (79s) 72s ago 13m 13.1M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (44s) 6s ago 13m 144M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (10s) 6s ago 13m 11.0M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (12m) 6s ago 12m 432M 2712M 16.2.5 6933c2a0b7dd 6a755d598d96 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (12m) 6s ago 12m 588M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:52:37.325 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (5m) 72s ago 15m 70.1M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:52:37.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:37 smithi160 ceph-mon[66549]: pgmap v160: 129 pgs: 7 peering, 17 active+undersized+degraded, 13 active+undersized, 92 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 107/1491 objects degraded (7.176%) 2024-02-12T13:52:37.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:37 smithi160 ceph-mon[66549]: from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:37 smithi023 ceph-mon[83990]: pgmap v160: 129 pgs: 7 peering, 17 active+undersized+degraded, 13 active+undersized, 92 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 107/1491 objects degraded (7.176%) 2024-02-12T13:52:37.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:37 smithi023 ceph-mon[83990]: from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 6 2024-02-12T13:52:37.710 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:52:37.711 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:52:37.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:52:37.711 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:52:37.711 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:52:37.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-02-12T13:52:37.711 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 10 2024-02-12T13:52:37.711 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:52:37.711 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:52:38.033 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:52:38.033 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:52:38.033 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:52:38.033 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:52:38.033 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:52:38.034 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:52:38.034 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:52:38.034 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:52:38.034 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:52:38.034 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "12/23 daemons upgraded", 2024-02-12T13:52:38.034 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:52:38.034 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:52:38.034 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:52:38.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:38 smithi023 ceph-mon[83990]: from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:38.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:38 smithi023 ceph-mon[83990]: from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:38.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:38 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:38.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:38 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:52:38.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:38 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/4002183751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:38.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:38 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:39.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:38 smithi160 ceph-mon[66549]: from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:39.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:38 smithi160 ceph-mon[66549]: from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:39.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:38 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:39.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:38 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:52:39.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:38 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/4002183751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:52:39.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:38 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:39.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:39 smithi023 ceph-mon[83990]: from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:39.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:39 smithi023 ceph-mon[83990]: pgmap v161: 129 pgs: 7 peering, 122 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-12T13:52:39.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:39 smithi023 ceph-mon[83990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 107/1491 objects degraded (7.176%), 17 pgs degraded) 2024-02-12T13:52:39.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:39 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:52:40.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:39 smithi160 ceph-mon[66549]: from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:52:40.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:39 smithi160 ceph-mon[66549]: pgmap v161: 129 pgs: 7 peering, 122 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-12T13:52:40.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:39 smithi160 ceph-mon[66549]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 107/1491 objects degraded (7.176%), 17 pgs degraded) 2024-02-12T13:52:40.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:39 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:52:41.158 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:41.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:41 smithi023 ceph-mon[83990]: pgmap v162: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 262 B/s rd, 131 B/s wr, 0 op/s 2024-02-12T13:52:42.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:41 smithi160 ceph-mon[66549]: pgmap v162: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 262 B/s rd, 131 B/s wr, 0 op/s 2024-02-12T13:52:43.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:43 smithi023 ceph-mon[83990]: pgmap v163: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 232 B/s rd, 232 B/s wr, 0 op/s 2024-02-12T13:52:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:43 smithi160 ceph-mon[66549]: pgmap v163: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 232 B/s rd, 232 B/s wr, 0 op/s 2024-02-12T13:52:45.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:45 smithi160 ceph-mon[66549]: pgmap v164: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:52:45.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:45 smithi023 ceph-mon[83990]: pgmap v164: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:52:46.193 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:47 smithi160 ceph-mon[66549]: pgmap v165: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2024-02-12T13:52:48.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:47 smithi023 ceph-mon[83990]: pgmap v165: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2024-02-12T13:52:49.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:48 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:49.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:48 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:49 smithi160 ceph-mon[66549]: pgmap v166: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:52:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:49 smithi023 ceph-mon[83990]: pgmap v166: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:52:51.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:50 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:52:51.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:50 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:52:51.235 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:51.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:51 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:52:51.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:51 smithi160 ceph-mon[66549]: Upgrade: osd.6 is safe to restart 2024-02-12T13:52:51.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:51 smithi160 ceph-mon[66549]: pgmap v167: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:52:52.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:51 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-12T13:52:52.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:51 smithi023 ceph-mon[83990]: Upgrade: osd.6 is safe to restart 2024-02-12T13:52:52.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:51 smithi023 ceph-mon[83990]: pgmap v167: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:52:53.136 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:52 smithi160 ceph-mon[66549]: Upgrade: Updating osd.6 2024-02-12T13:52:53.136 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:53.136 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:52:53.136 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:52:53.137 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:52 smithi160 ceph-mon[66549]: Deploying daemon osd.6 on smithi160 2024-02-12T13:52:53.137 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:52 smithi160 ceph-mon[66549]: pgmap v168: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:52:53.137 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:53.137 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:52:53.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:52 smithi023 ceph-mon[83990]: Upgrade: Updating osd.6 2024-02-12T13:52:53.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:53.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-12T13:52:53.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:52:53.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:52 smithi023 ceph-mon[83990]: Deploying daemon osd.6 on smithi160 2024-02-12T13:52:53.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:52 smithi023 ceph-mon[83990]: pgmap v168: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:52:53.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:52:53.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:52:55.134 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:54 smithi160 systemd[1]: Stopping Ceph osd.6 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:52:55.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:55 smithi160 ceph-mon[66549]: pgmap v169: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:52:55.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.6[48435]: debug 2024-02-12T13:52:55.129+0000 7f68c677c700 -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-12T13:52:55.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.6[48435]: debug 2024-02-12T13:52:55.129+0000 7f68c677c700 -1 osd.6 102 *** Got signal Terminated *** 2024-02-12T13:52:55.399 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.6[48435]: debug 2024-02-12T13:52:55.129+0000 7f68c677c700 -1 osd.6 102 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:52:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:55 smithi023 ceph-mon[83990]: pgmap v169: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:52:55.898 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:55 smithi160 bash[77380]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.6 2024-02-12T13:52:56.277 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 failed (root=default,host=smithi160) (connection refused reported by osd.7) 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.0 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.1 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.2 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.3 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.5 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.0 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.1 2024-02-12T13:52:56.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.2 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.3 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.5 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.4 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.4 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.4 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.5 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.0 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.1 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.2 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.3 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.4 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.0 2024-02-12T13:52:56.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.1 2024-02-12T13:52:56.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.2 2024-02-12T13:52:56.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.3 2024-02-12T13:52:56.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.5 2024-02-12T13:52:56.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:56 smithi023 ceph-mon[83990]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 failed (root=default,host=smithi160) (connection refused reported by osd.7) 2024-02-12T13:52:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.0 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.1 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.2 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.3 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.5 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.0 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.1 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.2 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.3 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.5 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.4 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.4 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.4 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.5 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.0 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.1 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.2 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.3 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.4 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.0 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.1 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.2 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.3 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.5 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:56.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:56 smithi160 ceph-mon[66549]: osd.6 reported immediately failed by osd.7 2024-02-12T13:52:57.566 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:57 smithi160 ceph-mon[66549]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:52:57.566 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:57 smithi160 ceph-mon[66549]: osdmap e103: 8 total, 7 up, 8 in 2024-02-12T13:52:57.566 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:57 smithi160 ceph-mon[66549]: pgmap v171: 129 pgs: 13 stale+active+clean, 116 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:52:57.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:57 smithi023 ceph-mon[83990]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:52:57.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:57 smithi023 ceph-mon[83990]: osdmap e103: 8 total, 7 up, 8 in 2024-02-12T13:52:57.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:57 smithi023 ceph-mon[83990]: pgmap v171: 129 pgs: 13 stale+active+clean, 116 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:52:57.898 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:57 smithi160 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.6.service: Succeeded. 2024-02-12T13:52:57.898 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:57 smithi160 systemd[1]: Stopped Ceph osd.6 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:52:57.899 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:57 smithi160 systemd[1]: Starting Ceph osd.6 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:52:58.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:58 smithi160 ceph-mon[66549]: osdmap e104: 8 total, 7 up, 8 in 2024-02-12T13:52:58.649 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:58 smithi160 bash[77671]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-12T13:52:58.649 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:58 smithi160 bash[77671]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-02-12T13:52:58.649 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:58 smithi160 bash[77671]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-02-12T13:52:58.649 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:58 smithi160 bash[77671]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-12T13:52:58.649 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:58 smithi160 bash[77671]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-12T13:52:58.649 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:58 smithi160 bash[77671]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-12T13:52:58.649 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:52:58 smithi160 bash[77671]: --> ceph-volume raw activate successful for osd ID: 6 2024-02-12T13:52:58.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:58 smithi023 ceph-mon[83990]: osdmap e104: 8 total, 7 up, 8 in 2024-02-12T13:52:59.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:52:59 smithi160 ceph-mon[66549]: pgmap v173: 129 pgs: 10 active+undersized+degraded, 10 stale+active+clean, 5 active+undersized, 104 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 71/1491 objects degraded (4.762%) 2024-02-12T13:52:59.691 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:52:59 smithi023 ceph-mon[83990]: pgmap v173: 129 pgs: 10 active+undersized+degraded, 10 stale+active+clean, 5 active+undersized, 104 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 71/1491 objects degraded (4.762%) 2024-02-12T13:53:00.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:00 smithi160 ceph-mon[66549]: Health check failed: Degraded data redundancy: 71/1491 objects degraded (4.762%), 10 pgs degraded (PG_DEGRADED) 2024-02-12T13:53:00.648 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:53:00 smithi160 ceph-osd[77971]: -- 172.21.15.160:0/3782690693 <== 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) 0x56471b794b60 con 0x56471b75b000 2024-02-12T13:53:00.649 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:53:00 smithi160 bash[77932]: 995ecd07d929f0c8a013da4fd55b14a1366348fa0e123f2b8c0320a14fcd08ee 2024-02-12T13:53:00.649 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:53:00 smithi160 systemd[1]: Started Ceph osd.6 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:53:00.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:00 smithi023 ceph-mon[83990]: Health check failed: Degraded data redundancy: 71/1491 objects degraded (4.762%), 10 pgs degraded (PG_DEGRADED) 2024-02-12T13:53:01.148 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:53:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T13:53:00.829+0000 7f843567a540 -1 Falling back to public interface 2024-02-12T13:53:01.320 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:53:01.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:01 smithi160 ceph-mon[66549]: pgmap v174: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 170/1491 objects degraded (11.402%) 2024-02-12T13:53:01.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:53:01.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:01 smithi023 ceph-mon[83990]: pgmap v174: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 170/1491 objects degraded (11.402%) 2024-02-12T13:53:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:03 smithi023 ceph-mon[83990]: pgmap v175: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 170/1491 objects degraded (11.402%) 2024-02-12T13:53:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:03 smithi160 ceph-mon[66549]: pgmap v175: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 170/1491 objects degraded (11.402%) 2024-02-12T13:53:05.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:05 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:05.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:05 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:05.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:05 smithi023 ceph-mon[83990]: pgmap v176: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 247 B/s wr, 0 op/s; 170/1491 objects degraded (11.402%) 2024-02-12T13:53:05.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:05 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:05.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:05 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:05.792 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:05 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:05.792 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:05 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:05.792 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:05 smithi160 ceph-mon[66549]: pgmap v176: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 247 B/s wr, 0 op/s; 170/1491 objects degraded (11.402%) 2024-02-12T13:53:05.792 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:05 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:05.792 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:05 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:06.148 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:53:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T13:53:05.801+0000 7f843567a540 -1 osd.6 102 log_to_monitors true 2024-02-12T13:53:06.358 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:06.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:06 smithi023 ceph-mon[83990]: from='osd.6 [v2:172.21.15.160:6816/1200832622,v1:172.21.15.160:6817/1200832622]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:53:06.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:06 smithi023 ceph-mon[83990]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:53:06.808 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:06 smithi160 ceph-mon[66549]: from='osd.6 [v2:172.21.15.160:6816/1200832622,v1:172.21.15.160:6817/1200832622]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:53:06.808 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:06 smithi160 ceph-mon[66549]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-12T13:53:06.808 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 13:53:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T13:53:06.443+0000 7f842844a700 -1 osd.6 102 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:53:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:07 smithi160 ceph-mon[66549]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-12T13:53:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:07 smithi160 ceph-mon[66549]: osdmap e105: 8 total, 7 up, 8 in 2024-02-12T13:53:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:07 smithi160 ceph-mon[66549]: from='osd.6 [v2:172.21.15.160:6816/1200832622,v1:172.21.15.160:6817/1200832622]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:53:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:07 smithi160 ceph-mon[66549]: 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-12T13:53:07.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:07 smithi160 ceph-mon[66549]: pgmap v178: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 110 B/s wr, 0 op/s; 170/1491 objects degraded (11.402%) 2024-02-12T13:53:07.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:07 smithi023 ceph-mon[83990]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-12T13:53:07.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:07 smithi023 ceph-mon[83990]: osdmap e105: 8 total, 7 up, 8 in 2024-02-12T13:53:07.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:07 smithi023 ceph-mon[83990]: from='osd.6 [v2:172.21.15.160:6816/1200832622,v1:172.21.15.160:6817/1200832622]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:53:07.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:07 smithi023 ceph-mon[83990]: 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-12T13:53:07.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:07 smithi023 ceph-mon[83990]: pgmap v178: 129 pgs: 26 active+undersized+degraded, 17 active+undersized, 86 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 110 B/s wr, 0 op/s; 170/1491 objects degraded (11.402%) 2024-02-12T13:53:08.385 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:53:08.639 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:08 smithi160 ceph-mon[66549]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:53:08.640 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:08 smithi160 ceph-mon[66549]: osd.6 [v2:172.21.15.160:6816/1200832622,v1:172.21.15.160:6817/1200832622] boot 2024-02-12T13:53:08.640 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:08 smithi160 ceph-mon[66549]: osdmap e106: 8 total, 8 up, 8 in 2024-02-12T13:53:08.640 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:53:08.640 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:08.640 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:53:08.856 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:08 smithi023 ceph-mon[83990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:53:08.856 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:08 smithi023 ceph-mon[83990]: osd.6 [v2:172.21.15.160:6816/1200832622,v1:172.21.15.160:6817/1200832622] boot 2024-02-12T13:53:08.856 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:08 smithi023 ceph-mon[83990]: osdmap e106: 8 total, 8 up, 8 in 2024-02-12T13:53:08.856 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-12T13:53:08.856 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:08.857 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:53:09.043 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:53:09.043 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (15m) 104s ago 17m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:53:09.043 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (3m) 104s ago 17m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:53:09.043 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (3m) 4s ago 16m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (15m) 104s ago 16m 32.5M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (11m) 104s ago 11m 14.9M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (11m) 4s ago 11m 37.4M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (5m) 104s ago 18m 484M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (5m) 4s ago 16m 432M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (4m) 104s ago 18m 58.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (4m) 4s ago 16m 55.2M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (8m) 104s ago 8m 80.0M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (8m) 4s ago 8m 79.5M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (16m) 104s ago 16m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (15m) 4s ago 15m 17.3M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:53:09.044 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3m) 104s ago 15m 139M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:53:09.045 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2m) 104s ago 15m 127M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:53:09.045 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2m) 104s ago 14m 95.4M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:53:09.045 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (111s) 104s ago 14m 13.1M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:53:09.045 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (75s) 4s ago 14m 145M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:53:09.045 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (42s) 4s ago 13m 138M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:53:09.045 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (9s) 4s ago 13m 11.0M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:53:09.045 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (13m) 4s ago 13m 588M 2712M 16.2.5 6933c2a0b7dd 35661c6075da 2024-02-12T13:53:09.045 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (5m) 104s ago 16m 70.1M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:53:09.438 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:53:09.438 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:53:09.438 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:53:09.438 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 7 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-02-12T13:53:09.439 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 11 2024-02-12T13:53:09.440 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:53:09.440 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "13/23 daemons upgraded", 2024-02-12T13:53:09.765 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:53:09.766 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:53:09.766 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:53:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: osdmap e107: 8 total, 8 up, 8 in 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: pgmap v181: 129 pgs: 6 peering, 18 active+undersized+degraded, 13 active+undersized, 92 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 105/1491 objects degraded (7.042%) 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 170/1491 objects degraded (11.402%), 26 pgs degraded (PG_DEGRADED) 2024-02-12T13:53:09.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:09 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/1538887970' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: osdmap e107: 8 total, 8 up, 8 in 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: pgmap v181: 129 pgs: 6 peering, 18 active+undersized+degraded, 13 active+undersized, 92 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 105/1491 objects degraded (7.042%) 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:09.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:09.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:53:09.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 170/1491 objects degraded (11.402%), 26 pgs degraded (PG_DEGRADED) 2024-02-12T13:53:09.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:09 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/1538887970' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:10.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:10 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:53:10.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:10 smithi160 ceph-mon[66549]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-12T13:53:10.888 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:10 smithi160 ceph-mon[66549]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:10.889 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:10 smithi160 ceph-mon[66549]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:10.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:10 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:53:10.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:10 smithi023 ceph-mon[83990]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-12T13:53:10.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:10 smithi023 ceph-mon[83990]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:10.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:10 smithi023 ceph-mon[83990]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:11.399 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:11.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:11 smithi160 ceph-mon[66549]: pgmap v182: 129 pgs: 6 peering, 9 active+undersized+degraded, 4 active+undersized, 110 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 42/1491 objects degraded (2.817%) 2024-02-12T13:53:11.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:11 smithi023 ceph-mon[83990]: pgmap v182: 129 pgs: 6 peering, 9 active+undersized+degraded, 4 active+undersized, 110 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 42/1491 objects degraded (2.817%) 2024-02-12T13:53:13.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:12 smithi160 ceph-mon[66549]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/1491 objects degraded (2.817%), 9 pgs degraded) 2024-02-12T13:53:13.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:12 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:53:13.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:12 smithi023 ceph-mon[83990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/1491 objects degraded (2.817%), 9 pgs degraded) 2024-02-12T13:53:13.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:12 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:53:13.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:13 smithi023 ceph-mon[83990]: pgmap v183: 129 pgs: 6 peering, 123 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 328 B/s rd, 328 B/s wr, 0 op/s 2024-02-12T13:53:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:13 smithi160 ceph-mon[66549]: pgmap v183: 129 pgs: 6 peering, 123 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 328 B/s rd, 328 B/s wr, 0 op/s 2024-02-12T13:53:15.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:15 smithi160 ceph-mon[66549]: pgmap v184: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:53:15.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:15 smithi023 ceph-mon[83990]: pgmap v184: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:53:16.440 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:18.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:17 smithi160 ceph-mon[66549]: pgmap v185: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 222 B/s rd, 111 B/s wr, 0 op/s 2024-02-12T13:53:18.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:17 smithi023 ceph-mon[83990]: pgmap v185: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 222 B/s rd, 111 B/s wr, 0 op/s 2024-02-12T13:53:20.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:19 smithi160 ceph-mon[66549]: pgmap v186: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2024-02-12T13:53:20.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:19 smithi023 ceph-mon[83990]: pgmap v186: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2024-02-12T13:53:21.484 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:21 smithi160 ceph-mon[66549]: pgmap v187: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:53:22.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:21 smithi023 ceph-mon[83990]: pgmap v187: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:53:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:53:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:23 smithi023 ceph-mon[83990]: pgmap v188: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:53:23.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:53:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:23 smithi160 ceph-mon[66549]: pgmap v188: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:53:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:24.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:24 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:53:25.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:24 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:53:25.896 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:25 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:53:25.896 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:25 smithi160 ceph-mon[66549]: Upgrade: osd.7 is safe to restart 2024-02-12T13:53:25.896 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:25 smithi160 ceph-mon[66549]: pgmap v189: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:53:25.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:25 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-12T13:53:25.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:25 smithi023 ceph-mon[83990]: Upgrade: osd.7 is safe to restart 2024-02-12T13:53:25.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:25 smithi023 ceph-mon[83990]: pgmap v189: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:53:26.523 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:27.385 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:26 smithi160 ceph-mon[66549]: Upgrade: Updating osd.7 2024-02-12T13:53:27.385 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:26 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:27.385 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:26 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:53:27.385 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:26 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:53:27.385 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:26 smithi160 ceph-mon[66549]: Deploying daemon osd.7 on smithi160 2024-02-12T13:53:27.386 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:26 smithi160 ceph-mon[66549]: pgmap v190: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:53:27.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:26 smithi023 ceph-mon[83990]: Upgrade: Updating osd.7 2024-02-12T13:53:27.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:26 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:27.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:26 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-12T13:53:27.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:26 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:53:27.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:26 smithi023 ceph-mon[83990]: Deploying daemon osd.7 on smithi160 2024-02-12T13:53:27.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:26 smithi023 ceph-mon[83990]: pgmap v190: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:53:29.062 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:28 smithi160 systemd[1]: Stopping Ceph osd.7 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:53:29.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.7[51328]: debug 2024-02-12T13:53:29.057+0000 7fb5d18d7700 -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-12T13:53:29.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.7[51328]: debug 2024-02-12T13:53:29.057+0000 7fb5d18d7700 -1 osd.7 107 *** Got signal Terminated *** 2024-02-12T13:53:29.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.7[51328]: debug 2024-02-12T13:53:29.057+0000 7fb5d18d7700 -1 osd.7 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T13:53:29.898 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:29 smithi160 bash[80066]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd.7 2024-02-12T13:53:29.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: pgmap v191: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:53:29.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.4 2024-02-12T13:53:29.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 failed (root=default,host=smithi160) (connection refused reported by osd.4) 2024-02-12T13:53:29.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.1 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.2 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.3 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.5 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.0 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.1 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.2 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.3 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.6 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.0 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.5 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.6 2024-02-12T13:53:29.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:29 smithi160 ceph-mon[66549]: osd.7 reported immediately failed by osd.4 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: pgmap v191: 129 pgs: 129 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.4 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 failed (root=default,host=smithi160) (connection refused reported by osd.4) 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.1 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.2 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.3 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.5 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.0 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.1 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.2 2024-02-12T13:53:30.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.3 2024-02-12T13:53:30.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.6 2024-02-12T13:53:30.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.0 2024-02-12T13:53:30.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.5 2024-02-12T13:53:30.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.6 2024-02-12T13:53:30.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:29 smithi023 ceph-mon[83990]: osd.7 reported immediately failed by osd.4 2024-02-12T13:53:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:30 smithi160 ceph-mon[66549]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:53:31.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:30 smithi160 ceph-mon[66549]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-02-12T13:53:31.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:30 smithi160 ceph-mon[66549]: osdmap e108: 8 total, 7 up, 8 in 2024-02-12T13:53:31.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:30 smithi023 ceph-mon[83990]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:53:31.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:30 smithi023 ceph-mon[83990]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-02-12T13:53:31.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:30 smithi023 ceph-mon[83990]: osdmap e108: 8 total, 7 up, 8 in 2024-02-12T13:53:31.576 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:31.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:31 smithi160 ceph-mon[66549]: pgmap v193: 129 pgs: 16 peering, 9 stale+active+clean, 104 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-02-12T13:53:31.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:31 smithi160 ceph-mon[66549]: Health check failed: Reduced data availability: 1 pg inactive, 7 pgs peering (PG_AVAILABILITY) 2024-02-12T13:53:31.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:31 smithi160 ceph-mon[66549]: osdmap e109: 8 total, 7 up, 8 in 2024-02-12T13:53:31.899 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:31 smithi160 systemd[1]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.7.service: Succeeded. 2024-02-12T13:53:31.899 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:31 smithi160 systemd[1]: Stopped Ceph osd.7 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:53:31.899 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:31 smithi160 systemd[1]: Starting Ceph osd.7 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T13:53:32.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:31 smithi023 ceph-mon[83990]: pgmap v193: 129 pgs: 16 peering, 9 stale+active+clean, 104 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-02-12T13:53:32.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:31 smithi023 ceph-mon[83990]: Health check failed: Reduced data availability: 1 pg inactive, 7 pgs peering (PG_AVAILABILITY) 2024-02-12T13:53:32.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:31 smithi023 ceph-mon[83990]: osdmap e109: 8 total, 7 up, 8 in 2024-02-12T13:53:32.870 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:32 smithi160 ceph-mon[66549]: Health check failed: Degraded data redundancy: 23/1491 objects degraded (1.543%), 6 pgs degraded (PG_DEGRADED) 2024-02-12T13:53:32.870 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:32 smithi160 bash[80350]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-12T13:53:32.870 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:32 smithi160 bash[80350]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-02-12T13:53:32.870 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:32 smithi160 bash[80350]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-02-12T13:53:32.870 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:32 smithi160 bash[80350]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-12T13:53:32.871 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:32 smithi160 bash[80350]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-12T13:53:32.871 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:32 smithi160 bash[80350]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-12T13:53:32.871 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:32 smithi160 bash[80350]: --> ceph-volume raw activate successful for osd ID: 7 2024-02-12T13:53:33.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:32 smithi023 ceph-mon[83990]: Health check failed: Degraded data redundancy: 23/1491 objects degraded (1.543%), 6 pgs degraded (PG_DEGRADED) 2024-02-12T13:53:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:33 smithi160 ceph-mon[66549]: pgmap v195: 129 pgs: 6 active+undersized+degraded, 16 peering, 6 stale+active+clean, 6 active+undersized, 95 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 23/1491 objects degraded (1.543%) 2024-02-12T13:53:34.148 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:33 smithi160 ceph-osd[80660]: -- 172.21.15.160:0/2916294526 <== 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) 0x560dfcf56b60 con 0x560dfcf1cc00 2024-02-12T13:53:34.148 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:33 smithi160 bash[80604]: f15de1bb60a88507c5f743146527cfdd06ec5ab85fa1e8695b39783e0c1e0bc3 2024-02-12T13:53:34.149 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:33 smithi160 systemd[1]: Started Ceph osd.7 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715. 2024-02-12T13:53:34.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:33 smithi023 ceph-mon[83990]: pgmap v195: 129 pgs: 6 active+undersized+degraded, 16 peering, 6 stale+active+clean, 6 active+undersized, 95 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 23/1491 objects degraded (1.543%) 2024-02-12T13:53:34.648 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T13:53:34.230+0000 7f3f189a1540 -1 Falling back to public interface 2024-02-12T13:53:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:53:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:34 smithi160 ceph-mon[66549]: pgmap v196: 129 pgs: 11 active+undersized+degraded, 16 peering, 4 stale+active+clean, 9 active+undersized, 89 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 53/1491 objects degraded (3.555%) 2024-02-12T13:53:35.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:35.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:35.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:53:35.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:34 smithi023 ceph-mon[83990]: pgmap v196: 129 pgs: 11 active+undersized+degraded, 16 peering, 4 stale+active+clean, 9 active+undersized, 89 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 53/1491 objects degraded (3.555%) 2024-02-12T13:53:36.623 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:37.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:36 smithi160 ceph-mon[66549]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 7 pgs peering) 2024-02-12T13:53:37.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:36 smithi023 ceph-mon[83990]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 7 pgs peering) 2024-02-12T13:53:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:37 smithi160 ceph-mon[66549]: pgmap v197: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 232/1491 objects degraded (15.560%) 2024-02-12T13:53:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:53:38.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:38.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:38.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:37 smithi023 ceph-mon[83990]: pgmap v197: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 232/1491 objects degraded (15.560%) 2024-02-12T13:53:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:53:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:38.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:39 smithi160 ceph-mon[66549]: pgmap v198: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 232/1491 objects degraded (15.560%) 2024-02-12T13:53:39.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:39 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 232/1491 objects degraded (15.560%), 37 pgs degraded (PG_DEGRADED) 2024-02-12T13:53:39.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:39.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:39.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:39 smithi023 ceph-mon[83990]: pgmap v198: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 323 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 232/1491 objects degraded (15.560%) 2024-02-12T13:53:39.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:39 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 232/1491 objects degraded (15.560%), 37 pgs degraded (PG_DEGRADED) 2024-02-12T13:53:40.116 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:53:40.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T13:53:40.067+0000 7f3f189a1540 -1 osd.7 107 log_to_monitors true 2024-02-12T13:53:40.756 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:53:40.756 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (16m) 2m ago 17m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:53:40.756 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (4m) 2m ago 17m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:53:40.756 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (4m) 3s ago 16m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:53:40.756 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (15m) 2m ago 17m 32.5M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:53:40.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (12m) 2m ago 12m 14.9M - 16.2.5 6933c2a0b7dd df5a05c50752 2024-02-12T13:53:40.756 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (12m) 3s ago 12m 37.5M - 16.2.5 6933c2a0b7dd 176b6b7c2a98 2024-02-12T13:53:40.756 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (6m) 2m ago 19m 484M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (5m) 3s ago 16m 432M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (5m) 2m ago 19m 58.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (5m) 3s ago 16m 53.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (8m) 2m ago 8m 80.0M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (8m) 3s ago 8m 79.5M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (17m) 2m ago 17m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (16m) 3s ago 16m 17.3M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3m) 2m ago 16m 139M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3m) 2m ago 15m 127M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3m) 2m ago 15m 95.4M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:53:40.757 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2m) 2m ago 14m 13.1M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:53:40.758 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (107s) 3s ago 14m 147M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:53:40.758 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (74s) 3s ago 14m 139M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:53:40.758 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (40s) 3s ago 13m 129M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:53:40.758 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (7s) 3s ago 13m 11.0M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:53:40.758 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (6m) 2m ago 17m 70.1M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:53:40.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:40 smithi160 ceph-mon[66549]: from='osd.7 [v2:172.21.15.160:6824/1432426867,v1:172.21.15.160:6825/1432426867]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:53:40.887 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:40 smithi160 ceph-mon[66549]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:53:40.887 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 13:53:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T13:53:40.486+0000 7f3f0876b700 -1 osd.7 107 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:53:40.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:40 smithi023 ceph-mon[83990]: from='osd.7 [v2:172.21.15.160:6824/1432426867,v1:172.21.15.160:6825/1432426867]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:53:40.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:40 smithi023 ceph-mon[83990]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-12T13:53:41.146 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:53:41.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 7 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:53:41.147 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:53:41.148 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-02-12T13:53:41.148 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 11 2024-02-12T13:53:41.148 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:53:41.148 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:53:41.468 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:53:41.515 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:53:41.515 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:53:41.515 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:53:41.516 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:53:41.516 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:53:41.516 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:53:41.516 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr", 2024-02-12T13:53:41.516 INFO:teuthology.orchestra.run.smithi023.stdout: "osd" 2024-02-12T13:53:41.516 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:53:41.516 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "14/23 daemons upgraded", 2024-02-12T13:53:41.516 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2024-02-12T13:53:41.516 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:53:41.516 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:53:41.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:41 smithi160 ceph-mon[66549]: from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:41.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:41 smithi160 ceph-mon[66549]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:41.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:41 smithi160 ceph-mon[66549]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-12T13:53:41.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:41 smithi160 ceph-mon[66549]: osdmap e110: 8 total, 7 up, 8 in 2024-02-12T13:53:41.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:41 smithi160 ceph-mon[66549]: from='osd.7 [v2:172.21.15.160:6824/1432426867,v1:172.21.15.160:6825/1432426867]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:53:41.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:41 smithi160 ceph-mon[66549]: 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-12T13:53:41.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:41 smithi160 ceph-mon[66549]: pgmap v200: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 232/1491 objects degraded (15.560%) 2024-02-12T13:53:41.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:41 smithi160 ceph-mon[66549]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:41.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:41 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/755787764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:41.658 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:41 smithi023 ceph-mon[83990]: from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:41 smithi023 ceph-mon[83990]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:41 smithi023 ceph-mon[83990]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-12T13:53:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:41 smithi023 ceph-mon[83990]: osdmap e110: 8 total, 7 up, 8 in 2024-02-12T13:53:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:41 smithi023 ceph-mon[83990]: from='osd.7 [v2:172.21.15.160:6824/1432426867,v1:172.21.15.160:6825/1432426867]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-02-12T13:53:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:41 smithi023 ceph-mon[83990]: 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-12T13:53:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:41 smithi023 ceph-mon[83990]: pgmap v200: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 232/1491 objects degraded (15.560%) 2024-02-12T13:53:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:41 smithi023 ceph-mon[83990]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:41.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:41 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/755787764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:42.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:42.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:53:42.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: osd.7 [v2:172.21.15.160:6824/1432426867,v1:172.21.15.160:6825/1432426867] boot 2024-02-12T13:53:42.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: osdmap e111: 8 total, 8 up, 8 in 2024-02-12T13:53:42.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:53:42.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:42.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:42.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:53:42.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:53:42.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:42.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:42.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:53:42.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:42.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:42.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:42.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:42.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:42.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-12T13:53:42.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-12T13:53:42.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-12T13:53:42.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-12T13:53:42.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-02-12T13:53:42.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-02-12T13:53:42.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-02-12T13:53:42.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: osdmap e112: 8 total, 8 up, 8 in 2024-02-12T13:53:42.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:42 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi023.simqsf"]}]: dispatch 2024-02-12T13:53:42.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:53:42.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:53:42.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: osd.7 [v2:172.21.15.160:6824/1432426867,v1:172.21.15.160:6825/1432426867] boot 2024-02-12T13:53:42.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: osdmap e111: 8 total, 8 up, 8 in 2024-02-12T13:53:42.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-12T13:53:42.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:42.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:42.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:53:42.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:53:42.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:42.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:42.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:53:42.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-12T13:53:42.941 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-12T13:53:42.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-12T13:53:42.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-12T13:53:42.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-12T13:53:42.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-12T13:53:42.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-12T13:53:42.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-12T13:53:42.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-12T13:53:42.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-12T13:53:42.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-12T13:53:42.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-02-12T13:53:42.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-02-12T13:53:42.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-02-12T13:53:42.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: osdmap e112: 8 total, 8 up, 8 in 2024-02-12T13:53:42.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:42 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi023.simqsf"]}]: dispatch 2024-02-12T13:53:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:43 smithi160 ceph-mon[66549]: Upgrade: Setting container_image for all osd 2024-02-12T13:53:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:43 smithi160 ceph-mon[66549]: Upgrade: Setting require_osd_release to 17 quincy 2024-02-12T13:53:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:43 smithi160 ceph-mon[66549]: Upgrade: It appears safe to stop mds.foofs.smithi023.simqsf 2024-02-12T13:53:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:43 smithi160 ceph-mon[66549]: pgmap v203: 129 pgs: 3 peering, 36 active+undersized+degraded, 17 active+undersized, 73 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 226/1491 objects degraded (15.158%) 2024-02-12T13:53:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:43 smithi023 ceph-mon[83990]: Upgrade: Setting container_image for all osd 2024-02-12T13:53:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:43 smithi023 ceph-mon[83990]: Upgrade: Setting require_osd_release to 17 quincy 2024-02-12T13:53:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:43 smithi023 ceph-mon[83990]: Upgrade: It appears safe to stop mds.foofs.smithi023.simqsf 2024-02-12T13:53:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:43 smithi023 ceph-mon[83990]: pgmap v203: 129 pgs: 3 peering, 36 active+undersized+degraded, 17 active+undersized, 73 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 226/1491 objects degraded (15.158%) 2024-02-12T13:53:44.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:45.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:44 smithi160 ceph-mon[66549]: Health check update: Degraded data redundancy: 226/1491 objects degraded (15.158%), 36 pgs degraded (PG_DEGRADED) 2024-02-12T13:53:45.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:44 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:45.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:44 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.simqsf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:53:45.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:44 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:53:45.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:44 smithi023 ceph-mon[83990]: Health check update: Degraded data redundancy: 226/1491 objects degraded (15.158%), 36 pgs degraded (PG_DEGRADED) 2024-02-12T13:53:45.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:44 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:45.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:44 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.simqsf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:53:45.172 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:44 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:53:45.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:45 smithi023 ceph-mon[83990]: Upgrade: Updating mds.foofs.smithi023.simqsf 2024-02-12T13:53:45.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:45 smithi023 ceph-mon[83990]: Deploying daemon mds.foofs.smithi023.simqsf on smithi023 2024-02-12T13:53:45.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:45 smithi023 ceph-mon[83990]: pgmap v204: 129 pgs: 3 peering, 33 active+undersized+degraded, 14 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 208/1491 objects degraded (13.950%) 2024-02-12T13:53:46.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:45 smithi160 ceph-mon[66549]: Upgrade: Updating mds.foofs.smithi023.simqsf 2024-02-12T13:53:46.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:45 smithi160 ceph-mon[66549]: Deploying daemon mds.foofs.smithi023.simqsf on smithi023 2024-02-12T13:53:46.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:45 smithi160 ceph-mon[66549]: pgmap v204: 129 pgs: 3 peering, 33 active+undersized+degraded, 14 active+undersized, 79 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 208/1491 objects degraded (13.950%) 2024-02-12T13:53:46.702 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:47.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:46 smithi160 ceph-mon[66549]: daemon mds.foofs.smithi023.simqsf compat changed unexpectedly 2024-02-12T13:53:47.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:46 smithi023 ceph-mon[83990]: daemon mds.foofs.smithi023.simqsf compat changed unexpectedly 2024-02-12T13:53:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:47 smithi023 ceph-mon[83990]: pgmap v205: 129 pgs: 3 peering, 126 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 165 B/s wr, 0 op/s 2024-02-12T13:53:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:47 smithi023 ceph-mon[83990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 208/1491 objects degraded (13.950%), 33 pgs degraded) 2024-02-12T13:53:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:47 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:53:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:47 smithi023 ceph-mon[83990]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-12T13:53:47.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:47 smithi023 ceph-mon[83990]: osdmap e113: 8 total, 8 up, 8 in 2024-02-12T13:53:47.940 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:47 smithi023 ceph-mon[83990]: fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 2024-02-12T13:53:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:47 smithi160 ceph-mon[66549]: pgmap v205: 129 pgs: 3 peering, 126 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 165 B/s wr, 0 op/s 2024-02-12T13:53:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:47 smithi160 ceph-mon[66549]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 208/1491 objects degraded (13.950%), 33 pgs degraded) 2024-02-12T13:53:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:47 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:53:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:47 smithi160 ceph-mon[66549]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-12T13:53:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:47 smithi160 ceph-mon[66549]: osdmap e113: 8 total, 8 up, 8 in 2024-02-12T13:53:48.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:47 smithi160 ceph-mon[66549]: fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 2024-02-12T13:53:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:49 smithi160 ceph-mon[66549]: pgmap v207: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 284 B/s wr, 0 op/s 2024-02-12T13:53:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:49 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:49 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:49 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:53:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:49 smithi023 ceph-mon[83990]: pgmap v207: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 284 B/s wr, 0 op/s 2024-02-12T13:53:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:49 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:49 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:50.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:49 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:53:50.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:50 smithi023 ceph-mon[83990]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-12T13:53:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:50 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:53:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:50 smithi023 ceph-mon[83990]: mds.? [v2:172.21.15.23:6834/721397090,v1:172.21.15.23:6835/721397090] up:boot 2024-02-12T13:53:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:50 smithi023 ceph-mon[83990]: fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:53:50.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:50 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:53:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:50 smithi160 ceph-mon[66549]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-12T13:53:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:50 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:53:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:50 smithi160 ceph-mon[66549]: mds.? [v2:172.21.15.23:6834/721397090,v1:172.21.15.23:6835/721397090] up:boot 2024-02-12T13:53:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:50 smithi160 ceph-mon[66549]: fsmap foofs:1 {0=foofs.smithi160.zlpbjm=up:active} 1 up:standby 2024-02-12T13:53:51.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:50 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:53:51.738 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:51.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:51 smithi023 ceph-mon[83990]: pgmap v208: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 250 B/s rd, 125 B/s wr, 0 op/s 2024-02-12T13:53:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:51 smithi160 ceph-mon[66549]: pgmap v208: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 250 B/s rd, 125 B/s wr, 0 op/s 2024-02-12T13:53:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:53.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:53:53.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:53 smithi023 ceph-mon[83990]: pgmap v209: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:53:53.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:53:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:53 smithi160 ceph-mon[66549]: pgmap v209: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:53:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:55 smithi160 ceph-mon[66549]: pgmap v210: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:53:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:55.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:55 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:55 smithi023 ceph-mon[83990]: pgmap v210: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:53:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:55 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:56.775 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:53:56.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:56 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:56.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:56 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:56 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:57.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:56 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:57.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:57 smithi023 ceph-mon[83990]: pgmap v211: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:53:58.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:57 smithi160 ceph-mon[66549]: pgmap v211: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:53:59.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:59 smithi023 ceph-mon[83990]: pgmap v212: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s 2024-02-12T13:53:59.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:59.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:59.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:53:59.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:53:59.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:53:59.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:53:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:59 smithi160 ceph-mon[66549]: pgmap v212: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s 2024-02-12T13:54:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:00.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:00.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:00.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:54:00.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:00.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:53:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:00.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:00 smithi160 ceph-mon[66549]: Detected new or changed devices on smithi023 2024-02-12T13:54:00.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:00 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:54:00.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:00 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:00.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:00 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:00.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:00 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:00.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:00 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:00.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:00 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi160.zlpbjm"]}]: dispatch 2024-02-12T13:54:00.899 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:00 smithi160 ceph-mon[66549]: Upgrade: It appears safe to stop mds.foofs.smithi160.zlpbjm 2024-02-12T13:54:01.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:00 smithi023 ceph-mon[83990]: Detected new or changed devices on smithi023 2024-02-12T13:54:01.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:00 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:54:01.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:00 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:01.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:00 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:01.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:00 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:01.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:00 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:01.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:00 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi160.zlpbjm"]}]: dispatch 2024-02-12T13:54:01.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:00 smithi023 ceph-mon[83990]: Upgrade: It appears safe to stop mds.foofs.smithi160.zlpbjm 2024-02-12T13:54:01.823 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:54:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:01 smithi160 ceph-mon[66549]: pgmap v213: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:54:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.zlpbjm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:54:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:02.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:01 smithi023 ceph-mon[83990]: pgmap v213: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-12T13:54:02.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:02.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.zlpbjm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-12T13:54:02.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:02.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:02 smithi160 ceph-mon[66549]: Upgrade: Updating mds.foofs.smithi160.zlpbjm 2024-02-12T13:54:02.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:02 smithi160 ceph-mon[66549]: Deploying daemon mds.foofs.smithi160.zlpbjm on smithi160 2024-02-12T13:54:03.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:02 smithi023 ceph-mon[83990]: Upgrade: Updating mds.foofs.smithi160.zlpbjm 2024-02-12T13:54:03.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:02 smithi023 ceph-mon[83990]: Deploying daemon mds.foofs.smithi160.zlpbjm on smithi160 2024-02-12T13:54:03.524 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T13:54:03.226+0000 7f1dc2ad2700 -1 bdev(0x55f08651a400 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 2 2024-02-12T13:54:03.524 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T13:54:03.226+0000 7f1dc02cd700 -1 bdev(0x55f08651a400 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 2 2024-02-12T13:54:03.524 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T13:54:03.227+0000 7f1dbeaca700 -1 bdev(0x55f08651a400 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 2 2024-02-12T13:54:03.524 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon-smithi023[83967]: 2024-02-12T13:54:03.201+0000 7f8ec52d7700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:54:03.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: pgmap v214: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:54:03.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: daemon mds.foofs.smithi160.zlpbjm compat changed unexpectedly 2024-02-12T13:54:03.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-12T13:54:03.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:54:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: osdmap e114: 8 total, 8 up, 8 in 2024-02-12T13:54:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: Standby daemon mds.foofs.smithi023.simqsf assigned to filesystem foofs as rank 0 2024-02-12T13:54:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-12T13:54:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-12T13:54:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-12T13:54:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: fsmap foofs:1/1 {0=foofs.smithi023.simqsf=up:replay} 2024-02-12T13:54:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:03 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:54:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: pgmap v214: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:54:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: daemon mds.foofs.smithi160.zlpbjm compat changed unexpectedly 2024-02-12T13:54:04.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-12T13:54:04.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-12T13:54:04.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: osdmap e114: 8 total, 8 up, 8 in 2024-02-12T13:54:04.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: Standby daemon mds.foofs.smithi023.simqsf assigned to filesystem foofs as rank 0 2024-02-12T13:54:04.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-12T13:54:04.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-12T13:54:04.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-12T13:54:04.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: fsmap foofs:1/1 {0=foofs.smithi023.simqsf=up:replay} 2024-02-12T13:54:04.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:03 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:54:06.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:05 smithi023 ceph-mon[83990]: pgmap v216: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:54:06.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:05 smithi023 ceph-mon[83990]: mds.? [v2:172.21.15.23:6834/721397090,v1:172.21.15.23:6835/721397090] up:reconnect 2024-02-12T13:54:06.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:05 smithi023 ceph-mon[83990]: fsmap foofs:1/1 {0=foofs.smithi023.simqsf=up:reconnect} 2024-02-12T13:54:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:05 smithi160 ceph-mon[66549]: pgmap v216: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-12T13:54:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:05 smithi160 ceph-mon[66549]: mds.? [v2:172.21.15.23:6834/721397090,v1:172.21.15.23:6835/721397090] up:reconnect 2024-02-12T13:54:06.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:05 smithi160 ceph-mon[66549]: fsmap foofs:1/1 {0=foofs.smithi023.simqsf=up:reconnect} 2024-02-12T13:54:06.862 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:54:07.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:06 smithi160 ceph-mon[66549]: mds.? [v2:172.21.15.23:6834/721397090,v1:172.21.15.23:6835/721397090] up:rejoin 2024-02-12T13:54:07.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:06 smithi160 ceph-mon[66549]: fsmap foofs:1/1 {0=foofs.smithi023.simqsf=up:rejoin} 2024-02-12T13:54:07.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:06 smithi160 ceph-mon[66549]: daemon mds.foofs.smithi023.simqsf is now active in filesystem foofs as rank 0 2024-02-12T13:54:07.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:06 smithi023 ceph-mon[83990]: mds.? [v2:172.21.15.23:6834/721397090,v1:172.21.15.23:6835/721397090] up:rejoin 2024-02-12T13:54:07.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:06 smithi023 ceph-mon[83990]: fsmap foofs:1/1 {0=foofs.smithi023.simqsf=up:rejoin} 2024-02-12T13:54:07.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:06 smithi023 ceph-mon[83990]: daemon mds.foofs.smithi023.simqsf is now active in filesystem foofs as rank 0 2024-02-12T13:54:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:07 smithi160 ceph-mon[66549]: pgmap v217: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 204 B/s wr, 5 op/s 2024-02-12T13:54:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:07 smithi160 ceph-mon[66549]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-12T13:54:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:07 smithi160 ceph-mon[66549]: mds.? [v2:172.21.15.23:6834/721397090,v1:172.21.15.23:6835/721397090] up:active 2024-02-12T13:54:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:07 smithi160 ceph-mon[66549]: fsmap foofs:1 {0=foofs.smithi023.simqsf=up:active} 2024-02-12T13:54:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:54:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:07 smithi023 ceph-mon[83990]: pgmap v217: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 204 B/s wr, 5 op/s 2024-02-12T13:54:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:07 smithi023 ceph-mon[83990]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-12T13:54:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:07 smithi023 ceph-mon[83990]: mds.? [v2:172.21.15.23:6834/721397090,v1:172.21.15.23:6835/721397090] up:active 2024-02-12T13:54:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:07 smithi023 ceph-mon[83990]: fsmap foofs:1 {0=foofs.smithi023.simqsf=up:active} 2024-02-12T13:54:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:08.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:54:10.067 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:09 smithi160 ceph-mon[66549]: pgmap v218: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 102 B/s wr, 8 op/s 2024-02-12T13:54:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:09 smithi023 ceph-mon[83990]: pgmap v218: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 102 B/s wr, 8 op/s 2024-02-12T13:54:11.826 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:54:11.916 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:54:12.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:11 smithi160 ceph-mon[66549]: pgmap v219: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 7.4 KiB/s wr, 13 op/s 2024-02-12T13:54:12.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:11 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:12.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:11 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:12.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:11 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:54:12.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:11 smithi023 ceph-mon[83990]: pgmap v219: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 7.4 KiB/s wr, 13 op/s 2024-02-12T13:54:12.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:11 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:12.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:11 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:12.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:11 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:54:12.460 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:54:12.460 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (16m) 17s ago 18m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:54:12.460 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (4m) 17s ago 18m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:54:12.460 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (4m) 34s ago 17m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:54:12.460 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (16m) 17s ago 17m 32.7M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:54:12.460 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (23s) 17s ago 12m 12.1M - 17.2.7-512-gc7678334 e402dfa191e5 0c43a9aeac14 2024-02-12T13:54:12.460 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 starting - - - - 2024-02-12T13:54:12.460 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (6m) 17s ago 19m 492M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:54:12.460 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (6m) 34s ago 17m 432M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:54:12.460 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (5m) 17s ago 19m 73.0M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (5m) 34s ago 17m 53.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (9m) 17s ago 9m 80.3M - 3.5 6933c2a0b7dd 1b16391761f7 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (9m) 34s ago 9m 79.5M - 3.5 6933c2a0b7dd e53874f1bee7 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (17m) 17s ago 17m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (17m) 34s ago 17m 17.3M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (4m) 17s ago 16m 145M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3m) 17s ago 16m 132M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (3m) 17s ago 15m 100M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2m) 17s ago 15m 141M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (2m) 34s ago 15m 147M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (106s) 34s ago 14m 139M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (72s) 34s ago 14m 129M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (39s) 34s ago 14m 11.0M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:54:12.461 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (6m) 17s ago 17m 70.6M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:54:12.850 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:54:12.850 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:54:12.850 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:54:12.850 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:54:12.850 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:54:12.850 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:54:12.850 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:54:12.851 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:54:12.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:54:12.851 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:54:12.851 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:54:12.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:54:12.851 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:54:12.851 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:54:12.851 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 14 2024-02-12T13:54:12.851 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:54:12.851 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:54:13.119 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:12 smithi160 ceph-mon[66549]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-12T13:54:13.119 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:12 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:54:13.120 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:12 smithi160 ceph-mon[66549]: mds.? [v2:172.21.15.160:6832/982982867,v1:172.21.15.160:6833/982982867] up:boot 2024-02-12T13:54:13.120 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:12 smithi160 ceph-mon[66549]: fsmap foofs:1 {0=foofs.smithi023.simqsf=up:active} 1 up:standby 2024-02-12T13:54:13.120 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:12 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:54:13.120 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:12 smithi160 ceph-mon[66549]: from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:13.180 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:54:13.180 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:54:13.180 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:54:13.180 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:54:13.180 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:54:13.180 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:54:13.180 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:54:13.181 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr", 2024-02-12T13:54:13.181 INFO:teuthology.orchestra.run.smithi023.stdout: "osd" 2024-02-12T13:54:13.181 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:54:13.181 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "15/23 daemons upgraded", 2024-02-12T13:54:13.181 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mds daemons", 2024-02-12T13:54:13.181 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:54:13.181 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:54:13.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:12 smithi023 ceph-mon[83990]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-12T13:54:13.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:12 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:54:13.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:12 smithi023 ceph-mon[83990]: mds.? [v2:172.21.15.160:6832/982982867,v1:172.21.15.160:6833/982982867] up:boot 2024-02-12T13:54:13.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:12 smithi023 ceph-mon[83990]: fsmap foofs:1 {0=foofs.smithi023.simqsf=up:active} 1 up:standby 2024-02-12T13:54:13.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:12 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:54:13.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:12 smithi023 ceph-mon[83990]: from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:13 smithi160 ceph-mon[66549]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:13 smithi160 ceph-mon[66549]: from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:13 smithi160 ceph-mon[66549]: pgmap v220: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 7.5 KiB/s wr, 14 op/s 2024-02-12T13:54:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:13 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/309137004' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:14.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:13 smithi023 ceph-mon[83990]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:14.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:13 smithi023 ceph-mon[83990]: from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:14.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:13 smithi023 ceph-mon[83990]: pgmap v220: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 7.5 KiB/s wr, 14 op/s 2024-02-12T13:54:14.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:13 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/309137004' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:14 smithi160 ceph-mon[66549]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:14 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:14 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:15.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:14 smithi023 ceph-mon[83990]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:15.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:14 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:15.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:14 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:16.095 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:15 smithi160 ceph-mon[66549]: pgmap v221: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 6.5 KiB/s wr, 12 op/s 2024-02-12T13:54:16.095 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:15 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:16.095 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:15 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:16.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:15 smithi023 ceph-mon[83990]: pgmap v221: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 6.5 KiB/s wr, 12 op/s 2024-02-12T13:54:16.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:15 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:16.132 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:15 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:16.963 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:54:18.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:17 smithi160 ceph-mon[66549]: pgmap v222: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 6.5 KiB/s wr, 11 op/s 2024-02-12T13:54:18.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:17 smithi023 ceph-mon[83990]: pgmap v222: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 6.5 KiB/s wr, 11 op/s 2024-02-12T13:54:20.136 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: pgmap v223: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 MiB/s rd, 6.6 KiB/s wr, 7 op/s 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:54:20.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi023.simqsf"}]': finished 2024-02-12T13:54:20.138 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:54:20.138 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi160.zlpbjm"}]': finished 2024-02-12T13:54:20.138 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.138 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.138 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.138 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.138 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.138 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.138 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: pgmap v223: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 MiB/s rd, 6.6 KiB/s wr, 7 op/s 2024-02-12T13:54:20.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi023.simqsf"}]: dispatch 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi023.simqsf"}]': finished 2024-02-12T13:54:20.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi160.zlpbjm"}]: dispatch 2024-02-12T13:54:20.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi160.zlpbjm"}]': finished 2024-02-12T13:54:20.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:20.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:20.150 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:21.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:20 smithi160 ceph-mon[66549]: Detected new or changed devices on smithi160 2024-02-12T13:54:21.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:20 smithi160 ceph-mon[66549]: Upgrade: Setting container_image for all mds 2024-02-12T13:54:21.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:20 smithi160 ceph-mon[66549]: Upgrade: Setting container_image for all rgw 2024-02-12T13:54:21.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:20 smithi160 ceph-mon[66549]: Upgrade: Setting container_image for all rbd-mirror 2024-02-12T13:54:21.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:20 smithi160 ceph-mon[66549]: Upgrade: Setting container_image for all iscsi 2024-02-12T13:54:21.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:20 smithi023 ceph-mon[83990]: Detected new or changed devices on smithi160 2024-02-12T13:54:21.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:20 smithi023 ceph-mon[83990]: Upgrade: Setting container_image for all mds 2024-02-12T13:54:21.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:20 smithi023 ceph-mon[83990]: Upgrade: Setting container_image for all rgw 2024-02-12T13:54:21.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:20 smithi023 ceph-mon[83990]: Upgrade: Setting container_image for all rbd-mirror 2024-02-12T13:54:21.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:20 smithi023 ceph-mon[83990]: Upgrade: Setting container_image for all iscsi 2024-02-12T13:54:21.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:21 smithi023 ceph-mon[83990]: pgmap v224: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.5 KiB/s rd, 7.2 KiB/s wr, 5 op/s 2024-02-12T13:54:21.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:21.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:54:21.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 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-12T13:54:21.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 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-12T13:54:21.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:21.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:54:21.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:54:21.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:54:21.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:22.021 INFO:teuthology.orchestra.run.smithi023.stderr:mount.nfs: mounting smithi023:/fake failed, reason given by server: No such file or directory 2024-02-12T13:54:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:21 smithi160 ceph-mon[66549]: pgmap v224: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.5 KiB/s rd, 7.2 KiB/s wr, 5 op/s 2024-02-12T13:54:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:54:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 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-12T13:54:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 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-12T13:54:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:54:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:54:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi023.stgjpq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:54:22.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:22.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:22 smithi023 ceph-mon[83990]: Upgrade: Updating nfs.foo.0.1.smithi023.stgjpq (1/2) 2024-02-12T13:54:22.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:22 smithi023 ceph-mon[83990]: Creating key for client.nfs.foo.0.1.smithi023.stgjpq 2024-02-12T13:54:22.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:22 smithi023 ceph-mon[83990]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:54:22.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:22 smithi023 ceph-mon[83990]: Rados config object exists: conf-nfs.foo 2024-02-12T13:54:22.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:22 smithi023 ceph-mon[83990]: Creating key for client.nfs.foo.0.1.smithi023.stgjpq-rgw 2024-02-12T13:54:22.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:22 smithi023 ceph-mon[83990]: Bind address in nfs.foo.0.1.smithi023.stgjpq's ganesha conf is defaulting to empty 2024-02-12T13:54:22.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:22 smithi023 ceph-mon[83990]: Deploying daemon nfs.foo.0.1.smithi023.stgjpq on smithi023 2024-02-12T13:54:22.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:22 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:22.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:22 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:54:23.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:22 smithi160 ceph-mon[66549]: Upgrade: Updating nfs.foo.0.1.smithi023.stgjpq (1/2) 2024-02-12T13:54:23.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:22 smithi160 ceph-mon[66549]: Creating key for client.nfs.foo.0.1.smithi023.stgjpq 2024-02-12T13:54:23.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:22 smithi160 ceph-mon[66549]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-12T13:54:23.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:22 smithi160 ceph-mon[66549]: Rados config object exists: conf-nfs.foo 2024-02-12T13:54:23.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:22 smithi160 ceph-mon[66549]: Creating key for client.nfs.foo.0.1.smithi023.stgjpq-rgw 2024-02-12T13:54:23.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:22 smithi160 ceph-mon[66549]: Bind address in nfs.foo.0.1.smithi023.stgjpq's ganesha conf is defaulting to empty 2024-02-12T13:54:23.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:22 smithi160 ceph-mon[66549]: Deploying daemon nfs.foo.0.1.smithi023.stgjpq on smithi023 2024-02-12T13:54:23.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:22 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:23.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:22 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:54:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:23 smithi160 ceph-mon[66549]: pgmap v225: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 682 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-02-12T13:54:24.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:23 smithi023 ceph-mon[83990]: pgmap v225: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 682 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-02-12T13:54:25.818 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:25.818 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:25.819 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:25 smithi160 ceph-mon[66549]: pgmap v226: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-02-12T13:54:25.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:25.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:25.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:25 smithi023 ceph-mon[83990]: pgmap v226: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-02-12T13:54:27.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: Upgrade: Updating nfs.foo.1.1.smithi160.jxfhmk (2/2) 2024-02-12T13:54:27.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:27.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: Creating key for client.nfs.foo.1.1.smithi160.jxfhmk 2024-02-12T13:54:27.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 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-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 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-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: Rados config object exists: conf-nfs.foo 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: Creating key for client.nfs.foo.1.1.smithi160.jxfhmk-rgw 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: Bind address in nfs.foo.1.1.smithi160.jxfhmk's ganesha conf is defaulting to empty 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: Deploying daemon nfs.foo.1.1.smithi160.jxfhmk on smithi160 2024-02-12T13:54:27.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:27 smithi160 ceph-mon[66549]: pgmap v227: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-02-12T13:54:27.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: Upgrade: Updating nfs.foo.1.1.smithi160.jxfhmk (2/2) 2024-02-12T13:54:27.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:27.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: Creating key for client.nfs.foo.1.1.smithi160.jxfhmk 2024-02-12T13:54:27.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-12T13:54:27.535 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 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-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 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-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: Rados config object exists: conf-nfs.foo 2024-02-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: Creating key for client.nfs.foo.1.1.smithi160.jxfhmk-rgw 2024-02-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi160.jxfhmk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: Bind address in nfs.foo.1.1.smithi160.jxfhmk's ganesha conf is defaulting to empty 2024-02-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: Deploying daemon nfs.foo.1.1.smithi160.jxfhmk on smithi160 2024-02-12T13:54:27.536 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:27 smithi023 ceph-mon[83990]: pgmap v227: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-02-12T13:54:28.096 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-12T13:54:28.163 INFO:teuthology.orchestra.run.smithi023.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-12T13:54:28.163 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:54:28.163 INFO:teuthology.orchestra.run.smithi023.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-12T13:54:28.163 INFO:teuthology.orchestra.run.smithi023.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-12T13:54:28.264 INFO:teuthology.orchestra.run.smithi023.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-12T13:54:28.264 INFO:teuthology.orchestra.run.smithi023.stdout:releasing clients 2024-02-12T13:54:29.264 INFO:teuthology.orchestra.run.smithi023.stdout: 0 2 0.00 MB/sec warmup 1 sec latency 999.885 ms 2024-02-12T13:54:29.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:29 smithi160 ceph-mon[66549]: pgmap v228: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-02-12T13:54:29.987 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:29 smithi023 ceph-mon[83990]: pgmap v228: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-02-12T13:54:30.264 INFO:teuthology.orchestra.run.smithi023.stdout: 0 2 0.00 MB/sec warmup 2 sec latency 1999.922 ms 2024-02-12T13:54:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:30 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:30 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:30 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:54:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:30 smithi160 ceph-mon[66549]: pgmap v229: 129 pgs: 129 active+clean; 294 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 78 KiB/s wr, 26 op/s 2024-02-12T13:54:31.264 INFO:teuthology.orchestra.run.smithi023.stdout: 0 2 0.00 MB/sec warmup 3 sec latency 2999.967 ms 2024-02-12T13:54:31.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:30 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:31.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:30 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:31.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:30 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:54:31.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:30 smithi023 ceph-mon[83990]: pgmap v229: 129 pgs: 129 active+clean; 294 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 78 KiB/s wr, 26 op/s 2024-02-12T13:54:32.264 INFO:teuthology.orchestra.run.smithi023.stdout: 0 2 0.00 MB/sec warmup 4 sec latency 4000.014 ms 2024-02-12T13:54:33.264 INFO:teuthology.orchestra.run.smithi023.stdout: 0 2 0.00 MB/sec warmup 5 sec latency 5000.062 ms 2024-02-12T13:54:33.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:33 smithi023 ceph-mon[83990]: pgmap v230: 129 pgs: 129 active+clean; 291 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 81 KiB/s wr, 31 op/s 2024-02-12T13:54:33.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:33.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:33 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:33 smithi160 ceph-mon[66549]: pgmap v230: 129 pgs: 129 active+clean; 291 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 81 KiB/s wr, 31 op/s 2024-02-12T13:54:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:33 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:34.264 INFO:teuthology.orchestra.run.smithi023.stdout: 0 2 0.00 MB/sec warmup 6 sec latency 6000.088 ms 2024-02-12T13:54:35.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:35.086 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:35.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:35.264 INFO:teuthology.orchestra.run.smithi023.stdout: 3 60 1.95 MB/sec warmup 7 sec latency 7000.101 ms 2024-02-12T13:54:35.863 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:35 smithi023 ceph-mon[83990]: pgmap v231: 129 pgs: 129 active+clean; 283 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 80 KiB/s wr, 35 op/s 2024-02-12T13:54:35.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:35 smithi160 ceph-mon[66549]: pgmap v231: 129 pgs: 129 active+clean; 283 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 80 KiB/s wr, 35 op/s 2024-02-12T13:54:37.276 INFO:teuthology.orchestra.run.smithi023.stdout: 5 406 23.90 MB/sec execute 1 sec latency 118.425 ms 2024-02-12T13:54:37.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:37 smithi023 ceph-mon[83990]: pgmap v232: 129 pgs: 129 active+clean; 267 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 1.2 MiB/s wr, 62 op/s 2024-02-12T13:54:37.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:54:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:37 smithi160 ceph-mon[66549]: pgmap v232: 129 pgs: 129 active+clean; 267 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 1.2 MiB/s wr, 62 op/s 2024-02-12T13:54:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:54:38.275 INFO:teuthology.orchestra.run.smithi023.stdout: 5 622 25.84 MB/sec execute 2 sec latency 133.715 ms 2024-02-12T13:54:38.964 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:38 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:38.964 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:38 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:38.964 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:38 smithi023 ceph-mon[83990]: pgmap v233: 129 pgs: 129 active+clean; 278 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 2.3 MiB/s wr, 68 op/s 2024-02-12T13:54:39.275 INFO:teuthology.orchestra.run.smithi023.stdout: 5 940 20.55 MB/sec execute 3 sec latency 106.739 ms 2024-02-12T13:54:39.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:38 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:39.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:38 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:54:39.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:38 smithi160 ceph-mon[66549]: pgmap v233: 129 pgs: 129 active+clean; 278 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 2.3 MiB/s wr, 68 op/s 2024-02-12T13:54:40.276 INFO:teuthology.orchestra.run.smithi023.stdout: 5 1307 18.30 MB/sec execute 4 sec latency 108.650 ms 2024-02-12T13:54:41.275 INFO:teuthology.orchestra.run.smithi023.stdout: 5 cleanup 5 sec 2024-02-12T13:54:41.450 INFO:teuthology.orchestra.run.smithi023.stdout:[1799] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000005c480000000e' failed - Device or resource busy 2024-02-12T13:54:41.451 INFO:teuthology.orchestra.run.smithi023.stdout:[1799] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000005c5c0000000a' failed - Device or resource busy 2024-02-12T13:54:41.473 INFO:teuthology.orchestra.run.smithi023.stdout:[1799] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000005c510000000d' failed - Device or resource busy 2024-02-12T13:54:41.473 INFO:teuthology.orchestra.run.smithi023.stdout:[1799] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000005c4200000009' failed - Device or resource busy 2024-02-12T13:54:41.473 INFO:teuthology.orchestra.run.smithi023.stdout:[1799] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000005c3200000008' failed - Device or resource busy 2024-02-12T13:54:41.529 INFO:teuthology.orchestra.run.smithi023.stdout:[1799] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000005c450000000b' failed - Device or resource busy 2024-02-12T13:54:41.533 INFO:teuthology.orchestra.run.smithi023.stdout:[1799] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000005c3900000005' failed - Device or resource busy 2024-02-12T13:54:41.534 INFO:teuthology.orchestra.run.smithi023.stdout:[1799] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000005c4e00000007' failed - Device or resource busy 2024-02-12T13:54:41.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:41 smithi023 ceph-mon[83990]: pgmap v234: 129 pgs: 129 active+clean; 318 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 35 KiB/s rd, 8.6 MiB/s wr, 214 op/s 2024-02-12T13:54:42.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:41 smithi160 ceph-mon[66549]: pgmap v234: 129 pgs: 129 active+clean; 318 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 35 KiB/s rd, 8.6 MiB/s wr, 214 op/s 2024-02-12T13:54:42.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 6 sec 2024-02-12T13:54:43.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 7 sec 2024-02-12T13:54:43.580 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:54:43.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:43 smithi023 ceph-mon[83990]: pgmap v235: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 9.3 MiB/s wr, 278 op/s 2024-02-12T13:54:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:43 smithi160 ceph-mon[66549]: pgmap v235: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 9.3 MiB/s wr, 278 op/s 2024-02-12T13:54:44.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 8 sec 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (17m) 49s ago 18m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (5m) 49s ago 18m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (5m) 11s ago 17m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (17m) 49s ago 18m 32.7M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (55s) 49s ago 13m 12.1M - 17.2.7-512-gc7678334 e402dfa191e5 0c43a9aeac14 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (33s) 11s ago 13m 10.9M - 17.2.7-512-gc7678334 e402dfa191e5 df72278412d0 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (7m) 49s ago 20m 492M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (6m) 11s ago 17m 433M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (6m) 49s ago 20m 73.0M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (6m) 11s ago 17m 58.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 starting - - - - 2024-02-12T13:54:44.403 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (14s) 11s ago 9m 18.4M - 4.0 e402dfa191e5 f91f80a6c525 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (18m) 49s ago 18m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (17m) 11s ago 17m 17.3M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5m) 49s ago 17m 145M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4m) 49s ago 16m 132M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4m) 49s ago 16m 100M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3m) 49s ago 15m 141M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (2m) 11s ago 15m 151M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (2m) 11s ago 15m 145M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (104s) 11s ago 15m 135M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (71s) 11s ago 14m 169M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:54:44.404 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (7m) 49s ago 18m 70.6M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:54:45.004 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:54:45.005 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:54:45.005 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 14 2024-02-12T13:54:45.005 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:54:45.005 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:54:45.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:44 smithi160 ceph-mon[66549]: from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:45.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:44 smithi023 ceph-mon[83990]: from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:45.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 9 sec 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "osd", 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr", 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "mds" 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "17/23 daemons upgraded", 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading nfs daemons", 2024-02-12T13:54:45.331 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:54:45.332 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:54:46.131 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:45 smithi023 ceph-mon[83990]: from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:46.131 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:45 smithi023 ceph-mon[83990]: from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:46.131 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:45 smithi023 ceph-mon[83990]: pgmap v236: 129 pgs: 129 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 9.9 MiB/s wr, 285 op/s 2024-02-12T13:54:46.131 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:45 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/2467619770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:46.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:45 smithi160 ceph-mon[66549]: from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:46.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:45 smithi160 ceph-mon[66549]: from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:46.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:45 smithi160 ceph-mon[66549]: pgmap v236: 129 pgs: 129 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 9.9 MiB/s wr, 285 op/s 2024-02-12T13:54:46.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:45 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/2467619770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:54:46.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 10 sec 2024-02-12T13:54:47.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:46 smithi160 ceph-mon[66549]: from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:47.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:46 smithi023 ceph-mon[83990]: from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:54:47.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 11 sec 2024-02-12T13:54:48.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:47 smithi160 ceph-mon[66549]: pgmap v237: 129 pgs: 129 active+clean; 251 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 9.9 MiB/s wr, 321 op/s 2024-02-12T13:54:48.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:47 smithi023 ceph-mon[83990]: pgmap v237: 129 pgs: 129 active+clean; 251 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 9.9 MiB/s wr, 321 op/s 2024-02-12T13:54:48.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 12 sec 2024-02-12T13:54:49.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 13 sec 2024-02-12T13:54:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:49 smithi160 ceph-mon[66549]: pgmap v238: 129 pgs: 129 active+clean; 231 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 8.9 MiB/s wr, 301 op/s 2024-02-12T13:54:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:49 smithi023 ceph-mon[83990]: pgmap v238: 129 pgs: 129 active+clean; 231 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 8.9 MiB/s wr, 301 op/s 2024-02-12T13:54:50.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 14 sec 2024-02-12T13:54:51.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 15 sec 2024-02-12T13:54:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:51 smithi160 ceph-mon[66549]: pgmap v239: 129 pgs: 129 active+clean; 228 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 7.8 MiB/s wr, 292 op/s 2024-02-12T13:54:52.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:51 smithi023 ceph-mon[83990]: pgmap v239: 129 pgs: 129 active+clean; 228 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 7.8 MiB/s wr, 292 op/s 2024-02-12T13:54:52.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 16 sec 2024-02-12T13:54:53.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:54:53.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:54:53.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 17 sec 2024-02-12T13:54:53.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:53 smithi023 ceph-mon[83990]: pgmap v240: 129 pgs: 129 active+clean; 228 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.4 MiB/s wr, 146 op/s 2024-02-12T13:54:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:53 smithi160 ceph-mon[66549]: pgmap v240: 129 pgs: 129 active+clean; 228 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.4 MiB/s wr, 146 op/s 2024-02-12T13:54:54.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 18 sec 2024-02-12T13:54:55.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 19 sec 2024-02-12T13:54:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:55 smithi023 ceph-mon[83990]: pgmap v241: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 659 KiB/s wr, 60 op/s 2024-02-12T13:54:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:55 smithi160 ceph-mon[66549]: pgmap v241: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 659 KiB/s wr, 60 op/s 2024-02-12T13:54:56.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 20 sec 2024-02-12T13:54:57.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 21 sec 2024-02-12T13:54:58.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:57 smithi160 ceph-mon[66549]: pgmap v242: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 114 KiB/s wr, 48 op/s 2024-02-12T13:54:58.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:57 smithi023 ceph-mon[83990]: pgmap v242: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 114 KiB/s wr, 48 op/s 2024-02-12T13:54:58.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 22 sec 2024-02-12T13:54:59.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 23 sec 2024-02-12T13:55:00.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:54:59 smithi160 ceph-mon[66549]: pgmap v243: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 28 KiB/s wr, 8 op/s 2024-02-12T13:55:00.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:54:59 smithi023 ceph-mon[83990]: pgmap v243: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 28 KiB/s wr, 8 op/s 2024-02-12T13:55:00.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 24 sec 2024-02-12T13:55:01.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 25 sec 2024-02-12T13:55:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:01 smithi160 ceph-mon[66549]: pgmap v244: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 4.2 KiB/s wr, 1 op/s 2024-02-12T13:55:02.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:01 smithi023 ceph-mon[83990]: pgmap v244: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 4.2 KiB/s wr, 1 op/s 2024-02-12T13:55:02.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 26 sec 2024-02-12T13:55:03.276 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 27 sec 2024-02-12T13:55:03.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:03 smithi023 ceph-mon[83990]: pgmap v245: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 4.1 KiB/s wr, 0 op/s 2024-02-12T13:55:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:03 smithi160 ceph-mon[66549]: pgmap v245: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 4.1 KiB/s wr, 0 op/s 2024-02-12T13:55:04.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 28 sec 2024-02-12T13:55:05.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 29 sec 2024-02-12T13:55:05.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:05 smithi023 ceph-mon[83990]: pgmap v246: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 4.0 KiB/s wr, 0 op/s 2024-02-12T13:55:05.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:05 smithi160 ceph-mon[66549]: pgmap v246: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 4.0 KiB/s wr, 0 op/s 2024-02-12T13:55:06.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 30 sec 2024-02-12T13:55:07.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 31 sec 2024-02-12T13:55:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:07 smithi160 ceph-mon[66549]: pgmap v247: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:55:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:55:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:07 smithi023 ceph-mon[83990]: pgmap v247: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:55:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:55:08.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 32 sec 2024-02-12T13:55:09.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 33 sec 2024-02-12T13:55:10.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:09 smithi160 ceph-mon[66549]: pgmap v248: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:55:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:09 smithi023 ceph-mon[83990]: pgmap v248: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:55:10.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 34 sec 2024-02-12T13:55:11.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 35 sec 2024-02-12T13:55:12.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:11 smithi160 ceph-mon[66549]: pgmap v249: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:12.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:11 smithi023 ceph-mon[83990]: pgmap v249: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:12.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 36 sec 2024-02-12T13:55:13.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 37 sec 2024-02-12T13:55:13.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:13 smithi023 ceph-mon[83990]: pgmap v250: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:13 smithi160 ceph-mon[66549]: pgmap v250: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:14.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 38 sec 2024-02-12T13:55:15.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 39 sec 2024-02-12T13:55:15.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:15 smithi023 ceph-mon[83990]: pgmap v251: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:15.843 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:55:15.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:15 smithi160 ceph-mon[66549]: pgmap v251: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:16.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 40 sec 2024-02-12T13:55:16.475 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (17m) 81s ago 19m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (5m) 81s ago 19m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (5m) 43s ago 18m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (17m) 81s ago 19m 32.7M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (87s) 81s ago 13m 12.1M - 17.2.7-512-gc7678334 e402dfa191e5 0c43a9aeac14 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (65s) 43s ago 13m 10.9M - 17.2.7-512-gc7678334 e402dfa191e5 df72278412d0 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (7m) 81s ago 20m 492M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (7m) 43s ago 18m 433M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (7m) 81s ago 20m 73.0M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (6m) 43s ago 18m 58.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 starting - - - - 2024-02-12T13:55:16.476 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (47s) 43s ago 10m 18.4M - 4.0 e402dfa191e5 f91f80a6c525 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (18m) 81s ago 18m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (18m) 43s ago 18m 17.3M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5m) 81s ago 17m 145M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4m) 81s ago 17m 132M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4m) 81s ago 16m 100M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3m) 81s ago 16m 141M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (3m) 43s ago 16m 151M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (2m) 43s ago 15m 145M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (2m) 43s ago 15m 135M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (103s) 43s ago 15m 169M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:55:16.477 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (7m) 81s ago 18m 70.6M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:55:16.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:16 smithi023 ceph-mon[83990]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:55:16.862 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:55:16.862 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 14 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:55:16.863 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:55:16.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:16 smithi160 ceph-mon[66549]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout: "osd", 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr", 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout: "mds" 2024-02-12T13:55:17.185 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:55:17.186 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "17/23 daemons upgraded", 2024-02-12T13:55:17.186 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading nfs daemons", 2024-02-12T13:55:17.186 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:55:17.186 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:55:17.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 41 sec 2024-02-12T13:55:17.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:17 smithi023 ceph-mon[83990]: from='client.34450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:55:17.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:17 smithi023 ceph-mon[83990]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:55:17.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:17 smithi023 ceph-mon[83990]: pgmap v252: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:55:17.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:17 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/5342583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:55:17.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:17 smithi160 ceph-mon[66549]: from='client.34450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:55:17.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:17 smithi160 ceph-mon[66549]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:55:17.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:17 smithi160 ceph-mon[66549]: pgmap v252: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:55:17.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:17 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/5342583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:55:18.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 42 sec 2024-02-12T13:55:18.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:18 smithi023 ceph-mon[83990]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:55:18.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:18 smithi160 ceph-mon[66549]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:55:19.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 43 sec 2024-02-12T13:55:19.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:19 smithi023 ceph-mon[83990]: pgmap v253: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:19.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:19 smithi160 ceph-mon[66549]: pgmap v253: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:20.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 44 sec 2024-02-12T13:55:21.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 45 sec 2024-02-12T13:55:22.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:21 smithi160 ceph-mon[66549]: pgmap v254: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:22.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:21 smithi023 ceph-mon[83990]: pgmap v254: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:22.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 46 sec 2024-02-12T13:55:23.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:22 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:55:23.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:22 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:55:23.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 47 sec 2024-02-12T13:55:23.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:23 smithi023 ceph-mon[83990]: pgmap v255: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:23 smithi160 ceph-mon[66549]: pgmap v255: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:24.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 48 sec 2024-02-12T13:55:25.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 49 sec 2024-02-12T13:55:25.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:25 smithi023 ceph-mon[83990]: pgmap v256: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:25 smithi160 ceph-mon[66549]: pgmap v256: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:26.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 50 sec 2024-02-12T13:55:27.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 51 sec 2024-02-12T13:55:28.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:27 smithi160 ceph-mon[66549]: pgmap v257: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:55:28.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:27 smithi023 ceph-mon[83990]: pgmap v257: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:55:28.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 52 sec 2024-02-12T13:55:29.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 53 sec 2024-02-12T13:55:30.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:29 smithi160 ceph-mon[66549]: pgmap v258: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:30.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:29 smithi023 ceph-mon[83990]: pgmap v258: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:30.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 54 sec 2024-02-12T13:55:31.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 55 sec 2024-02-12T13:55:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:31 smithi160 ceph-mon[66549]: pgmap v259: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:32.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:31 smithi023 ceph-mon[83990]: pgmap v259: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:32.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 56 sec 2024-02-12T13:55:33.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 57 sec 2024-02-12T13:55:33.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:33 smithi023 ceph-mon[83990]: pgmap v260: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:34.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:33 smithi160 ceph-mon[66549]: pgmap v260: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:34.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 58 sec 2024-02-12T13:55:35.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 59 sec 2024-02-12T13:55:35.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:35 smithi023 ceph-mon[83990]: pgmap v261: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:35.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:35 smithi160 ceph-mon[66549]: pgmap v261: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:36.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 60 sec 2024-02-12T13:55:37.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 61 sec 2024-02-12T13:55:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:37 smithi160 ceph-mon[66549]: pgmap v262: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:55:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:55:38.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:37 smithi023 ceph-mon[83990]: pgmap v262: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:55:38.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:55:38.277 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 62 sec 2024-02-12T13:55:39.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 63 sec 2024-02-12T13:55:40.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:39 smithi160 ceph-mon[66549]: pgmap v263: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:40.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:39 smithi023 ceph-mon[83990]: pgmap v263: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:40.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 64 sec 2024-02-12T13:55:41.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 65 sec 2024-02-12T13:55:41.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:41 smithi023 ceph-mon[83990]: pgmap v264: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:42.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:41 smithi160 ceph-mon[66549]: pgmap v264: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:55:42.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 66 sec 2024-02-12T13:55:43.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 67 sec 2024-02-12T13:55:44.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 68 sec 2024-02-12T13:55:45.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 69 sec 2024-02-12T13:55:46.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 70 sec 2024-02-12T13:55:47.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 71 sec 2024-02-12T13:55:47.528 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:55:48.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 72 sec 2024-02-12T13:55:48.499 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:55:48.499 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (18m) 113s ago 19m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:55:48.499 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (6m) 113s ago 19m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:55:48.499 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (6m) 75s ago 18m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (18m) 113s ago 19m 32.7M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (119s) 113s ago 14m 12.1M - 17.2.7-512-gc7678334 e402dfa191e5 0c43a9aeac14 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (97s) 75s ago 14m 10.9M - 17.2.7-512-gc7678334 e402dfa191e5 df72278412d0 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (8m) 113s ago 21m 492M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (7m) 75s ago 18m 433M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (7m) 113s ago 21m 73.0M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (7m) 75s ago 18m 58.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 starting - - - - 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (79s) 75s ago 10m 18.4M - 4.0 e402dfa191e5 f91f80a6c525 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (19m) 113s ago 19m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (18m) 75s ago 18m 17.3M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6m) 113s ago 18m 145M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (5m) 113s ago 17m 132M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:55:48.500 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5m) 113s ago 17m 100M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:55:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4m) 113s ago 17m 141M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:55:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (3m) 75s ago 16m 151M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:55:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (3m) 75s ago 16m 145M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:55:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (2m) 75s ago 16m 135M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:55:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (2m) 75s ago 15m 169M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:55:48.501 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (8m) 113s ago 19m 70.6M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:55:48.888 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 14 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:55:48.889 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:55:49.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 73 sec 2024-02-12T13:55:49.335 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:55:49.335 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:55:49.335 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:55:49.335 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "osd", 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr", 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "mds" 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "17/23 daemons upgraded", 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading nfs daemons", 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:55:49.336 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:55:50.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:55:49 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/122664568' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:55:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:55:49 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/122664568' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:55:50.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 74 sec 2024-02-12T13:55:51.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 75 sec 2024-02-12T13:55:52.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 76 sec 2024-02-12T13:55:53.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 77 sec 2024-02-12T13:55:54.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 78 sec 2024-02-12T13:55:55.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 79 sec 2024-02-12T13:55:56.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 80 sec 2024-02-12T13:55:57.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 81 sec 2024-02-12T13:55:58.279 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 82 sec 2024-02-12T13:55:59.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 83 sec 2024-02-12T13:56:00.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 84 sec 2024-02-12T13:56:01.278 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 85 sec 2024-02-12T13:56:02.279 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 86 sec 2024-02-12T13:56:03.279 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 87 sec 2024-02-12T13:56:03.438 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:56:03 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T13:56:03.016+0000 7f1dd8afe700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.160:6804 osd.4 since back 2024-02-12T13:55:39.230969+0000 front 2024-02-12T13:55:59.632954+0000 (oldest deadline 2024-02-12T13:56:02.130879+0000) 2024-02-12T13:56:03.648 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:56:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T13:56:03.367+0000 7f29b9e66700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T13:55:42.947637+0000 front 2024-02-12T13:55:40.047275+0000 (oldest deadline 2024-02-12T13:56:02.947247+0000) 2024-02-12T13:56:04.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 88 sec 2024-02-12T13:56:04.364 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 13:56:04 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T13:56:04.064+0000 7f1dd8afe700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.160:6804 osd.4 since back 2024-02-12T13:55:39.230969+0000 front 2024-02-12T13:56:03.733455+0000 (oldest deadline 2024-02-12T13:56:02.130879+0000) 2024-02-12T13:56:04.648 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 13:56:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T13:56:04.401+0000 7f29b9e66700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T13:56:04.374854+0000 front 2024-02-12T13:55:40.047275+0000 (oldest deadline 2024-02-12T13:56:02.947247+0000) 2024-02-12T13:56:04.648 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:56:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T13:56:04.244+0000 7fb038cef700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T13:55:40.102461+0000 front 2024-02-12T13:56:00.505077+0000 (oldest deadline 2024-02-12T13:56:03.602574+0000) 2024-02-12T13:56:04.648 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:56:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T13:56:04.244+0000 7fb038cef700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T13:55:40.102679+0000 front 2024-02-12T13:56:00.505136+0000 (oldest deadline 2024-02-12T13:56:03.602574+0000) 2024-02-12T13:56:04.648 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 13:56:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T13:56:04.244+0000 7fb038cef700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T13:56:00.505173+0000 front 2024-02-12T13:55:40.102709+0000 (oldest deadline 2024-02-12T13:56:03.602574+0000) 2024-02-12T13:56:05.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 89 sec 2024-02-12T13:56:05.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v265: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v266: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v267: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: from='client.34474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v268: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: from='client.34482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v269: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v270: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v271: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v272: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.901 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v273: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v274: 129 pgs: 1 active+clean+laggy, 128 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v275: 129 pgs: 1 active+clean+laggy, 128 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: mon.smithi023 calling monitor election 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: mon.smithi160 calling monitor election 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: mon.smithi023 is new leader, mons smithi023,smithi160 in quorum (ranks 0,1) 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: monmap e3: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: fsmap foofs:1 {0=foofs.smithi023.simqsf=up:active} 1 up:standby 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osdmap e114: 8 total, 8 up, 8 in 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: mgrmap e44: smithi023.mqmmus(active, since 7m), standbys: smithi160.somqhq 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.4 reported failed by osd.1 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.4 failure report canceled by osd.1 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.0 reported failed by osd.4 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.1 reported failed by osd.4 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: overall HEALTH_OK 2024-02-12T13:56:05.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.3 reported failed by osd.4 2024-02-12T13:56:05.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.3 reported failed by osd.5 2024-02-12T13:56:05.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.3 failed (root=default,host=smithi023) (2 reporters from different osd after 24.007320 >= grace 20.000000) 2024-02-12T13:56:05.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.3 failure report canceled by osd.5 2024-02-12T13:56:05.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.3 failure report canceled by osd.4 2024-02-12T13:56:05.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.0 failure report canceled by osd.4 2024-02-12T13:56:05.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: osd.1 failure report canceled by osd.4 2024-02-12T13:56:05.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: pgmap v276: 129 pgs: 2 active+clean+laggy, 127 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:56:05.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:05.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:05 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:05.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v265: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v266: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v267: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:56:05.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: from='client.34474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v268: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: from='client.34482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v269: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v270: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v271: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v272: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v273: 129 pgs: 129 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v274: 129 pgs: 1 active+clean+laggy, 128 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v275: 129 pgs: 1 active+clean+laggy, 128 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: mon.smithi023 calling monitor election 2024-02-12T13:56:05.943 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: mon.smithi160 calling monitor election 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: mon.smithi023 is new leader, mons smithi023,smithi160 in quorum (ranks 0,1) 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: monmap e3: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: fsmap foofs:1 {0=foofs.smithi023.simqsf=up:active} 1 up:standby 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osdmap e114: 8 total, 8 up, 8 in 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: mgrmap e44: smithi023.mqmmus(active, since 7m), standbys: smithi160.somqhq 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.4 reported failed by osd.1 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.4 failure report canceled by osd.1 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.0 reported failed by osd.4 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.1 reported failed by osd.4 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: overall HEALTH_OK 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.3 reported failed by osd.4 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.3 reported failed by osd.5 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.3 failed (root=default,host=smithi023) (2 reporters from different osd after 24.007320 >= grace 20.000000) 2024-02-12T13:56:05.944 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.3 failure report canceled by osd.5 2024-02-12T13:56:05.945 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.3 failure report canceled by osd.4 2024-02-12T13:56:05.945 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.0 failure report canceled by osd.4 2024-02-12T13:56:05.945 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: osd.1 failure report canceled by osd.4 2024-02-12T13:56:05.945 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: pgmap v276: 129 pgs: 2 active+clean+laggy, 127 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-02-12T13:56:05.945 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:05.945 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:05 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:06.361 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 90 sec 2024-02-12T13:56:06.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:06 smithi160 ceph-mon[66549]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:56:06.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:06 smithi160 ceph-mon[66549]: osdmap e115: 8 total, 7 up, 8 in 2024-02-12T13:56:06.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:06 smithi023 ceph-mon[83990]: Health check failed: 1 osds down (OSD_DOWN) 2024-02-12T13:56:06.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:06 smithi023 ceph-mon[83990]: osdmap e115: 8 total, 7 up, 8 in 2024-02-12T13:56:07.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 91 sec 2024-02-12T13:56:07.543 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 13:56:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-3[101491]: 2024-02-12T13:56:07.213+0000 7f49e0d60700 -1 osd.3 116 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-12T13:56:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:07 smithi160 ceph-mon[66549]: osdmap e116: 8 total, 7 up, 8 in 2024-02-12T13:56:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:07 smithi160 ceph-mon[66549]: Monitor daemon marked osd.3 down, but it is still running 2024-02-12T13:56:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:07 smithi160 ceph-mon[66549]: map e116 wrongly marked me down at e115 2024-02-12T13:56:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:07 smithi160 ceph-mon[66549]: osd.3 marked itself dead as of e116 2024-02-12T13:56:07.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:07 smithi160 ceph-mon[66549]: pgmap v279: 129 pgs: 3 peering, 18 stale+active+clean, 108 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-12T13:56:07.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:07 smithi023 ceph-mon[83990]: osdmap e116: 8 total, 7 up, 8 in 2024-02-12T13:56:07.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:07 smithi023 ceph-mon[83990]: Monitor daemon marked osd.3 down, but it is still running 2024-02-12T13:56:07.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:07 smithi023 ceph-mon[83990]: map e116 wrongly marked me down at e115 2024-02-12T13:56:07.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:07 smithi023 ceph-mon[83990]: osd.3 marked itself dead as of e116 2024-02-12T13:56:07.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:07 smithi023 ceph-mon[83990]: pgmap v279: 129 pgs: 3 peering, 18 stale+active+clean, 108 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-12T13:56:08.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 92 sec 2024-02-12T13:56:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:08 smithi160 ceph-mon[66549]: Health check failed: Slow OSD heartbeats on back (longest 4082.810ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:56:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:08 smithi160 ceph-mon[66549]: Health check failed: Slow OSD heartbeats on front (longest 4067.447ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:56:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:08 smithi160 ceph-mon[66549]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-02-12T13:56:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:08 smithi160 ceph-mon[66549]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:56:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:08 smithi160 ceph-mon[66549]: Cluster is now healthy 2024-02-12T13:56:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:08 smithi160 ceph-mon[66549]: osd.3 [v2:172.21.15.23:6826/3657960681,v1:172.21.15.23:6827/3657960681] boot 2024-02-12T13:56:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:08 smithi160 ceph-mon[66549]: osdmap e117: 8 total, 8 up, 8 in 2024-02-12T13:56:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:56:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:08.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:08 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:56:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:08 smithi023 ceph-mon[83990]: Health check failed: Slow OSD heartbeats on back (longest 4082.810ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:56:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:08 smithi023 ceph-mon[83990]: Health check failed: Slow OSD heartbeats on front (longest 4067.447ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:56:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:08 smithi023 ceph-mon[83990]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-02-12T13:56:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:08 smithi023 ceph-mon[83990]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-12T13:56:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:08 smithi023 ceph-mon[83990]: Cluster is now healthy 2024-02-12T13:56:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:08 smithi023 ceph-mon[83990]: osd.3 [v2:172.21.15.23:6826/3657960681,v1:172.21.15.23:6827/3657960681] boot 2024-02-12T13:56:08.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:08 smithi023 ceph-mon[83990]: osdmap e117: 8 total, 8 up, 8 in 2024-02-12T13:56:08.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-12T13:56:08.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:08.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:08 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:56:09.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 93 sec 2024-02-12T13:56:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:09 smithi160 ceph-mon[66549]: osdmap e118: 8 total, 8 up, 8 in 2024-02-12T13:56:09.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:09 smithi160 ceph-mon[66549]: pgmap v282: 129 pgs: 2 active+undersized+wait, 8 peering, 4 active+undersized+degraded+wait, 16 stale+active+clean, 99 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s wr, 0 op/s; 12/507 objects degraded (2.367%) 2024-02-12T13:56:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:09 smithi023 ceph-mon[83990]: osdmap e118: 8 total, 8 up, 8 in 2024-02-12T13:56:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:09 smithi023 ceph-mon[83990]: pgmap v282: 129 pgs: 2 active+undersized+wait, 8 peering, 4 active+undersized+degraded+wait, 16 stale+active+clean, 99 active+clean; 228 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s wr, 0 op/s; 12/507 objects degraded (2.367%) 2024-02-12T13:56:10.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 94 sec 2024-02-12T13:56:10.886 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:10 smithi160 ceph-mon[66549]: Health check failed: Degraded data redundancy: 12/507 objects degraded (2.367%), 4 pgs degraded (PG_DEGRADED) 2024-02-12T13:56:10.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:10 smithi023 ceph-mon[83990]: Health check failed: Degraded data redundancy: 12/507 objects degraded (2.367%), 4 pgs degraded (PG_DEGRADED) 2024-02-12T13:56:11.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 95 sec 2024-02-12T13:56:11.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:11 smithi160 ceph-mon[66549]: pgmap v283: 129 pgs: 2 active+undersized+wait, 6 peering, 2 active+undersized+degraded+wait, 119 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s wr, 1 op/s; 10/501 objects degraded (1.996%) 2024-02-12T13:56:11.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:11 smithi023 ceph-mon[83990]: pgmap v283: 129 pgs: 2 active+undersized+wait, 6 peering, 2 active+undersized+degraded+wait, 119 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s wr, 1 op/s; 10/501 objects degraded (1.996%) 2024-02-12T13:56:12.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 96 sec 2024-02-12T13:56:12.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:12 smithi160 ceph-mon[66549]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-12T13:56:12.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:12 smithi023 ceph-mon[83990]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-02-12T13:56:13.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 97 sec 2024-02-12T13:56:13.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:13 smithi160 ceph-mon[66549]: pgmap v284: 129 pgs: 5 peering, 124 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s wr, 1 op/s 2024-02-12T13:56:13.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:13 smithi023 ceph-mon[83990]: pgmap v284: 129 pgs: 5 peering, 124 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s wr, 1 op/s 2024-02-12T13:56:14.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 98 sec 2024-02-12T13:56:14.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:14 smithi160 ceph-mon[66549]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/501 objects degraded (1.996%), 2 pgs degraded) 2024-02-12T13:56:14.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:14 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on back (longest 4206.490ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:56:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:14 smithi023 ceph-mon[83990]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 10/501 objects degraded (1.996%), 2 pgs degraded) 2024-02-12T13:56:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:14 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on back (longest 4206.490ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:56:15.362 INFO:teuthology.orchestra.run.smithi023.stdout: 1 cleanup 99 sec 2024-02-12T13:56:15.652 INFO:teuthology.orchestra.run.smithi023.stdout: 0 cleanup 99 sec 2024-02-12T13:56:15.652 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:56:15.652 INFO:teuthology.orchestra.run.smithi023.stdout: Operation Count AvgLat MaxLat 2024-02-12T13:56:15.652 INFO:teuthology.orchestra.run.smithi023.stdout: ---------------------------------------- 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: NTCreateX 1178 9.041 133.712 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: Close 1020 3.781 47.802 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: Rename 52 10.467 106.732 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: Unlink 112 5.488 64.833 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: Qpathinfo 788 3.162 64.566 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: Qfileinfo 395 8.268 33.833 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: Qfsinfo 165 1.593 26.372 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: Sfileinfo 170 7.205 49.424 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: Find 310 4.043 94.324 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: WriteX 1672 0.021 0.059 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: ReadX 1321 0.014 1.439 2024-02-12T13:56:15.653 INFO:teuthology.orchestra.run.smithi023.stdout: Flush 135 7.358 23.182 2024-02-12T13:56:15.654 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:56:15.654 INFO:teuthology.orchestra.run.smithi023.stdout:Throughput 18.2986 MB/sec 5 clients 5 procs max_latency=133.715 ms 2024-02-12T13:56:15.655 DEBUG:teuthology.parallel:result is None 2024-02-12T13:56:15.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:15 smithi160 ceph-mon[66549]: pgmap v285: 129 pgs: 129 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.1 KiB/s wr, 1 op/s 2024-02-12T13:56:15.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:15 smithi023 ceph-mon[83990]: pgmap v285: 129 pgs: 129 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.1 KiB/s wr, 1 op/s 2024-02-12T13:56:17.345 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:17 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:17.345 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:17 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:17.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:17 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:17.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:17 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:18.118 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:18 smithi023 ceph-mon[83990]: pgmap v286: 129 pgs: 129 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s wr, 1 op/s 2024-02-12T13:56:18.118 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:18 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on front (longest 5142.490ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:56:18.118 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:18 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:18.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:18 smithi160 ceph-mon[66549]: pgmap v286: 129 pgs: 129 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s wr, 1 op/s 2024-02-12T13:56:18.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:18 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on front (longest 5142.490ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:56:18.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:18 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:19.700 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:56:20.232 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:20 smithi023 ceph-mon[83990]: pgmap v287: 129 pgs: 129 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1008 B/s wr, 1 op/s 2024-02-12T13:56:20.344 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:56:20.344 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (18m) 15s ago 20m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:56:20.344 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (7m) 15s ago 20m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:56:20.344 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (6m) 107s ago 19m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:56:20.344 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (18m) 15s ago 20m 32.7M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:56:20.344 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (2m) 15s ago 14m 33.0M - 17.2.7-512-gc7678334 e402dfa191e5 0c43a9aeac14 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (2m) 107s ago 14m 10.9M - 17.2.7-512-gc7678334 e402dfa191e5 df72278412d0 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (8m) 15s ago 21m 493M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (8m) 107s ago 19m 433M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (8m) 15s ago 22m 76.7M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (7m) 107s ago 19m 58.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (116s) 15s ago 11m 67.1M - 4.0 e402dfa191e5 00d9140c4c0b 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (110s) 107s ago 11m 18.4M - 4.0 e402dfa191e5 f91f80a6c525 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (19m) 15s ago 19m 17.2M - 0.18.1 e5a616e4b9cf 3de8a9850932 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (19m) 107s ago 19m 17.3M - 0.18.1 e5a616e4b9cf 0511b3d247af 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (6m) 15s ago 18m 149M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6m) 15s ago 18m 139M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (5m) 15s ago 17m 104M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5m) 15s ago 17m 145M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (4m) 107s ago 17m 151M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (3m) 107s ago 16m 145M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:56:20.345 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (3m) 107s ago 16m 135M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:56:20.346 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (2m) 107s ago 16m 169M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:56:20.346 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (8m) 15s ago 19m 70.6M - 2.18.1 de242295e225 c7df519491e2 2024-02-12T13:56:20.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:20 smithi160 ceph-mon[66549]: pgmap v287: 129 pgs: 129 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1008 B/s wr, 1 op/s 2024-02-12T13:56:20.755 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:56:20.755 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:56:20.755 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:56:20.755 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:56:20.755 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:56:20.755 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:56:20.755 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:56:20.755 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:56:20.755 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:56:20.756 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:56:20.756 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:56:20.756 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:56:20.756 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:56:20.756 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:56:20.756 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 14 2024-02-12T13:56:20.756 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:56:20.756 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:56:21.083 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:56:21.083 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:56:21.083 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:56:21.083 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:56:21.083 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:56:21.083 INFO:teuthology.orchestra.run.smithi023.stdout: "osd", 2024-02-12T13:56:21.083 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:56:21.083 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:56:21.083 INFO:teuthology.orchestra.run.smithi023.stdout: "nfs", 2024-02-12T13:56:21.083 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr", 2024-02-12T13:56:21.084 INFO:teuthology.orchestra.run.smithi023.stdout: "mds" 2024-02-12T13:56:21.084 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:56:21.084 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "18/23 daemons upgraded", 2024-02-12T13:56:21.084 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-12T13:56:21.084 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:56:21.084 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:56:21.634 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:21.634 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:21.634 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.635 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.636 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.636 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.636 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.636 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.636 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:21.636 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi023.stgjpq"}]: dispatch 2024-02-12T13:56:21.636 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi023.stgjpq"}]': finished 2024-02-12T13:56:21.636 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi160.jxfhmk"}]: dispatch 2024-02-12T13:56:21.636 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi160.jxfhmk"}]': finished 2024-02-12T13:56:21.636 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:21 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/575404348' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:21.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:21.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:21.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:21.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:21.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi023.stgjpq"}]: dispatch 2024-02-12T13:56:21.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi023.stgjpq"}]': finished 2024-02-12T13:56:21.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi160.jxfhmk"}]: dispatch 2024-02-12T13:56:21.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi160.jxfhmk"}]': finished 2024-02-12T13:56:21.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:21 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/575404348' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:22.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:22 smithi160 ceph-mon[66549]: Upgrade: Setting container_image for all nfs 2024-02-12T13:56:22.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:22 smithi160 ceph-mon[66549]: pgmap v288: 129 pgs: 129 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 853 B/s wr, 1 op/s 2024-02-12T13:56:22.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:22 smithi160 ceph-mon[66549]: from='client.34502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:22.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:22 smithi023 ceph-mon[83990]: Upgrade: Setting container_image for all nfs 2024-02-12T13:56:22.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:22 smithi023 ceph-mon[83990]: pgmap v288: 129 pgs: 129 active+clean; 227 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 853 B/s wr, 1 op/s 2024-02-12T13:56:22.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:22 smithi023 ceph-mon[83990]: from='client.34502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:23.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:23 smithi023 ceph-mon[83990]: Upgrade: Updating node-exporter.smithi023 (1/2) 2024-02-12T13:56:23.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:23 smithi023 ceph-mon[83990]: Deploying daemon node-exporter.smithi023 on smithi023 2024-02-12T13:56:23.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:23.528 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:56:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:23 smithi160 ceph-mon[66549]: Upgrade: Updating node-exporter.smithi023 (1/2) 2024-02-12T13:56:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:23 smithi160 ceph-mon[66549]: Deploying daemon node-exporter.smithi023 on smithi023 2024-02-12T13:56:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:23.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:56:24.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:24 smithi160 ceph-mon[66549]: pgmap v289: 129 pgs: 129 active+clean; 226 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 511 B/s rd, 938 B/s wr, 1 op/s 2024-02-12T13:56:24.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:24 smithi023 ceph-mon[83990]: pgmap v289: 129 pgs: 129 active+clean; 226 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 511 B/s rd, 938 B/s wr, 1 op/s 2024-02-12T13:56:25.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:25 smithi023 ceph-mon[83990]: pgmap v290: 129 pgs: 129 active+clean; 225 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 597 B/s rd, 9.5 KiB/s wr, 1 op/s 2024-02-12T13:56:25.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:25 smithi160 ceph-mon[66549]: pgmap v290: 129 pgs: 129 active+clean; 225 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 597 B/s rd, 9.5 KiB/s wr, 1 op/s 2024-02-12T13:56:27.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:27 smithi160 ceph-mon[66549]: pgmap v291: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 597 B/s rd, 9.5 KiB/s wr, 3 op/s 2024-02-12T13:56:27.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:27.911 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:28.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:27 smithi023 ceph-mon[83990]: pgmap v291: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 597 B/s rd, 9.5 KiB/s wr, 3 op/s 2024-02-12T13:56:28.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:28.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:29.082 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:28 smithi160 ceph-mon[66549]: Upgrade: Updating node-exporter.smithi160 (2/2) 2024-02-12T13:56:29.082 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:28 smithi160 ceph-mon[66549]: Deploying daemon node-exporter.smithi160 on smithi160 2024-02-12T13:56:29.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:28 smithi023 ceph-mon[83990]: Upgrade: Updating node-exporter.smithi160 (2/2) 2024-02-12T13:56:29.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:28 smithi023 ceph-mon[83990]: Deploying daemon node-exporter.smithi160 on smithi160 2024-02-12T13:56:30.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:29 smithi160 ceph-mon[66549]: pgmap v292: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 12 KiB/s wr, 3 op/s 2024-02-12T13:56:30.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:29 smithi023 ceph-mon[83990]: pgmap v292: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 12 KiB/s wr, 3 op/s 2024-02-12T13:56:32.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:31 smithi160 ceph-mon[66549]: pgmap v293: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 11 KiB/s wr, 3 op/s 2024-02-12T13:56:32.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:31 smithi023 ceph-mon[83990]: pgmap v293: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 11 KiB/s wr, 3 op/s 2024-02-12T13:56:34.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:34 smithi160 ceph-mon[66549]: pgmap v294: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 11 KiB/s wr, 3 op/s 2024-02-12T13:56:34.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:34.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:34.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:34 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:56:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:34 smithi023 ceph-mon[83990]: pgmap v294: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 11 KiB/s wr, 3 op/s 2024-02-12T13:56:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:34.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:34 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:56:35.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:35 smithi023 ceph-mon[83990]: pgmap v295: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 11 KiB/s wr, 2 op/s 2024-02-12T13:56:35.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:35 smithi160 ceph-mon[66549]: pgmap v295: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 11 KiB/s wr, 2 op/s 2024-02-12T13:56:37.488 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:37.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:37.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:37.489 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:37.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:38.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:38 smithi160 ceph-mon[66549]: pgmap v296: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 2 op/s 2024-02-12T13:56:38.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:38 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:56:38.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:38 smithi023 ceph-mon[83990]: pgmap v296: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 2 op/s 2024-02-12T13:56:38.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:38 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:56:40.049 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:39 smithi160 ceph-mon[66549]: pgmap v297: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.4 KiB/s wr, 0 op/s 2024-02-12T13:56:40.049 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:40.049 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:40.049 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:40.049 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:39 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:40.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:39 smithi023 ceph-mon[83990]: pgmap v297: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.4 KiB/s wr, 0 op/s 2024-02-12T13:56:40.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:40.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:40.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:40.057 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:39 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:41.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:41 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:41.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:41 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:41.533 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:41 smithi023 ceph-mon[83990]: pgmap v298: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:56:41.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:41 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:41.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:41 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:41.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:41 smithi160 ceph-mon[66549]: pgmap v298: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:56:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: pgmap v299: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:56:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:56:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:56:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:43 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: pgmap v299: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:56:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:56:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:56:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:44.190 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:43 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:45.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:45 smithi023 ceph-mon[83990]: pgmap v300: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:56:45.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:45 smithi023 ceph-mon[83990]: Upgrade: Updating prometheus.smithi023 2024-02-12T13:56:45.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:45 smithi023 ceph-mon[83990]: Deploying daemon prometheus.smithi023 on smithi023 2024-02-12T13:56:45.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:45 smithi160 ceph-mon[66549]: pgmap v300: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:56:45.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:45 smithi160 ceph-mon[66549]: Upgrade: Updating prometheus.smithi023 2024-02-12T13:56:45.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:45 smithi160 ceph-mon[66549]: Deploying daemon prometheus.smithi023 on smithi023 2024-02-12T13:56:47.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:47 smithi023 ceph-mon[83990]: pgmap v301: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:56:48.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:47 smithi160 ceph-mon[66549]: pgmap v301: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:56:50.138 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:49 smithi023 ceph-mon[83990]: pgmap v302: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:56:50.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:49 smithi160 ceph-mon[66549]: pgmap v302: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-12T13:56:51.455 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:56:51.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:51 smithi023 ceph-mon[83990]: pgmap v303: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:51.970 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:51 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:51.970 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:51 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:51.970 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:51 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:56:52.105 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:56:52.105 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (19m) 13s ago 20m 19.5M - 0.20.0 0881eb8f169f 288ea0586af3 2024-02-12T13:56:52.105 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (7m) 13s ago 20m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:56:52.105 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (7m) 15s ago 20m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:56:52.105 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (19m) 13s ago 20m 32.9M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:56:52.105 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (3m) 13s ago 15m 39.9M - 17.2.7-512-gc7678334 e402dfa191e5 0c43a9aeac14 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (2m) 15s ago 15m 11.4M - 17.2.7-512-gc7678334 e402dfa191e5 df72278412d0 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (9m) 13s ago 22m 496M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (8m) 15s ago 19m 434M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (8m) 13s ago 22m 80.1M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (8m) 15s ago 19m 59.7M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (2m) 13s ago 11m 119M - 4.0 e402dfa191e5 00d9140c4c0b 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (2m) 15s ago 11m 79.1M - 4.0 e402dfa191e5 f91f80a6c525 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (25s) 13s ago 20m 8040k - 1.5.0 0da6a335fe13 726f29cdd76c 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (19s) 15s ago 19m 3460k - 1.5.0 0da6a335fe13 dc8633cc3b7c 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7m) 13s ago 19m 159M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (6m) 13s ago 18m 148M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6m) 13s ago 18m 120M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5m) 13s ago 18m 159M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (4m) 15s ago 17m 173M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (4m) 15s ago 17m 164M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:56:52.106 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (3m) 15s ago 17m 151M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:56:52.107 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (3m) 15s ago 16m 193M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:56:52.107 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 starting - - - - 2024-02-12T13:56:52.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:51 smithi160 ceph-mon[66549]: pgmap v303: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:51 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:51 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:51 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:56:52.526 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:56:52.526 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:56:52.526 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:56:52.526 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:56:52.526 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 14 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:56:52.527 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:56:52.855 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:56:52.855 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:56:52.855 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:56:52.855 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:56:52.855 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:56:52.855 INFO:teuthology.orchestra.run.smithi023.stdout: "osd", 2024-02-12T13:56:52.855 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:56:52.855 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:56:52.855 INFO:teuthology.orchestra.run.smithi023.stdout: "nfs", 2024-02-12T13:56:52.855 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr", 2024-02-12T13:56:52.856 INFO:teuthology.orchestra.run.smithi023.stdout: "mds" 2024-02-12T13:56:52.856 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:56:52.856 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "18/23 daemons upgraded", 2024-02-12T13:56:52.856 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading prometheus daemons", 2024-02-12T13:56:52.856 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:56:52.856 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:56:53.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:52 smithi160 ceph-mon[66549]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:53.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:52 smithi160 ceph-mon[66549]: from='client.34510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:53.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:52 smithi160 ceph-mon[66549]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:53.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:52 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/4222828824' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:53.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:56:53.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:52 smithi023 ceph-mon[83990]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:53.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:52 smithi023 ceph-mon[83990]: from='client.34510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:53.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:52 smithi023 ceph-mon[83990]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:53.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:52 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/4222828824' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:56:53.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:56:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:53 smithi160 ceph-mon[66549]: pgmap v304: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:54.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:53 smithi160 ceph-mon[66549]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:54.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:53 smithi023 ceph-mon[83990]: pgmap v304: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:54.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:53 smithi023 ceph-mon[83990]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:56:55.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:55 smithi023 ceph-mon[83990]: pgmap v305: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:56:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:55 smithi160 ceph-mon[66549]: pgmap v305: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:56:57.823 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:57.823 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:57.823 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:57 smithi023 ceph-mon[83990]: pgmap v306: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:57.823 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:57.823 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:57.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:57.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:57.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:57 smithi160 ceph-mon[66549]: pgmap v306: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:56:57.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:56:57.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:00.043 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:56:59 smithi023 ceph-mon[83990]: pgmap v307: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:00.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:56:59 smithi160 ceph-mon[66549]: pgmap v307: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:02.078 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: pgmap v308: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.079 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.080 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.080 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.080 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.080 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:01 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: pgmap v308: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:02.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:01 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:03.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:02 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:57:03.157 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:02 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-12T13:57:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:03 smithi160 ceph-mon[66549]: pgmap v309: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:03 smithi160 ceph-mon[66549]: Upgrade: Updating alertmanager.smithi023 2024-02-12T13:57:04.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:03 smithi160 ceph-mon[66549]: Deploying daemon alertmanager.smithi023 on smithi023 2024-02-12T13:57:04.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:03 smithi023 ceph-mon[83990]: pgmap v309: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:04.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:03 smithi023 ceph-mon[83990]: Upgrade: Updating alertmanager.smithi023 2024-02-12T13:57:04.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:03 smithi023 ceph-mon[83990]: Deploying daemon alertmanager.smithi023 on smithi023 2024-02-12T13:57:05.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:05 smithi160 ceph-mon[66549]: pgmap v310: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:05.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:05 smithi023 ceph-mon[83990]: pgmap v310: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:08.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:07 smithi160 ceph-mon[66549]: pgmap v311: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:57:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:07 smithi023 ceph-mon[83990]: pgmap v311: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:57:09.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:09 smithi023 ceph-mon[83990]: pgmap v312: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:10.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:09 smithi160 ceph-mon[66549]: pgmap v312: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:12.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:11 smithi160 ceph-mon[66549]: pgmap v313: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:12.150 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:11 smithi023 ceph-mon[83990]: pgmap v313: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:14.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:13 smithi160 ceph-mon[66549]: pgmap v314: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:14.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:13 smithi023 ceph-mon[83990]: pgmap v314: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:14 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:14 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:14.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:14 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:15.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:14 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:14 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:15.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:14 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:16.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:15 smithi160 ceph-mon[66549]: pgmap v315: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:16.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:15 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on back (longest 4164.443ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:57:16.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:15 smithi023 ceph-mon[83990]: pgmap v315: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:16.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:15 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on back (longest 4164.443ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:57:17.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:16 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on front (longest 3615.897ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:57:17.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:16 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on front (longest 3615.897ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:57:18.189 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:17 smithi023 ceph-mon[83990]: pgmap v316: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:18.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:17 smithi160 ceph-mon[66549]: pgmap v316: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:20.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:19 smithi023 ceph-mon[83990]: pgmap v317: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:20.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:20.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:19 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:20.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:19 smithi160 ceph-mon[66549]: pgmap v317: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:20.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:20.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:19 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:21.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:21.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:21 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:21.527 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:21.527 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:21 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:22.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:22 smithi160 ceph-mon[66549]: pgmap v318: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:22.673 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:22 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on back (longest 3204.326ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:57:22.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:22 smithi023 ceph-mon[83990]: pgmap v318: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:22.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:22 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on back (longest 3204.326ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:57:23.239 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:57:23.432 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:57:23.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:57:23.909 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:57:23.909 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (10s) 4s ago 21m 15.4M - 0.25.0 c8568f914cd2 a902b72aa193 2024-02-12T13:57:23.909 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (8m) 4s ago 21m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:57:23.909 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (8m) 47s ago 20m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:57:23.909 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (19m) 4s ago 21m 33.0M - 6.7.4 557c83e11646 d84eb19090ad 2024-02-12T13:57:23.909 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (3m) 4s ago 15m 39.9M - 17.2.7-512-gc7678334 e402dfa191e5 0c43a9aeac14 2024-02-12T13:57:23.909 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (3m) 47s ago 15m 11.4M - 17.2.7-512-gc7678334 e402dfa191e5 df72278412d0 2024-02-12T13:57:23.909 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (9m) 4s ago 22m 498M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (9m) 47s ago 20m 434M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (9m) 4s ago 23m 81.2M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (8m) 47s ago 20m 59.7M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (2m) 4s ago 12m 122M - 4.0 e402dfa191e5 00d9140c4c0b 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (2m) 47s ago 12m 79.1M - 4.0 e402dfa191e5 f91f80a6c525 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (57s) 4s ago 20m 9017k - 1.5.0 0da6a335fe13 726f29cdd76c 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (51s) 47s ago 20m 3460k - 1.5.0 0da6a335fe13 dc8633cc3b7c 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (7m) 4s ago 19m 159M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7m) 4s ago 19m 148M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (6m) 4s ago 19m 120M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6m) 4s ago 18m 159M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (5m) 47s ago 18m 173M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (4m) 47s ago 18m 164M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (4m) 47s ago 17m 151M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:57:23.910 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (3m) 47s ago 17m 193M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:57:23.911 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (33s) 4s ago 20m 53.5M - 2.43.0 a07b618ecd1d e39c26ead303 2024-02-12T13:57:24.301 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:57:24.301 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:57:24.301 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:57:24.301 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:57:24.301 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 14 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:57:24.302 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:57:24.537 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:24 smithi023 ceph-mon[83990]: pgmap v319: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:24.537 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:24 smithi023 ceph-mon[83990]: from='client.34526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:24.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:24 smithi160 ceph-mon[66549]: pgmap v319: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:24.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:24 smithi160 ceph-mon[66549]: from='client.34526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:24.658 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:57:24.658 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:57:24.658 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:57:24.658 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:57:24.658 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:57:24.658 INFO:teuthology.orchestra.run.smithi023.stdout: "osd", 2024-02-12T13:57:24.658 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:57:24.658 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:57:24.659 INFO:teuthology.orchestra.run.smithi023.stdout: "nfs", 2024-02-12T13:57:24.659 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr", 2024-02-12T13:57:24.659 INFO:teuthology.orchestra.run.smithi023.stdout: "mds" 2024-02-12T13:57:24.659 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:57:24.659 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "18/23 daemons upgraded", 2024-02-12T13:57:24.659 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading grafana daemons", 2024-02-12T13:57:24.659 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:57:24.659 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:57:25.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:25.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:25.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/2623175192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on front (longest 3201.048ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:25 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/2623175192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:57:25.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on front (longest 3201.048ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.649 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:25.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:25 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:26 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:57:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:26 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T13:57:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:26 smithi160 ceph-mon[66549]: from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:26.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:26 smithi160 ceph-mon[66549]: pgmap v320: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:26.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:26 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-12T13:57:26.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:26 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-02-12T13:57:26.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:26 smithi023 ceph-mon[83990]: from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:26.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:26 smithi023 ceph-mon[83990]: pgmap v320: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:27 smithi160 ceph-mon[66549]: Upgrade: Updating grafana.smithi023 2024-02-12T13:57:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:27 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T13:57:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:27 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T13:57:27.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:27 smithi160 ceph-mon[66549]: Deploying daemon grafana.smithi023 on smithi023 2024-02-12T13:57:27.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:27 smithi023 ceph-mon[83990]: Upgrade: Updating grafana.smithi023 2024-02-12T13:57:27.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:27.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:27.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:27 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T13:57:27.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:27 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-12T13:57:27.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:27 smithi023 ceph-mon[83990]: Deploying daemon grafana.smithi023 on smithi023 2024-02-12T13:57:28.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:28 smithi160 ceph-mon[66549]: pgmap v321: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:28.664 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:28 smithi023 ceph-mon[83990]: pgmap v321: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:30.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:30 smithi160 ceph-mon[66549]: pgmap v322: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:30.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:30 smithi023 ceph-mon[83990]: pgmap v322: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:32.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:32 smithi160 ceph-mon[66549]: pgmap v323: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:32.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:32 smithi023 ceph-mon[83990]: pgmap v323: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:33.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:33 smithi023 ceph-mon[83990]: pgmap v324: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:33.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:33 smithi160 ceph-mon[66549]: pgmap v324: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:35.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:35 smithi160 ceph-mon[66549]: pgmap v325: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:35.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:35 smithi023 ceph-mon[83990]: pgmap v325: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:37 smithi160 ceph-mon[66549]: pgmap v326: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:57:38.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:37 smithi023 ceph-mon[83990]: pgmap v326: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:38.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:57:40.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:39 smithi160 ceph-mon[66549]: pgmap v327: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:40.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:39 smithi023 ceph-mon[83990]: pgmap v327: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:42.058 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:41 smithi023 ceph-mon[83990]: pgmap v328: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:42.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:41 smithi160 ceph-mon[66549]: pgmap v328: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:43 smithi160 ceph-mon[66549]: pgmap v329: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:43 smithi023 ceph-mon[83990]: pgmap v329: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:45.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:45 smithi160 ceph-mon[66549]: pgmap v330: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:45.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:45 smithi023 ceph-mon[83990]: pgmap v330: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:47.633 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.633 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.633 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:47.633 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.634 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.634 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.634 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:47 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:47.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:47.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:47 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:48.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:48 smithi160 ceph-mon[66549]: pgmap v331: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:48.664 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:48 smithi023 ceph-mon[83990]: pgmap v331: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:50.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:50 smithi160 ceph-mon[66549]: pgmap v332: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:50.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:50 smithi023 ceph-mon[83990]: pgmap v332: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:52.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:52 smithi160 ceph-mon[66549]: pgmap v333: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:52.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:52.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:52.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:52 smithi023 ceph-mon[83990]: pgmap v333: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:52.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:52.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:53.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:57:53.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:53.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:53 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:57:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:53.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:53 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:54.570 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:54 smithi023 ceph-mon[83990]: pgmap v334: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:54.570 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:54 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on back (longest 1651.577ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:57:54.570 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:54 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on front (longest 2435.329ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:57:54.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:54 smithi160 ceph-mon[66549]: pgmap v334: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:54 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on back (longest 1651.577ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:57:54.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:54 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on front (longest 2435.329ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:57:55.013 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:57:55.686 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:57:55.686 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (42s) 3s ago 22m 15.6M - 0.25.0 c8568f914cd2 a902b72aa193 2024-02-12T13:57:55.686 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (8m) 3s ago 21m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (8m) 79s ago 21m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (9s) 3s ago 21m 52.5M - 9.4.7 954c08fa6188 a3c9a513aed7 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (4m) 3s ago 16m 39.9M - 17.2.7-512-gc7678334 e402dfa191e5 0c43a9aeac14 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (3m) 79s ago 16m 11.4M - 17.2.7-512-gc7678334 e402dfa191e5 df72278412d0 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (10m) 3s ago 23m 499M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (9m) 79s ago 21m 434M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (9m) 3s ago 23m 82.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (9m) 79s ago 20m 59.7M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (3m) 3s ago 12m 122M - 4.0 e402dfa191e5 00d9140c4c0b 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (3m) 79s ago 12m 79.1M - 4.0 e402dfa191e5 f91f80a6c525 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (89s) 3s ago 21m 9281k - 1.5.0 0da6a335fe13 726f29cdd76c 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (83s) 79s ago 20m 3460k - 1.5.0 0da6a335fe13 dc8633cc3b7c 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8m) 3s ago 20m 158M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (7m) 3s ago 19m 148M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7m) 3s ago 19m 120M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:57:55.687 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (6m) 3s ago 19m 160M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:57:55.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (6m) 79s ago 18m 173M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:57:55.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (5m) 79s ago 18m 164M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:57:55.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (4m) 79s ago 18m 151M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:57:55.688 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (4m) 79s ago 17m 193M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:57:55.688 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (65s) 3s ago 21m 55.8M - 2.43.0 a07b618ecd1d e39c26ead303 2024-02-12T13:57:55.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:55 smithi023 ceph-mon[83990]: pgmap v335: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:55.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:55 smithi023 ceph-mon[83990]: from='client.34546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:55.699 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:55 smithi023 ceph-mon[83990]: from='client.34550 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:55.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:55 smithi160 ceph-mon[66549]: pgmap v335: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:57:55.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:55 smithi160 ceph-mon[66549]: from='client.34546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:55.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:55 smithi160 ceph-mon[66549]: from='client.34550 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:56.114 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 14 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:57:56.115 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout: "osd", 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout: "crash", 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout: "nfs", 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr", 2024-02-12T13:57:56.460 INFO:teuthology.orchestra.run.smithi023.stdout: "mds" 2024-02-12T13:57:56.461 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:57:56.461 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "18/23 daemons upgraded", 2024-02-12T13:57:56.461 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading grafana daemons", 2024-02-12T13:57:56.461 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2024-02-12T13:57:56.461 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:57:56.581 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:56 smithi023 ceph-mon[83990]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:56.581 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:56 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/3120070106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:56.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:56 smithi160 ceph-mon[66549]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:56.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:56 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/3120070106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:58.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: pgmap v336: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:58.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-12T13:57:58.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: pgmap v336: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-12T13:57:58.439 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.440 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-12T13:57:58.441 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-12T13:57:58.442 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.443 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:57:58.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:57:58.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:57:58.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:58.444 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:57:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:58 smithi160 ceph-mon[66549]: Upgrade: Finalizing container_image settings 2024-02-12T13:57:59.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:58 smithi160 ceph-mon[66549]: Upgrade: Complete! 2024-02-12T13:57:59.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:58 smithi023 ceph-mon[83990]: Upgrade: Finalizing container_image settings 2024-02-12T13:57:59.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:58 smithi023 ceph-mon[83990]: Upgrade: Complete! 2024-02-12T13:58:00.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:59 smithi160 ceph-mon[66549]: pgmap v337: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:00.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:57:59 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on front (longest 1648.443ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:58:00.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:59 smithi023 ceph-mon[83990]: pgmap v337: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:00.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:57:59 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on front (longest 1648.443ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:58:02.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:01 smithi160 ceph-mon[66549]: pgmap v338: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:02.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:01 smithi023 ceph-mon[83990]: pgmap v338: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:04.398 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:03 smithi160 ceph-mon[66549]: pgmap v339: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:04.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:03 smithi023 ceph-mon[83990]: pgmap v339: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:05.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:05 smithi160 ceph-mon[66549]: pgmap v340: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:05.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:05 smithi023 ceph-mon[83990]: pgmap v340: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:07 smithi160 ceph-mon[66549]: pgmap v341: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:58:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:07 smithi023 ceph-mon[83990]: pgmap v341: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:58:10.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:09 smithi160 ceph-mon[66549]: pgmap v342: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:09 smithi023 ceph-mon[83990]: pgmap v342: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:11.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:10 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on back (longest 1571.974ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:58:11.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:10 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on front (longest 1572.247ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:58:11.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:10 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on back (longest 1571.974ms) (OSD_SLOW_PING_TIME_BACK) 2024-02-12T13:58:11.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:10 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on front (longest 1572.247ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:58:12.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:11 smithi160 ceph-mon[66549]: pgmap v343: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:12.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:11 smithi023 ceph-mon[83990]: pgmap v343: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:14.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:13 smithi160 ceph-mon[66549]: pgmap v344: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:14.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:13 smithi023 ceph-mon[83990]: pgmap v344: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:15.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:15 smithi160 ceph-mon[66549]: pgmap v345: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:15.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:15 smithi023 ceph-mon[83990]: pgmap v345: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:17.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:16 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on front (longest 1028.950ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:58:17.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:16 smithi160 ceph-mon[66549]: Health check cleared: OSD_SLOW_PING_TIME_BACK (was: Slow OSD heartbeats on back (longest 1393.806ms)) 2024-02-12T13:58:17.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:16 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on front (longest 1028.950ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:58:17.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:16 smithi023 ceph-mon[83990]: Health check cleared: OSD_SLOW_PING_TIME_BACK (was: Slow OSD heartbeats on back (longest 1393.806ms)) 2024-02-12T13:58:18.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:17 smithi160 ceph-mon[66549]: pgmap v346: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:18.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:17 smithi023 ceph-mon[83990]: pgmap v346: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:20.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:19 smithi160 ceph-mon[66549]: pgmap v347: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:20.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:19 smithi023 ceph-mon[83990]: pgmap v347: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:22.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:21 smithi160 ceph-mon[66549]: pgmap v348: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:22.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:21 smithi023 ceph-mon[83990]: pgmap v348: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:23.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:58:23.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:23 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:58:23.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:23 smithi023 ceph-mon[83990]: pgmap v349: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:58:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:23 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:58:24.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:23 smithi160 ceph-mon[66549]: pgmap v349: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:25.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:25 smithi160 ceph-mon[66549]: pgmap v350: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:25.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:25 smithi023 ceph-mon[83990]: pgmap v350: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:27.540 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph orch ps' 2024-02-12T13:58:28.059 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:27 smithi023 ceph-mon[83990]: pgmap v351: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:28.059 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:27 smithi023 ceph-mon[83990]: from='client.34566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:58:28.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:27 smithi160 ceph-mon[66549]: pgmap v351: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:28.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:27 smithi160 ceph-mon[66549]: from='client.34566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:58:29.747 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:58:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (76s) 37s ago 22m 15.6M - 0.25.0 c8568f914cd2 a902b72aa193 2024-02-12T13:58:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (9m) 37s ago 22m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:58:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (9m) 113s ago 21m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:58:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (43s) 37s ago 22m 52.5M - 9.4.7 954c08fa6188 a3c9a513aed7 2024-02-12T13:58:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (4m) 37s ago 16m 39.9M - 17.2.7-512-gc7678334 e402dfa191e5 0c43a9aeac14 2024-02-12T13:58:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (4m) 113s ago 16m 11.4M - 17.2.7-512-gc7678334 e402dfa191e5 df72278412d0 2024-02-12T13:58:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (11m) 37s ago 23m 499M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:58:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (10m) 113s ago 21m 434M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:58:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (10m) 37s ago 24m 82.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:58:29.748 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (9m) 113s ago 21m 59.7M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (4m) 37s ago 13m 122M - 4.0 e402dfa191e5 00d9140c4c0b 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (4m) 113s ago 13m 79.1M - 4.0 e402dfa191e5 f91f80a6c525 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (2m) 37s ago 22m 9281k - 1.5.0 0da6a335fe13 726f29cdd76c 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (117s) 113s ago 21m 3460k - 1.5.0 0da6a335fe13 dc8633cc3b7c 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (8m) 37s ago 21m 158M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (8m) 37s ago 20m 148M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (7m) 37s ago 20m 120M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (7m) 37s ago 19m 160M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (6m) 113s ago 19m 173M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (6m) 113s ago 19m 164M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (5m) 113s ago 18m 151M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (4m) 113s ago 18m 193M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:58:29.749 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (99s) 37s ago 21m 55.8M - 2.43.0 a07b618ecd1d e39c26ead303 2024-02-12T13:58:30.146 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:29 smithi023 ceph-mon[83990]: pgmap v352: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:30.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:29 smithi160 ceph-mon[66549]: pgmap v352: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:30.414 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph versions' 2024-02-12T13:58:31.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:30 smithi160 ceph-mon[66549]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:58:31.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:30 smithi023 ceph-mon[83990]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:58:31.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:31 smithi023 ceph-mon[83990]: pgmap v353: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:32.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:31 smithi160 ceph-mon[66549]: pgmap v353: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:32.712 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:58:32.712 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:58:32.712 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:58:32.712 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:58:32.712 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:58:32.712 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:58:32.712 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:58:32.712 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:58:32.712 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:58:32.712 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:58:32.713 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:58:32.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:58:32.713 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:58:32.713 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:58:32.713 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 14 2024-02-12T13:58:32.713 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:58:32.713 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:58:33.101 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:32 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/1230370532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:58:33.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:32 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/1230370532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:58:33.429 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-12T13:58:34.123 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:33 smithi023 ceph-mon[83990]: pgmap v354: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:34.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:33 smithi160 ceph-mon[66549]: pgmap v354: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:35.344 INFO:teuthology.orchestra.run.smithi023.stdout:wait for servicemap items w/ changing names to refresh 2024-02-12T13:58:35.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:35 smithi160 ceph-mon[66549]: pgmap v355: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:35.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:35 smithi023 ceph-mon[83990]: pgmap v355: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:35.974 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'sleep 60' 2024-02-12T13:58:37.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:37 smithi023 ceph-mon[83990]: pgmap v356: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:37.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:58:38.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:37 smithi160 ceph-mon[66549]: pgmap v356: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:38.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:58:40.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:39 smithi160 ceph-mon[66549]: pgmap v357: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:40.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:39 smithi023 ceph-mon[83990]: pgmap v357: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:42.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:41 smithi160 ceph-mon[66549]: pgmap v358: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:42.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:41 smithi023 ceph-mon[83990]: pgmap v358: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:44.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:43 smithi160 ceph-mon[66549]: pgmap v359: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:43 smithi023 ceph-mon[83990]: pgmap v359: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:45.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:45 smithi160 ceph-mon[66549]: pgmap v360: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:45.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:45 smithi023 ceph-mon[83990]: pgmap v360: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:48.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:47 smithi160 ceph-mon[66549]: pgmap v361: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:48.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:47 smithi023 ceph-mon[83990]: pgmap v361: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:50.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:49 smithi160 ceph-mon[66549]: pgmap v362: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:49 smithi023 ceph-mon[83990]: pgmap v362: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:52.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:51 smithi160 ceph-mon[66549]: pgmap v363: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:52.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:51 smithi023 ceph-mon[83990]: pgmap v363: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:53.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:58:53.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:58:54.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:53 smithi160 ceph-mon[66549]: pgmap v364: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:54.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:53 smithi023 ceph-mon[83990]: pgmap v364: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:55.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:55 smithi160 ceph-mon[66549]: pgmap v365: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:55.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:55 smithi023 ceph-mon[83990]: pgmap v365: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:58:58.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:57 smithi160 ceph-mon[66549]: pgmap v366: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:58.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:57 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:58:58.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:57 smithi023 ceph-mon[83990]: pgmap v366: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:58:58.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:57 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:58:58.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:58 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:58:58.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:58 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:58:58.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:58 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:58:58.939 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:58:58 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:58:59.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:58 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:58:59.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:58 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:58:59.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:58 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:58:59.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:58:58 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:59:00.648 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:00 smithi160 ceph-mon[66549]: pgmap v367: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:00.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:00 smithi023 ceph-mon[83990]: pgmap v367: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:02.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:02 smithi160 ceph-mon[66549]: pgmap v368: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:02.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:02 smithi023 ceph-mon[83990]: pgmap v368: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:04.647 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:04 smithi160 ceph-mon[66549]: pgmap v369: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:04.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:04 smithi023 ceph-mon[83990]: pgmap v369: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:05.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:05 smithi160 ceph-mon[66549]: pgmap v370: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:05.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:05 smithi023 ceph-mon[83990]: pgmap v370: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:08.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:07 smithi160 ceph-mon[66549]: pgmap v371: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:08.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:07 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:59:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:07 smithi023 ceph-mon[83990]: pgmap v371: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:08.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:07 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:59:10.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:09 smithi160 ceph-mon[66549]: pgmap v372: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:10.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:09 smithi023 ceph-mon[83990]: pgmap v372: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:12.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:11 smithi160 ceph-mon[66549]: pgmap v373: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:12.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:11 smithi023 ceph-mon[83990]: pgmap v373: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:14.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:13 smithi160 ceph-mon[66549]: pgmap v374: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:14.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:13 smithi023 ceph-mon[83990]: pgmap v374: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:15.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:15 smithi160 ceph-mon[66549]: pgmap v375: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:15.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:15 smithi023 ceph-mon[83990]: pgmap v375: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:18.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:17 smithi160 ceph-mon[66549]: pgmap v376: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:18.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:17 smithi023 ceph-mon[83990]: pgmap v376: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:20.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:19 smithi160 ceph-mon[66549]: pgmap v377: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:20.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:19 smithi023 ceph-mon[83990]: pgmap v377: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:22.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:21 smithi160 ceph-mon[66549]: pgmap v378: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:22.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:21 smithi023 ceph-mon[83990]: pgmap v378: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:23.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:22 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:59:23.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:22 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:59:24.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:23 smithi160 ceph-mon[66549]: pgmap v379: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:24.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:23 smithi160 ceph-mon[66549]: Health check update: Slow OSD heartbeats on front (longest 1028.960ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:59:24.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:23 smithi023 ceph-mon[83990]: pgmap v379: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:24.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:23 smithi023 ceph-mon[83990]: Health check update: Slow OSD heartbeats on front (longest 1028.960ms) (OSD_SLOW_PING_TIME_FRONT) 2024-02-12T13:59:25.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:25 smithi160 ceph-mon[66549]: pgmap v380: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:25.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:25 smithi023 ceph-mon[83990]: pgmap v380: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:28.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:27 smithi160 ceph-mon[66549]: pgmap v381: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:28.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:27 smithi023 ceph-mon[83990]: pgmap v381: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:30.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:29 smithi160 ceph-mon[66549]: pgmap v382: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:30.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:29 smithi023 ceph-mon[83990]: pgmap v382: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:32.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:31 smithi160 ceph-mon[66549]: pgmap v383: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:32.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:31 smithi023 ceph-mon[83990]: pgmap v383: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:34.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:33 smithi160 ceph-mon[66549]: pgmap v384: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:34.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:33 smithi023 ceph-mon[83990]: pgmap v384: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:35.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:35 smithi160 ceph-mon[66549]: pgmap v385: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:35.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:35 smithi023 ceph-mon[83990]: pgmap v385: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:38.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:37 smithi160 ceph-mon[66549]: pgmap v386: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:38.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:37 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:59:38.156 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:37 smithi023 ceph-mon[83990]: pgmap v386: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:38.156 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:37 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:59:38.594 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph orch ps' 2024-02-12T13:59:40.139 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:39 smithi023 ceph-mon[83990]: pgmap v387: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:40.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:39 smithi160 ceph-mon[66549]: pgmap v387: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:40.817 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-12T13:59:40.817 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (2m) 108s ago 23m 15.6M - 0.25.0 c8568f914cd2 a902b72aa193 2024-02-12T13:59:40.817 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (10m) 108s ago 23m 6656k - 17.2.7-512-gc7678334 e402dfa191e5 e7ab68f41780 2024-02-12T13:59:40.817 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi160 smithi160 running (10m) 3m ago 22m 6647k - 17.2.7-512-gc7678334 e402dfa191e5 1ccf06d16017 2024-02-12T13:59:40.817 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (115s) 108s ago 23m 52.5M - 9.4.7 954c08fa6188 a3c9a513aed7 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi023.simqsf smithi023 running (5m) 108s ago 18m 39.9M - 17.2.7-512-gc7678334 e402dfa191e5 0c43a9aeac14 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:mds.foofs.smithi160.zlpbjm smithi160 running (5m) 3m ago 18m 11.4M - 17.2.7-512-gc7678334 e402dfa191e5 df72278412d0 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.mqmmus smithi023 *:8443,9283 running (12m) 108s ago 25m 499M - 17.2.7-512-gc7678334 e402dfa191e5 077e50f7e5b2 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi160.somqhq smithi160 *:8443,9283 running (11m) 3m ago 22m 434M - 17.2.7-512-gc7678334 e402dfa191e5 f56963673ab3 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (11m) 108s ago 25m 82.4M 2048M 17.2.7-512-gc7678334 e402dfa191e5 34f322ec7f49 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi160 smithi160 running (11m) 3m ago 22m 59.7M 2048M 17.2.7-512-gc7678334 e402dfa191e5 21ce9abb8398 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.0.1.smithi023.stgjpq smithi023 *:2049 running (5m) 108s ago 14m 122M - 4.0 e402dfa191e5 00d9140c4c0b 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:nfs.foo.1.1.smithi160.jxfhmk smithi160 *:2049 running (5m) 3m ago 14m 79.1M - 4.0 e402dfa191e5 f91f80a6c525 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (3m) 108s ago 23m 9281k - 1.5.0 0da6a335fe13 726f29cdd76c 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi160 smithi160 *:9100 running (3m) 3m ago 22m 3460k - 1.5.0 0da6a335fe13 dc8633cc3b7c 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (9m) 108s ago 22m 158M 1944M 17.2.7-512-gc7678334 e402dfa191e5 fc0638c2a595 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9m) 108s ago 21m 148M 1944M 17.2.7-512-gc7678334 e402dfa191e5 27d767cf91f4 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9m) 108s ago 21m 120M 1944M 17.2.7-512-gc7678334 e402dfa191e5 9a12159df1a1 2024-02-12T13:59:40.818 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8m) 108s ago 20m 160M 1944M 17.2.7-512-gc7678334 e402dfa191e5 aaddd61dc0e2 2024-02-12T13:59:40.819 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi160 running (7m) 3m ago 20m 173M 2712M 17.2.7-512-gc7678334 e402dfa191e5 bffdd52f0568 2024-02-12T13:59:40.819 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi160 running (7m) 3m ago 20m 164M 2712M 17.2.7-512-gc7678334 e402dfa191e5 03903859cd44 2024-02-12T13:59:40.819 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi160 running (6m) 3m ago 19m 151M 2712M 17.2.7-512-gc7678334 e402dfa191e5 995ecd07d929 2024-02-12T13:59:40.819 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi160 running (6m) 3m ago 19m 193M 2712M 17.2.7-512-gc7678334 e402dfa191e5 f15de1bb60a8 2024-02-12T13:59:40.819 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi023 smithi023 *:9095 running (2m) 108s ago 23m 55.8M - 2.43.0 a07b618ecd1d e39c26ead303 2024-02-12T13:59:41.546 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph versions' 2024-02-12T13:59:42.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:41 smithi160 ceph-mon[66549]: pgmap v388: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:42.148 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:41 smithi160 ceph-mon[66549]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:59:42.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:41 smithi023 ceph-mon[83990]: pgmap v388: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:42.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:41 smithi023 ceph-mon[83990]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:59:43.995 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2024-02-12T13:59:43.995 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2024-02-12T13:59:43.995 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:59:43.995 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:59:43.995 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 8 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": { 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 2 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)": 14 2024-02-12T13:59:43.996 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:59:43.997 INFO:teuthology.orchestra.run.smithi023.stdout:} 2024-02-12T13:59:44.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:43 smithi160 ceph-mon[66549]: pgmap v389: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:44.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:43 smithi023 ceph-mon[83990]: pgmap v389: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:44.617 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-12T13:59:45.120 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:44 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/1684504902' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:59:45.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:44 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/1684504902' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:59:46.127 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:45 smithi023 ceph-mon[83990]: pgmap v390: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:46.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:45 smithi160 ceph-mon[66549]: pgmap v390: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:46.942 INFO:teuthology.orchestra.run.smithi023.stdout:true 2024-02-12T13:59:47.536 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -e sha1=c76783341f6dcd7c9515f5c407c7402ee30c3dfd -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-12T13:59:48.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:47 smithi160 ceph-mon[66549]: pgmap v391: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:48.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:47 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/917355793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:59:48.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:47 smithi023 ceph-mon[83990]: pgmap v391: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:48.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:47 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/917355793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:59:49.811 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.7-512-gc7678334 (c76783341f6dcd7c9515f5c407c7402ee30c3dfd) quincy (stable)" 2024-02-12T13:59:50.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:49 smithi160 ceph-mon[66549]: pgmap v392: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:50.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:49 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/1637831932' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:59:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:49 smithi023 ceph-mon[83990]: pgmap v392: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:50.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:49 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/1637831932' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-12T13:59:50.550 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-12T13:59:50.551 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-12T13:59:50.551 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-12T13:59:51.985 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:51 smithi023 ceph-mon[83990]: pgmap v393: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:52.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:51 smithi160 ceph-mon[66549]: pgmap v393: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:52.744 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-12T13:59:52.745 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-12T13:35:12.676326Z", "last_refresh": "2024-02-12T13:57:52.211211Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-12T13:35:00.262562Z", "last_refresh": "2024-02-12T13:56:36.197320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2024-02-12T13:35:10.026621Z", "last_refresh": "2024-02-12T13:57:52.211352Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-12T13:41:31.270037Z", "last_refresh": "2024-02-12T13:56:36.197965Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-12T13:34:59.008878Z", "last_refresh": "2024-02-12T13:56:36.197493Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-12T13:35:48.389790Z", "last_refresh": "2024-02-12T13:56:36.197569Z", "running": 2, "size": 2}}, {"events": ["2024-02-12T13:48:32.649773Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-12T13:44:57.515044Z", "last_refresh": "2024-02-12T13:56:36.198041Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-12T13:35:11.367827Z", "last_refresh": "2024-02-12T13:56:36.197637Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e402dfa191e5865f707b0e10c83f425897dc6bdd57082cf8e02404eaab505fa8", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:0120b92ccf95a2e1e86b79827c94d0c9a08e8da8a55d5fea40fb8ca659d011fe", "last_refresh": "2024-02-12T13:56:36.197705Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-12T13:35:08.705229Z", "last_refresh": "2024-02-12T13:57:52.211487Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-12T13:59:53.028 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:52 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:59:53.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:52 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-12T13:59:53.289 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-12T13:59:53.289 DEBUG:teuthology.parallel:result is None 2024-02-12T13:59:53.289 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-12T13:59:53.299 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:59:53.299 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-12T13:59:53.331 INFO:teuthology.orchestra.run.smithi023.stderr:+ umount /mnt/foo 2024-02-12T13:59:53.369 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-12T13:59:53.379 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T13:59:53.379 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-12T13:59:54.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:53 smithi023 ceph-mon[83990]: from='client.34594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:59:54.137 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:53 smithi023 ceph-mon[83990]: pgmap v394: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:54.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:53 smithi160 ceph-mon[66549]: from='client.34594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-12T13:59:54.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:53 smithi160 ceph-mon[66549]: pgmap v394: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:55.629 INFO:teuthology.orchestra.run.smithi023.stdout:foo 2024-02-12T13:59:55.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:55 smithi160 ceph-mon[66549]: pgmap v395: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:55.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:55 smithi023 ceph-mon[83990]: pgmap v395: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-12T13:59:56.358 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-12T13:59:56.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:56 smithi023 ceph-mon[83990]: from='client.34598 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:59:56.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:56 smithi160 ceph-mon[66549]: from='client.34598 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:59:57.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:57 smithi160 ceph-mon[66549]: pgmap v396: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:57.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:57 smithi023 ceph-mon[83990]: pgmap v396: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:58.763 INFO:teuthology.orchestra.run.smithi023.stdout:[ 2024-02-12T13:59:58.763 INFO:teuthology.orchestra.run.smithi023.stdout: { 2024-02-12T13:59:58.763 INFO:teuthology.orchestra.run.smithi023.stdout: "export_id": 1, 2024-02-12T13:59:58.763 INFO:teuthology.orchestra.run.smithi023.stdout: "path": "/", 2024-02-12T13:59:58.763 INFO:teuthology.orchestra.run.smithi023.stdout: "cluster_id": "foo", 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "pseudo": "/fake", 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "access_type": "RW", 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "squash": "no_root_squash", 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "security_label": true, 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "protocols": [ 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: 4 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "transports": [ 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "TCP" 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "fsal": { 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "name": "CEPH", 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "user_id": "nfs.foo.1", 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: "fs_name": "foofs" 2024-02-12T13:59:58.764 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2024-02-12T13:59:58.765 INFO:teuthology.orchestra.run.smithi023.stdout: "clients": [] 2024-02-12T13:59:58.765 INFO:teuthology.orchestra.run.smithi023.stdout: } 2024-02-12T13:59:58.765 INFO:teuthology.orchestra.run.smithi023.stdout:] 2024-02-12T13:59:58.796 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:58 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:59:58.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:58 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-12T13:59:59.379 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-12T13:59:59.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:59 smithi023 ceph-mon[83990]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:59:59.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:59 smithi023 ceph-mon[83990]: pgmap v397: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:59.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:59:59.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:59:59.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:59:59.688 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 13:59:59 smithi023 ceph-mon[83990]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:59:59.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:59 smithi160 ceph-mon[66549]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-12T13:59:59.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:59 smithi160 ceph-mon[66549]: pgmap v397: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-12T13:59:59.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-12T13:59:59.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-12T13:59:59.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T13:59:59.898 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 13:59:59 smithi160 ceph-mon[66549]: from='mgr.34104 172.21.15.23:0/588414598' entity='mgr.smithi023.mqmmus' 2024-02-12T14:00:00.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:00 smithi023 ceph-mon[83990]: Health detail: HEALTH_WARN Slow OSD heartbeats on front (longest 1028.960ms) 2024-02-12T14:00:00.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:00 smithi023 ceph-mon[83990]: [WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 1028.960ms) 2024-02-12T14:00:00.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:00 smithi023 ceph-mon[83990]: Slow OSD heartbeats on front from osd.6 [] to osd.0 [] 1028.960 msec 2024-02-12T14:00:00.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:00 smithi160 ceph-mon[66549]: Health detail: HEALTH_WARN Slow OSD heartbeats on front (longest 1028.960ms) 2024-02-12T14:00:00.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:00 smithi160 ceph-mon[66549]: [WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 1028.960ms) 2024-02-12T14:00:00.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:00 smithi160 ceph-mon[66549]: Slow OSD heartbeats on front from osd.6 [] to osd.0 [] 1028.960 msec 2024-02-12T14:00:01.439 INFO:teuthology.orchestra.run.smithi023.stdout:foo grace 2024-02-12T14:00:01.439 INFO:teuthology.orchestra.run.smithi023.stdout:foo rec-0000000000000005:nfs.foo.1 2024-02-12T14:00:01.439 INFO:teuthology.orchestra.run.smithi023.stdout:foo rec-0000000000000005:nfs.foo.0 2024-02-12T14:00:01.439 INFO:teuthology.orchestra.run.smithi023.stdout:foo conf-nfs.foo 2024-02-12T14:00:01.439 INFO:teuthology.orchestra.run.smithi023.stdout:foo export-1 2024-02-12T14:00:01.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:01 smithi160 ceph-mon[66549]: mgrmap e45: smithi023.mqmmus(active, since 11m), standbys: smithi160.somqhq 2024-02-12T14:00:01.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:01 smithi160 ceph-mon[66549]: pgmap v398: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-12T14:00:01.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:01 smithi023 ceph-mon[83990]: mgrmap e45: smithi023.mqmmus(active, since 11m), standbys: smithi160.somqhq 2024-02-12T14:00:01.938 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:01 smithi023 ceph-mon[83990]: pgmap v398: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-12T14:00:02.028 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-12T14:00:04.147 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:03 smithi160 ceph-mon[66549]: pgmap v399: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-12T14:00:04.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:03 smithi023 ceph-mon[83990]: pgmap v399: 129 pgs: 129 active+clean; 220 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-12T14:00:04.309 INFO:teuthology.orchestra.run.smithi023.stdout:5 2024-02-12T14:00:04.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:04 smithi023 ceph-mon[83990]: from='client.? 172.21.15.23:0/1498005152' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-12T14:00:05.018 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-12T14:00:05.031 INFO:tasks.cephadm:Teardown begin 2024-02-12T14:00:05.031 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T14:00:05.066 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T14:00:05.096 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:04 smithi160 ceph-mon[66549]: from='client.? 172.21.15.23:0/1498005152' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-12T14:00:05.105 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-12T14:00:05.105 DEBUG:teuthology.orchestra.run.smithi023:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-12T14:00:05.125 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-12T14:00:05.167 INFO:tasks.cephadm:Stopping all daemons... 2024-02-12T14:00:05.168 INFO:tasks.cephadm.mon.smithi023:Stopping mon.smithi023... 2024-02-12T14:00:05.168 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023 2024-02-12T14:00:05.438 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:05 smithi023 systemd[1]: Stopping Ceph mon.smithi023 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T14:00:05.761 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon-smithi023[83967]: 2024-02-12T14:00:05.476+0000 7f8ecaae2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi023 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-02-12T14:00:05.761 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:05 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon-smithi023[83967]: 2024-02-12T14:00:05.476+0000 7f8ecaae2700 -1 mon.smithi023@0(leader) e3 *** Got Signal Terminated *** 2024-02-12T14:00:06.187 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 12 14:00:05 smithi023 bash[145935]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon-smithi023 2024-02-12T14:00:06.239 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi023.service' 2024-02-12T14:00:06.296 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T14:00:06.296 INFO:tasks.cephadm.mon.smithi023:Stopped mon.smithi023 2024-02-12T14:00:06.296 INFO:tasks.cephadm.mon.smithi160:Stopping mon.smithi160... 2024-02-12T14:00:06.296 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi160 2024-02-12T14:00:06.617 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:06 smithi160 systemd[1]: Stopping Ceph mon.smithi160 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T14:00:06.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon-smithi160[66526]: 2024-02-12T14:00:06.613+0000 7fef1f8d5700 -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-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-02-12T14:00:06.897 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon-smithi160[66526]: 2024-02-12T14:00:06.613+0000 7fef1f8d5700 -1 mon.smithi160@1(peon) e3 *** Got Signal Terminated *** 2024-02-12T14:00:07.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Feb 12 14:00:07 smithi160 bash[98136]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-mon-smithi160 2024-02-12T14:00:07.567 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@mon.smithi160.service' 2024-02-12T14:00:07.622 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T14:00:07.623 INFO:tasks.cephadm.mon.smithi160:Stopped mon.smithi160 2024-02-12T14:00:07.623 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-12T14:00:07.623 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.0 2024-02-12T14:00:07.938 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 14:00:07 smithi023 systemd[1]: Stopping Ceph osd.0 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T14:00:08.438 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 14:00:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-0[91690]: 2024-02-12T14:00:07.973+0000 7f55eba0e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-12T14:00:08.438 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 14:00:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-0[91690]: 2024-02-12T14:00:07.973+0000 7f55eba0e700 -1 osd.0 118 *** Got signal Terminated *** 2024-02-12T14:00:08.438 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 14:00:07 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-0[91690]: 2024-02-12T14:00:07.973+0000 7f55eba0e700 -1 osd.0 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T14:00:14.188 INFO:journalctl@ceph.osd.0.smithi023.stdout:Feb 12 14:00:13 smithi023 bash[146093]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-0 2024-02-12T14:00:15.557 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.0.service' 2024-02-12T14:00:15.602 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T14:00:15.602 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-12T14:00:15.602 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-12T14:00:15.602 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.1 2024-02-12T14:00:15.873 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 14:00:15 smithi023 systemd[1]: Stopping Ceph osd.1 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T14:00:16.188 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 14:00:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T14:00:15.869+0000 7f1ddd502700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-12T14:00:16.188 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 14:00:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T14:00:15.869+0000 7f1ddd502700 -1 osd.1 118 *** Got signal Terminated *** 2024-02-12T14:00:16.188 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 14:00:15 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1[95004]: 2024-02-12T14:00:15.869+0000 7f1ddd502700 -1 osd.1 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T14:00:21.939 INFO:journalctl@ceph.osd.1.smithi023.stdout:Feb 12 14:00:21 smithi023 bash[146410]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-1 2024-02-12T14:00:23.537 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.1.service' 2024-02-12T14:00:23.582 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T14:00:23.582 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-12T14:00:23.582 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-12T14:00:23.582 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.2 2024-02-12T14:00:23.938 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 14:00:23 smithi023 systemd[1]: Stopping Ceph osd.2 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T14:00:24.438 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 14:00:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-2[98194]: 2024-02-12T14:00:23.940+0000 7f44e8d37700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-12T14:00:24.438 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 14:00:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-2[98194]: 2024-02-12T14:00:23.940+0000 7f44e8d37700 -1 osd.2 118 *** Got signal Terminated *** 2024-02-12T14:00:24.438 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 14:00:23 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-2[98194]: 2024-02-12T14:00:23.940+0000 7f44e8d37700 -1 osd.2 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T14:00:30.438 INFO:journalctl@ceph.osd.2.smithi023.stdout:Feb 12 14:00:30 smithi023 bash[146680]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-2 2024-02-12T14:00:31.904 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.2.service' 2024-02-12T14:00:31.948 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T14:00:31.949 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-12T14:00:31.949 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-12T14:00:31.949 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.3 2024-02-12T14:00:32.188 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 14:00:32 smithi023 systemd[1]: Stopping Ceph osd.3 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T14:00:32.688 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 14:00:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-3[101491]: 2024-02-12T14:00:32.278+0000 7f49e6f67700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-12T14:00:32.688 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 14:00:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-3[101491]: 2024-02-12T14:00:32.278+0000 7f49e6f67700 -1 osd.3 118 *** Got signal Terminated *** 2024-02-12T14:00:32.688 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 14:00:32 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-3[101491]: 2024-02-12T14:00:32.278+0000 7f49e6f67700 -1 osd.3 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T14:00:35.147 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:34 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:34.853+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:35.847 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:35.440+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:11.644359+0000 front 2024-02-12T14:00:11.644293+0000 (oldest deadline 2024-02-12T14:00:34.544186+0000) 2024-02-12T14:00:35.938 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 14:00:35 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-3[101491]: 2024-02-12T14:00:35.486+0000 7f49e2563700 -1 osd.3 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.586015+0000 front 2024-02-12T14:00:09.586206+0000 (oldest deadline 2024-02-12T14:00:35.486102+0000) 2024-02-12T14:00:36.147 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:36.053+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:36.148 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:35 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:35.844+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:36.148 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:36.070+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:36.852 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:36.406+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:11.644359+0000 front 2024-02-12T14:00:11.644293+0000 (oldest deadline 2024-02-12T14:00:34.544186+0000) 2024-02-12T14:00:36.937 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 14:00:36 smithi023 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-3[101491]: 2024-02-12T14:00:36.442+0000 7f49e2563700 -1 osd.3 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.586015+0000 front 2024-02-12T14:00:09.586206+0000 (oldest deadline 2024-02-12T14:00:35.486102+0000) 2024-02-12T14:00:37.147 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:37.082+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:37.147 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:36 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:36.848+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:37.148 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:37.084+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:37.648 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:37.358+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:11.644359+0000 front 2024-02-12T14:00:11.644293+0000 (oldest deadline 2024-02-12T14:00:34.544186+0000) 2024-02-12T14:00:38.133 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:37 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:37.852+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:38.133 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:38.082+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:38.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:38.129+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:38.438 INFO:journalctl@ceph.osd.3.smithi023.stdout:Feb 12 14:00:38 smithi023 bash[146950]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-3 2024-02-12T14:00:38.648 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:38.393+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:11.644359+0000 front 2024-02-12T14:00:11.644293+0000 (oldest deadline 2024-02-12T14:00:34.544186+0000) 2024-02-12T14:00:39.121 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:38 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:38.808+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:39.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:39.120+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:39.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:39.116+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:39.778 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:39.406+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:11.644359+0000 front 2024-02-12T14:00:11.644293+0000 (oldest deadline 2024-02-12T14:00:34.544186+0000) 2024-02-12T14:00:40.105 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.3.service' 2024-02-12T14:00:40.125 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:39 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:39.775+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:40.148 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T14:00:40.149 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-12T14:00:40.149 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-12T14:00:40.149 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.4 2024-02-12T14:00:40.376 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:40.146+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:40.377 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:40.121+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:40.377 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:40 smithi160 systemd[1]: Stopping Ceph osd.4 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T14:00:40.377 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:40.372+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:11.644359+0000 front 2024-02-12T14:00:11.644293+0000 (oldest deadline 2024-02-12T14:00:34.544186+0000) 2024-02-12T14:00:40.647 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:40.438+0000 7fb03aeee700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-12T14:00:40.647 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:40.438+0000 7fb03aeee700 -1 osd.4 118 *** Got signal Terminated *** 2024-02-12T14:00:40.647 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:40.438+0000 7fb03aeee700 -1 osd.4 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T14:00:41.147 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:40 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:40.812+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:41.416 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:41.152+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:41.416 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:41.162+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:41.836 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:41.412+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:11.644359+0000 front 2024-02-12T14:00:11.644293+0000 (oldest deadline 2024-02-12T14:00:34.544186+0000) 2024-02-12T14:00:42.133 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:41 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:41.832+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:42.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:42.196+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:42.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:42.196+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:42.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:42.130+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:42.799 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:42.451+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:11.644359+0000 front 2024-02-12T14:00:11.644293+0000 (oldest deadline 2024-02-12T14:00:34.544186+0000) 2024-02-12T14:00:42.799 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:42.451+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:16.745743+0000 front 2024-02-12T14:00:16.745791+0000 (oldest deadline 2024-02-12T14:00:41.445894+0000) 2024-02-12T14:00:43.092 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:42 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:42.795+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:43.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:43.089+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:43.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:43.178+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:43.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:43.178+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:43.793 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:43.482+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:11.644359+0000 front 2024-02-12T14:00:11.644293+0000 (oldest deadline 2024-02-12T14:00:34.544186+0000) 2024-02-12T14:00:43.793 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:43.482+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:16.745743+0000 front 2024-02-12T14:00:16.745791+0000 (oldest deadline 2024-02-12T14:00:41.445894+0000) 2024-02-12T14:00:44.062 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:43.789+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:44.062 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:43 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:43.789+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:20.688936+0000 front 2024-02-12T14:00:20.688832+0000 (oldest deadline 2024-02-12T14:00:43.588777+0000) 2024-02-12T14:00:44.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:44.149+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:44.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:44.149+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:44.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:44.059+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:44.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:44.059+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:44.840 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:44.506+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:11.644359+0000 front 2024-02-12T14:00:11.644293+0000 (oldest deadline 2024-02-12T14:00:34.544186+0000) 2024-02-12T14:00:44.840 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4[72492]: 2024-02-12T14:00:44.506+0000 7fb038cef700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:16.745743+0000 front 2024-02-12T14:00:16.745791+0000 (oldest deadline 2024-02-12T14:00:41.445894+0000) 2024-02-12T14:00:45.147 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:45.053+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:45.147 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:45.053+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:45.148 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:44.837+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:45.148 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:44 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:44.837+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:20.688936+0000 front 2024-02-12T14:00:20.688832+0000 (oldest deadline 2024-02-12T14:00:43.588777+0000) 2024-02-12T14:00:45.647 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:45.174+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:45.648 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:45.174+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:46.137 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:46.100+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:46.137 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:46.100+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:46.137 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:45.855+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:46.137 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:45 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:45.855+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:20.688936+0000 front 2024-02-12T14:00:20.688832+0000 (oldest deadline 2024-02-12T14:00:43.588777+0000) 2024-02-12T14:00:46.397 INFO:journalctl@ceph.osd.4.smithi160.stdout:Feb 12 14:00:46 smithi160 bash[98359]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-4 2024-02-12T14:00:46.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:46.189+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:46.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:46.189+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:47.136 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:46.817+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:47.136 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:46 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:46.817+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:20.688936+0000 front 2024-02-12T14:00:20.688832+0000 (oldest deadline 2024-02-12T14:00:43.588777+0000) 2024-02-12T14:00:47.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:47.233+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:47.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:47.233+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:47.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:47.132+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:47.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:47.132+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:47.971 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:47.773+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:47.971 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:47 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:47.773+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:20.688936+0000 front 2024-02-12T14:00:20.688832+0000 (oldest deadline 2024-02-12T14:00:43.588777+0000) 2024-02-12T14:00:47.980 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.4.service' 2024-02-12T14:00:48.026 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T14:00:48.026 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-12T14:00:48.026 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-12T14:00:48.026 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.5 2024-02-12T14:00:48.241 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:48 smithi160 systemd[1]: Stopping Ceph osd.5 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T14:00:48.241 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:48.120+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:48.241 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:48.120+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:48.647 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:48.300+0000 7f29c086e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-12T14:00:48.648 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:48.300+0000 7f29c086e700 -1 osd.5 118 *** Got signal Terminated *** 2024-02-12T14:00:48.648 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:48.300+0000 7f29c086e700 -1 osd.5 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T14:00:48.648 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:48.238+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:48.648 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:48.238+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:49.147 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:48.727+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:49.147 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:48 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:48.727+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:20.688936+0000 front 2024-02-12T14:00:20.688832+0000 (oldest deadline 2024-02-12T14:00:43.588777+0000) 2024-02-12T14:00:49.647 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:49.150+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:49.647 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:49.150+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:49.647 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:49.224+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:49.648 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:49.224+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:50.125 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:49.683+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:50.125 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:49 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:49.683+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:20.688936+0000 front 2024-02-12T14:00:20.688832+0000 (oldest deadline 2024-02-12T14:00:43.588777+0000) 2024-02-12T14:00:50.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:50.183+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:50.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:50.183+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:50.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:50.122+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:50.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:50.122+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:51.116 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:50.721+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:51.116 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:50 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:50.721+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:20.688936+0000 front 2024-02-12T14:00:20.688832+0000 (oldest deadline 2024-02-12T14:00:43.588777+0000) 2024-02-12T14:00:51.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:51.113+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:51.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:51.113+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:51.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:51.113+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:00:51.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:51.163+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:51.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:51.163+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:51.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:51.163+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:00:51.897 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:51.700+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:51.897 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:51 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:51.700+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:20.688936+0000 front 2024-02-12T14:00:20.688832+0000 (oldest deadline 2024-02-12T14:00:43.588777+0000) 2024-02-12T14:00:52.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:52.087+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:52.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:52.087+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:52.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:52.087+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:00:52.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:52.154+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:52.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:52.154+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:52.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:52.154+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:00:53.047 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:52.703+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.587182+0000 front 2024-02-12T14:00:09.587225+0000 (oldest deadline 2024-02-12T14:00:34.287365+0000) 2024-02-12T14:00:53.047 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:52.703+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:20.688936+0000 front 2024-02-12T14:00:20.688832+0000 (oldest deadline 2024-02-12T14:00:43.588777+0000) 2024-02-12T14:00:53.047 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:52 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5[75218]: 2024-02-12T14:00:52.703+0000 7f29b9e66700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.489648+0000 front 2024-02-12T14:00:26.489744+0000 (oldest deadline 2024-02-12T14:00:52.389556+0000) 2024-02-12T14:00:53.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:53.109+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:53.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:53.109+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:53.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:53.109+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:00:53.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:53.044+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:53.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:53.044+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:53.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:53 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:53.044+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:00:54.397 INFO:journalctl@ceph.osd.5.smithi160.stdout:Feb 12 14:00:54 smithi160 bash[98629]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-5 2024-02-12T14:00:54.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:54.133+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:54.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:54.133+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:54.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:54.133+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:00:54.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:54.004+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:54.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:54.004+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:54.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:54.004+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:00:55.100 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:54.968+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:55.101 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:54.968+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:55.101 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:54 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:54.968+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:00:55.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:55.097+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:55.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:55.097+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:55.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:55 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:55.097+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:00:55.830 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.5.service' 2024-02-12T14:00:55.873 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T14:00:55.873 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-12T14:00:55.873 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-12T14:00:55.873 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.6 2024-02-12T14:00:56.111 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:55 smithi160 systemd[1]: Stopping Ceph osd.6 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T14:00:56.112 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:56.011+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:56.112 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:56.011+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:56.112 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:56.011+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:00:56.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:56.108+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:56.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:56.108+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:56.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:56.108+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:00:56.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:56.182+0000 7f842ce4e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-12T14:00:56.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:56.182+0000 7f842ce4e700 -1 osd.6 118 *** Got signal Terminated *** 2024-02-12T14:00:56.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:56 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:56.182+0000 7f842ce4e700 -1 osd.6 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T14:00:57.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:57.087+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:57.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:57.087+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:57.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:57.087+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:00:57.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:57.049+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:57.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:57.049+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:57.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:57 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:57.049+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:00:58.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:58.064+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:58.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:58.064+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:58.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:58.064+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:00:58.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:58.048+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:58.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:58.048+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:58.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:58 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:58.048+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:00:59.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:59.058+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:00:59.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:59.058+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:00:59.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:00:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:00:59.058+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:00:59.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:59.042+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:00:59.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:59.042+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:00:59.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:59.042+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:00:59.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:00:59 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:00:59.042+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:33.835143+0000 front 2024-02-12T14:00:33.835132+0000 (oldest deadline 2024-02-12T14:00:59.035575+0000) 2024-02-12T14:01:00.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:01:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:01:00.079+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:01:00.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:01:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:01:00.079+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:01:00.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:01:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:01:00.079+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:01:00.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:00.033+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:01:00.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:00.033+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:01:00.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:00.033+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:01:00.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:00 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:00.033+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:33.835143+0000 front 2024-02-12T14:00:33.835132+0000 (oldest deadline 2024-02-12T14:00:59.035575+0000) 2024-02-12T14:01:01.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:01:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:01:01.038+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.170941+0000 front 2024-02-12T14:00:09.170919+0000 (oldest deadline 2024-02-12T14:00:35.070886+0000) 2024-02-12T14:01:01.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:01:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:01:01.038+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:18.571868+0000 front 2024-02-12T14:00:18.571888+0000 (oldest deadline 2024-02-12T14:00:42.071817+0000) 2024-02-12T14:01:01.397 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:01:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:01:01.038+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:28.473384+0000 front 2024-02-12T14:00:28.473338+0000 (oldest deadline 2024-02-12T14:00:50.773199+0000) 2024-02-12T14:01:01.398 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:01:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6[77947]: 2024-02-12T14:01:01.038+0000 7f8429c4d700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:35.977596+0000 front 2024-02-12T14:00:35.977619+0000 (oldest deadline 2024-02-12T14:01:00.674616+0000) 2024-02-12T14:01:01.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:01.068+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:01:01.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:01.068+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:01:01.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:01.068+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:01:01.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:01 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:01.068+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:33.835143+0000 front 2024-02-12T14:00:33.835132+0000 (oldest deadline 2024-02-12T14:00:59.035575+0000) 2024-02-12T14:01:02.148 INFO:journalctl@ceph.osd.6.smithi160.stdout:Feb 12 14:01:01 smithi160 bash[98929]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-6 2024-02-12T14:01:02.148 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:02.095+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:01:02.148 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:02.095+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:01:02.148 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:02.095+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:01:02.148 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:02 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:02.095+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:33.835143+0000 front 2024-02-12T14:00:33.835132+0000 (oldest deadline 2024-02-12T14:00:59.035575+0000) 2024-02-12T14:01:03.355 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:03.134+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:01:03.356 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:03.134+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:01:03.356 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:03.134+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:01:03.356 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:03.134+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:33.835143+0000 front 2024-02-12T14:00:33.835132+0000 (oldest deadline 2024-02-12T14:00:59.035575+0000) 2024-02-12T14:01:03.641 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.6.service' 2024-02-12T14:01:03.683 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T14:01:03.683 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-12T14:01:03.683 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-12T14:01:03.684 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.7 2024-02-12T14:01:03.897 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:03 smithi160 systemd[1]: Stopping Ceph osd.7 for 4e82d1fc-c9ab-11ee-95b9-87774f69a715... 2024-02-12T14:01:04.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:03.975+0000 7f3f10175700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-12T14:01:04.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:03.975+0000 7f3f10175700 -1 osd.7 118 *** Got signal Terminated *** 2024-02-12T14:01:04.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:03 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:03.975+0000 7f3f10175700 -1 osd.7 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-12T14:01:04.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:04.129+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:01:04.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:04.129+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:01:04.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:04.129+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:01:04.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:04 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:04.129+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:33.835143+0000 front 2024-02-12T14:00:33.835132+0000 (oldest deadline 2024-02-12T14:00:59.035575+0000) 2024-02-12T14:01:05.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:05.110+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:01:05.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:05.110+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:01:05.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:05.110+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:01:05.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:05 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:05.110+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:33.835143+0000 front 2024-02-12T14:00:33.835132+0000 (oldest deadline 2024-02-12T14:00:59.035575+0000) 2024-02-12T14:01:06.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:06.085+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:01:06.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:06.085+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:01:06.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:06.085+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:01:06.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:06 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:06.085+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:33.835143+0000 front 2024-02-12T14:00:33.835132+0000 (oldest deadline 2024-02-12T14:00:59.035575+0000) 2024-02-12T14:01:07.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:07.096+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:01:07.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:07.096+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:01:07.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:07.096+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:01:07.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:07 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:07.096+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:33.835143+0000 front 2024-02-12T14:00:33.835132+0000 (oldest deadline 2024-02-12T14:00:59.035575+0000) 2024-02-12T14:01:08.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:08.130+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2024-02-12T14:00:09.931965+0000 front 2024-02-12T14:00:09.932049+0000 (oldest deadline 2024-02-12T14:00:35.831938+0000) 2024-02-12T14:01:08.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:08.131+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2024-02-12T14:00:19.933038+0000 front 2024-02-12T14:00:19.933103+0000 (oldest deadline 2024-02-12T14:00:44.032975+0000) 2024-02-12T14:01:08.397 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:08.131+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2024-02-12T14:00:26.334211+0000 front 2024-02-12T14:00:26.334098+0000 (oldest deadline 2024-02-12T14:00:50.433934+0000) 2024-02-12T14:01:08.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:08.131+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2024-02-12T14:00:33.835143+0000 front 2024-02-12T14:00:33.835132+0000 (oldest deadline 2024-02-12T14:00:59.035575+0000) 2024-02-12T14:01:08.398 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:08 smithi160 ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7[80619]: 2024-02-12T14:01:08.131+0000 7f3f09f6e700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.160:6804 osd.4 since back 2024-02-12T14:00:43.736386+0000 front 2024-02-12T14:00:43.736409+0000 (oldest deadline 2024-02-12T14:01:07.236383+0000) 2024-02-12T14:01:10.147 INFO:journalctl@ceph.osd.7.smithi160.stdout:Feb 12 14:01:09 smithi160 bash[99211]: ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715-osd-7 2024-02-12T14:01:11.559 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4e82d1fc-c9ab-11ee-95b9-87774f69a715@osd.7.service' 2024-02-12T14:01:11.601 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-12T14:01:11.601 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-12T14:01:11.601 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-12T14:04:09.123 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-12T14:04:27.346 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T14:04:27.385 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-12T14:04:27.416 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-12T14:04:27.418 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558/remote/smithi023/crash 2024-02-12T14:04:27.419 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/crash -- . 2024-02-12T14:04:27.470 INFO:teuthology.orchestra.run.smithi023.stderr:tar: /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-12T14:04:27.470 INFO:teuthology.orchestra.run.smithi023.stderr:tar: Error is not recoverable: exiting now 2024-02-12T14:04:27.472 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558/remote/smithi160/crash 2024-02-12T14:04:27.473 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/crash -- . 2024-02-12T14:04:27.511 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-12T14:04:27.511 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2024-02-12T14:04:27.512 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-12T14:04:27.512 DEBUG:teuthology.orchestra.run.smithi023:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-12T14:04:27.543 INFO:teuthology.orchestra.run.smithi023.stderr:grep: /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph.log: No such file or directory 2024-02-12T14:04:27.544 INFO:tasks.cephadm:Compressing logs... 2024-02-12T14:04:27.545 DEBUG:teuthology.orchestra.run.smithi023:> 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-12T14:04:27.588 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-12T14:04:27.617 INFO:teuthology.orchestra.run.smithi160.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-12T14:04:27.617 INFO:teuthology.orchestra.run.smithi160.stderr:: No such file or directory 2024-02-12T14:04:27.617 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mgr.smithi160.somqhq.log 2024-02-12T14:04:27.617 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-12T14:04:27.617 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mon.smithi160.log 2024-02-12T14:04:27.617 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mgr.smithi160.somqhq.log: gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-12T14:04:27.617 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.6.log: /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mon.smithi160.log: gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-12T14:04:27.618 INFO:teuthology.orchestra.run.smithi023.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-12T14:04:27.618 INFO:teuthology.orchestra.run.smithi023.stderr:: No such file or directory 2024-02-12T14:04:27.618 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mgr.smithi023.mqmmus.log 2024-02-12T14:04:27.618 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-12T14:04:27.618 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-12T14:04:27.618 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mgr.smithi023.mqmmus.log: gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-12T14:04:27.618 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-volume.log: /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-12T14:04:27.618 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.3.log: /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mon.smithi023.log 2024-02-12T14:04:27.621 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-volume.log: /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.7.log: 89.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-12T14:04:27.621 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi160.zlpbjm.log 2024-02-12T14:04:27.622 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-12T14:04:27.622 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi160.zlpbjm.log: 79.9% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi160.zlpbjm.log.gz 2024-02-12T14:04:27.622 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-12T14:04:27.622 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mon.smithi023.log: gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-12T14:04:27.628 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.5.log: 90.9% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-12T14:04:27.630 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.1.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-12T14:04:27.630 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi023.simqsf.log 2024-02-12T14:04:27.630 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi023.simqsf.log: 86.0% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi023.simqsf.log.gz 2024-02-12T14:04:27.630 INFO:teuthology.orchestra.run.smithi023.stderr: 91.2% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-12T14:04:27.689 INFO:teuthology.orchestra.run.smithi160.stderr: 89.5% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mgr.smithi160.somqhq.log.gz 2024-02-12T14:04:27.907 INFO:teuthology.orchestra.run.smithi160.stderr: 92.6% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mon.smithi160.log.gz 2024-02-12T14:04:28.084 INFO:teuthology.orchestra.run.smithi023.stderr: 90.6% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mgr.smithi023.mqmmus.log.gz 2024-02-12T14:04:28.708 INFO:teuthology.orchestra.run.smithi023.stderr: 91.6% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-mon.smithi023.log.gz 2024-02-12T14:04:32.590 INFO:teuthology.orchestra.run.smithi023.stderr: 94.3% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-12T14:04:34.478 INFO:teuthology.orchestra.run.smithi160.stderr: 93.9% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-12T14:04:34.834 INFO:teuthology.orchestra.run.smithi160.stderr: 94.2% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-12T14:04:35.531 INFO:teuthology.orchestra.run.smithi023.stderr: 94.0% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-12T14:04:36.581 INFO:teuthology.orchestra.run.smithi160.stderr: 94.1% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-12T14:04:36.610 INFO:teuthology.orchestra.run.smithi023.stderr: 94.0% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-12T14:04:36.672 INFO:teuthology.orchestra.run.smithi023.stderr: 94.1% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-12T14:04:36.674 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-12T14:04:36.674 INFO:teuthology.orchestra.run.smithi023.stderr:real 0m9.070s 2024-02-12T14:04:36.674 INFO:teuthology.orchestra.run.smithi023.stderr:user 0m31.315s 2024-02-12T14:04:36.674 INFO:teuthology.orchestra.run.smithi023.stderr:sys 0m1.170s 2024-02-12T14:04:39.435 INFO:teuthology.orchestra.run.smithi160.stderr: 94.1% -- replaced with /var/log/ceph/4e82d1fc-c9ab-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-12T14:04:39.437 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-02-12T14:04:39.437 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m11.832s 2024-02-12T14:04:39.437 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m33.821s 2024-02-12T14:04:39.437 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m1.383s 2024-02-12T14:04:39.437 INFO:tasks.cephadm:Archiving logs... 2024-02-12T14:04:39.438 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558/remote/smithi023/log 2024-02-12T14:04:39.439 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-12T14:04:43.647 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558/remote/smithi160/log 2024-02-12T14:04:43.649 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-12T14:04:48.524 INFO:tasks.cephadm:Removing cluster... 2024-02-12T14:04:48.525 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 --force 2024-02-12T14:04:48.892 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4e82d1fc-c9ab-11ee-95b9-87774f69a715 --force 2024-02-12T14:04:49.252 INFO:tasks.cephadm:Removing cephadm ... 2024-02-12T14:04:49.252 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-12T14:04:49.272 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-12T14:04:49.290 INFO:tasks.cephadm:Teardown complete 2024-02-12T14:04:49.290 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-12T14:04:49.300 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-12T14:04:49.300 DEBUG:teuthology.orchestra.run.smithi023:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T14:04:49.316 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-12T14:04:49.331 INFO:teuthology.orchestra.run.smithi023.stderr:bash: ntpq: command not found 2024-02-12T14:04:49.336 INFO:teuthology.orchestra.run.smithi023.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T14:04:49.336 INFO:teuthology.orchestra.run.smithi023.stdout:=============================================================================== 2024-02-12T14:04:49.336 INFO:teuthology.orchestra.run.smithi023.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 12 +3439us[+3439us] +/- 92ms 2024-02-12T14:04:49.336 INFO:teuthology.orchestra.run.smithi023.stdout:^* hv02.front.sepia.ceph.com 3 6 377 13 -2485us[-2474us] +/- 77ms 2024-02-12T14:04:49.336 INFO:teuthology.orchestra.run.smithi023.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 -321us[ -309us] +/- 62ms 2024-02-12T14:04:49.336 INFO:teuthology.orchestra.run.smithi023.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T14:04:49.347 INFO:teuthology.orchestra.run.smithi160.stderr:bash: ntpq: command not found 2024-02-12T14:04:49.351 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-12T14:04:49.351 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-02-12T14:04:49.351 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 16 +3447us[+3389us] +/- 92ms 2024-02-12T14:04:49.351 INFO:teuthology.orchestra.run.smithi160.stdout:^* hv02.front.sepia.ceph.com 3 7 377 14 -2427us[-2486us] +/- 77ms 2024-02-12T14:04:49.351 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 16 -304us[ -362us] +/- 62ms 2024-02-12T14:04:49.351 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-12T14:04:49.352 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-12T14:04:49.361 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-12T14:04:49.361 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-12T14:04:49.400 DEBUG:teuthology.orchestra.run.smithi023:> 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-12T14:04:49.473 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-12T14:04:49.538 DEBUG:teuthology.orchestra.run.smithi023:> 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-12T14:04:49.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T14:04:49.569 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-12T14:04:49.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T14:04:49.599 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-12T14:04:49.609 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-12T14:04:49.638 INFO:teuthology.task.internal:Duration was 2251.681795 seconds 2024-02-12T14:04:49.639 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-12T14:04:49.671 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-12T14:04:49.671 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-12T14:04:49.673 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-12T14:04:49.719 INFO:teuthology.orchestra.run.smithi023.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T14:04:49.719 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-12T14:04:50.227 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-12T14:04:50.228 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi023.front.sepia.ceph.com 2024-02-12T14:04:50.228 DEBUG:teuthology.orchestra.run.smithi023:> 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-12T14:04:50.251 INFO:teuthology.orchestra.run.smithi023.stdout:2024-02-12T13:55:41.666005+00:00 smithi023 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2024-02-12T14:04:50.252 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi023.front.sepia.ceph.com: 2024-02-12T13:55:41.666005+00:00 smithi023 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2024-02-12T14:04:50.252 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2024-02-12T14:04:50.252 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-12T14:04:50.276 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-12T14:04:50.276 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-12T14:04:50.294 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-12T14:04:50.378 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-12T14:04:50.378 DEBUG:teuthology.orchestra.run.smithi023:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-12T14:04:50.381 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-12T14:04:50.581 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-12T14:04:50.591 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-12T14:04:50.591 DEBUG:teuthology.orchestra.run.smithi023:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-12T14:04:50.619 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-12T14:04:50.646 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-12T14:04:50.657 DEBUG:teuthology.orchestra.run.smithi023:> 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-12T14:04:50.661 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-12T14:04:50.686 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = core 2024-02-12T14:04:50.713 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2024-02-12T14:04:50.736 DEBUG:teuthology.orchestra.run.smithi023:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-12T14:04:50.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T14:04:50.769 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-12T14:04:50.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-12T14:04:50.795 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-12T14:04:50.804 INFO:teuthology.task.internal:Transferring archived files... 2024-02-12T14:04:50.805 DEBUG:teuthology.misc:Transferring archived files from smithi023:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558/remote/smithi023 2024-02-12T14:04:50.805 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-12T14:04:50.856 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558/remote/smithi160 2024-02-12T14:04:50.856 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-12T14:04:50.896 INFO:teuthology.task.internal:Removing archive directory... 2024-02-12T14:04:50.897 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-12T14:04:50.899 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-12T14:04:50.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-12T14:04:50.958 INFO:teuthology.task.internal:Not uploading archives. 2024-02-12T14:04:50.958 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-12T14:04:51.094 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-12T14:04:51.094 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-12T14:04:51.097 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-12T14:04:51.113 INFO:teuthology.orchestra.run.smithi023.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 12 14:04 /home/ubuntu/cephtest 2024-02-12T14:04:51.114 INFO:teuthology.orchestra.run.smithi160.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 12 14:04 /home/ubuntu/cephtest 2024-02-12T14:04:51.115 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-12T14:04:51.142 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-12T14:04:51.214 INFO:teuthology.nuke:Checking targets against current locks 2024-02-12T14:04:51.241 DEBUG:teuthology.nuke:shortname: smithi023 2024-02-12T14:04:51.242 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T14:04:51.265 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558', '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-12 13:16:47.819556', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIiiICp/EVm35iTMrVYxjvvAr2VVA1ba/eGFzBa+ff+6a9W7cY22XjAywAIh/XMXHjzwXyya91qaKbffjg3VPf4='} 2024-02-12T14:04:51.268 DEBUG:teuthology.nuke:shortname: smithi160 2024-02-12T14:04:51.268 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-12T14:04:51.291 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-12_12:37:43-orch:cephadm-wip-guits-testing-2-2024-02-12-0849-quincy-distro-default-smithi/7556558', '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-12 13:16:47.821008', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDS3TufGx/b3ee4KN14Q9hUeBJIqZ6pmsgfk1rdwWhvXM6i5hi2eIqCtZopvLAnjGMfO0uHTw96Zbba1rEkkpHg='} 2024-02-12T14:04:51.320 INFO:teuthology.orchestra.console.smithi023:Power off 2024-02-12T14:04:51.320 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-12T14:04:51.336 INFO:teuthology.orchestra.console.smithi160:Power off 2024-02-12T14:04:51.337 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-12T14:04:51.347 DEBUG:teuthology.orchestra.console.smithi023:power off output: Chassis Power Control: Down/Off 2024-02-12T14:04:51.347 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T14:04:51.358 DEBUG:teuthology.orchestra.console.smithi160:power off output: Chassis Power Control: Down/Off 2024-02-12T14:04:51.359 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T14:04:51.367 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2024-02-12T14:04:51.380 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-02-12T14:04:55.368 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T14:04:55.381 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T14:04:55.478 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2024-02-12T14:04:55.489 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-02-12T14:04:59.484 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T14:04:59.494 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T14:04:59.596 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is off 2024-02-12T14:04:59.604 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-02-12T14:04:59.698 INFO:teuthology.orchestra.console.smithi023:Power off completed 2024-02-12T14:05:03.609 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-12T14:05:03.718 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is off 2024-02-12T14:05:03.818 INFO:teuthology.orchestra.console.smithi160:Power off completed 2024-02-12T14:05:03.922 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2251.681794643402 failure_reason: '''2024-02-12T13:55:41.666005+00:00 smithi023 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: '' in syslog' owner: scheduled_gabrioux@teuthology status: fail success: false 2024-02-12T14:05:03.922 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-12T14:05:03.996 INFO:teuthology.run:FAIL